| Visit tutorial >> |
| ... Writing your own template class. Writing your own template class...You just wrote your entire website into PHP just a few months ago, and have decided that you want to change your layout. Since all the information is going to be the same, you would to just change around the look of the pages and be done with it. Apon opening your php files however, you find that you have to wade through line after line of PHP code and carefully edit your HTML.Couldn't this be easier?... |
| Hits: 2025 |
| Visit tutorial >> |
| ... Interactive Membership with User Image Upload Capability (follow-up on Membership 2.0) Sponsored ByPHP Freaks ... A Little IntroI've noticed lately that people are posting rave reviews about the membership tutorial, but that they'd like to offer the user the ability to change their settings around after having created their user... |
| Hits: 435 |
| Visit tutorial >> |
| Ok, so you have a site and want to know who visits your site, how, what browser they use, etc. Well this is the perfect tutorial for you! Here's what you'll learn from this 1. Use cPanel to create a cron job. 2. Use flat files to store information. 3. Use the php mail() function to send HTML. 4. How to find someones IP address. 5. How to get someones browser, and simplify its output... |
| Hits: 369 |
| Visit tutorial >> |
| ... How to protect PDF files using PHP How to protect PDF files using PHP Example These links make an att... to get the PDF file from the directory protected by .htaccess. 1 Dir protected by .htaccess 2 EG No Authority level ... |
| Hits: 919 |
| Visit tutorial >> |
| A Quick and Simple Script for Rotating Links without MySQL... Displaying Random Links... |
| Hits: 274 |
| 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: 224 |
| 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: 912 |
| 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: 384 |
| 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: 1047 |
| 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: 613 |