Thursday 2nd of September 2010

Convert Image In To Text Using PHP Script

September 1, 2010 by Ivan  
Filed under Articles, PHP

Ever wanted to create those text made roses and heart shapes that you see in Facebook and Myspace? You might be wondering how they create such. However there are some websites that does the job, you may still be curios to do it by yourself. They convert your image file in to a text which exactly renders as an image. If you are still unclear what I am talking about then see how this JPEG image is manipulated to text. Read more

Learn To Create Your Own PHP Page Hit Counter

June 29, 2010 by Suraj Kayastha  
Filed under Articles, PHP, Programming

Today, I will show you how you can use php’s file handling functions to create a web site page visit counter.
The script that we are going to create will open a file when called and read the value of the file then increment the value by one and then write that value to the file. We’re going to put the actual code inside a function so that way you can call the script on your page with only one line of code. Read more

Creating advanced and secured member login/register system using PHP and MySQL

April 28, 2010 by Suraj Kayastha  
Filed under Articles, PHP, Programming, SQL

In this tutorial, I am going to teach you how to create a simple login system using PHP and MySQL database.
Before beginning, I am making assuming that you have basic knowledge on PHP coding. However you may understand what I am doing if you have basic programming concepts.
Read more

Hunt For The Administrator’s Page Using PHP Program

April 20, 2010 by Suraj Kayastha  
Filed under Articles, PHP, Programming

Today I am going present you a new PHP tutorial which will enable hackers like you to find the administrator page without any hassle.
Let’s get started with the tutorial. Read more

How To Make Your Own Dynamic Home Page Using PHP

April 15, 2010 by Ivan  
Filed under Articles, PHP, Programming

Last time I taught you, how to create your own homepage in HTML. Today I’ll teach you how to create more dynamic home page using Personal Home Page (PHP) scripting. Read more

Loading txt File In To Table Using PHP

April 5, 2010 by Ivan  
Filed under Articles, PHP, Programming

Let’s say that you have a text file of your customer’s name and some of the information which you want to be published dynamically into your customer website. Opening notepad and copying and typing it in to your database might be most tedious job. If you have systematically entered your customers’ name similar to the format below, then it will be a lot easier to you to enter the data with a help of simple PHP code. Read more

Creating Text Files Using PHP

March 31, 2010 by Ivan  
Filed under Articles, PHP, Programming

This tutorial might come pretty handy to those who don’t want MySQL database to store their data. There is always an alternative.  In case you don’t want MySQL or any other database system to manage your data then you can have txt file to store it. Later you can fetch out the data stored in it. Read more

How To Create a mySQL Database Using PHP

March 23, 2010 by Ivan  
Filed under Articles, PHP, Programming, SQL

mySQL database is most popular database system used in internet. Today I am going to show you how to create a mySQL database using PHP script. Read more

How To Truncate Text Using PHP

March 21, 2010 by Suraj Kayastha  
Filed under Articles, PHP, Programming

You may have seen the short summary of the articles in several blogspot and wordpress blogs. What if you want it in your own CMS website?  Well, you can apply your own style of shortening or summarizing your content article by simply following the tutorial below.
Read more

PHP Tutorials For Dummies | Arrays()

January 25, 2010 by Ivan  
Filed under Articles, PHP, Programming

Arrays in PHP are very useful variables which can hold more than one data item. Imagine that you own a business and you want to store the names of all your employees in a PHP variable. It wouldn’t make much sense to have to store each name in its own variable. Instead, it would be nice to store all the employee names inside of a single variable. This can be done with array . Read more

Next Page »