Sort by :
Date
Rating
Editor's Pick Only
The second part of the series showing new PHP programmers how to deal with Objects and learn the basics of Object Oriented Programming.
Create a very simple hit pageview counter without any database! Use flat file scripting to make an easy counter!
Using 'if' statements, you can check to see if a variable equals something else, and then execute a line of code if it is, and execute another line of code if it isn't. This tutorial is meant for beginners.
I have made a tutorial about how to install EasyPhp and now i come with an example. Today we learn how to create a Contact Page in HTML and PHP very easy! Download the next files to exercise on them:
Regular expressions provide a means for advanced string matching and manipulation. They are very often not a pretty thing to look at. For instance:
Before getting started, I'll assume you already know how to connect & select the database of your choose.
Retrieving data from a database is a common task for web database applications, the most common use is to display the data in a web page.
A solution for implementing virtual domains using Exim, Courier-IMAP and mMySQL.
1. If and Else statements are special pieces of code that tell your server to do something under a certain condition. If and Else statements therefore are conditional statements. An example of a likely piece of code that uses these statements is:










