Tutorial Center

Hello Guest!
Forums | Register | Forgot Password
144 visitors online
Tutorial Categories
Sponsors
Newsletter Subscription
Our Sponsors
Who Favored This Tutorial?

No one has favored this tutorial yet. Be The First To!

More Tutorials by Xfunda.com/
Avatar
Directory Listings, list files and subfolde...
This is the simple example to list contents of any Directory. To do this we are going to define function DirDisply( ) which will read the current directory contents and display it as a list.
Comment Tutorial
Rate Tutorial
Bookmark Tutorial
Email Tutorial
Report Tutorial
View Tutorial
Avatar
Image based hit counter in PHP to keep trac...
Here we are going to design simple image based hit counter to keep track of visitor. We are going to keep record in a text file so we do need any kind of database. We are going to keep whole record in counter.txt file. In the same directory where you putting the PHP file for this counter, create a file 'counter.txt' and CHMOD it to 0777. Initially put 0 in it and save the file. As this counter is image based we are putting our Image in "imgs" folder.
Comment Tutorial
Rate Tutorial
Bookmark Tutorial
Email Tutorial
Report Tutorial
View Tutorial