Loading...
One great aspect of Mac OS is that it ships with a preinstalled Apache server and PHP4. So if you want to develop dynamic PHP based web sites on your local machine, you just have to enable the PHP4 module and start the server.
read moreI recently added a function to my commercial PHP framework which allows unlimited parameters in a mod_rewrite rewritten URL, without having to add more lines to do so. In this tutorial I will explain to you how to create this function and use it.
read moreUse this simple script for a basic click counter to display the amount of hits to your site.
read moreCreate a very simple hit pageview counter without any database! Use flat file scripting to make an easy counter!
read moreHere I will explain to you how you can create a simple contact form. The form will collect data from the visitor and send it to any email address you please. The only requirement for this tutorial is for you to have .php enabled on your server. If you don't want to read through the whole tutorial a...
read more
We'll start of with if
Here is the basic usage of it
variable would be something like $variable
Copyright © . All Rights Reserved