| Visit Tutorial >> |
| A Quick and Simple Script for Rotating Links without MySQL... Displaying Random Links... |
| Hits: 213 |
| Visit Tutorial >> |
| ... Creating Your Own Log Files What to do if your domain host does not allow you to read the server log for your domain, stopping you from analyzing your website traffic the way you'd like to? Well, create your own logfile of course ! ... |
| Hits: 203 |
| Visit Tutorial >> |
| Learn how to use the include() and require() functions... Dynamic Inclusion TutorialBy Jool @ Jooldesigns.net 1. What is Dynamic Inclusion? Basicly, Dynamic inclusion is quite simple. With a php function, it includes an external page into a main page, in a similar way that an iFrame would include something, however Dynamic Inclusion is all done with php. ... |
| Hits: 824 |
| Visit Tutorial >> |
| ... php tutorials - Configuration File Processing with PHP - PHP Help... Occasionally a programmer may encase his or her set of functions within a class for future use or to share with others, but often times these scripts and classes will go about performing their routines without variation. For the script to change it's performance, one could write his or her script to ... |
| Hits: 312 |
| Visit Tutorial >> |
| ... Ip Viewer This is a very easy and simple tutorial, this will let you check out your own IP address, just incase you don't know it. It is also useful to... IP address. Firstly add this code to your desired place on the site?echo >Your IP address is $REMOTE_ADDR ... |
| Hits: 500 |
| Visit Tutorial >> |
| ... File locking...You need to lock the file each time when you do any input/output operation with that file, for example, guest book or forum or counter script.It seems to be all right, when you simple open file and read/write data from it like this... |
| Hits: 941 |
| Visit Tutorial >> |
| ... Pagination with PHP Introduction...This tutorial is designed to guide you through the logic and code behind the process of paginating data in PHP. In this tutorial... |
Tags: php pagination | Hits: 4046 |
| Visit Tutorial >> |
| ... Introduction to Sessions Cookies Introduction to Sessions Cookies... What are they? In the web development world they are very important functions of interactive design! The difference between sessions and cookies, though, basically revolves around where the variables are stored. Here's... |
| Hits: 536 |
| Visit Tutorial >> |
| ... This article will attempt to demonstrate how to connect to an LDAP server using PHP. Specifically, the example given will connect to a public LDAP server... |
| Hits: 599 |
| Visit Tutorial >> |
| ... Introduction to Sockets...Introduction to SocketsToday we'll be taking a look at one of PHP's more underused features Sockets.Sockets can be used to open connections to other peoples computers, or to acceptincoming connections on your own computer. In this tutorial, I will try my best to explain the basics of socket programming,... |
| Hits: 365 |