Loading...

Search Results in category “PHP”

in PHP
If/Else Statements

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:

read more
in PHP
Design an Online Chat Room with PHP and MySQL

In this article, you will learn how to design and develop a simple online chat room with PHP and MySQL. This tutorial explains every steps of the development, including both database design and PHP programming. Basic computer skills and knowledge of HTML and PHP are required. Ok, let's begin now. ...

read more
in PHP
Regular Expressions

Regular expressions provide a means for advanced string matching and manipulation. They are very often not a pretty thing to look at. For instance:

read more
in PHP
Downloads CMS and Clicks Counter

1. There are 3 documents we will be creating: downloads.php, downloaditem.php, additem.php. You will need access to a mySQL Database with phpmyadmin, as well as a host with php installed onto it.
2. First lets set up the table in phpmyadmin. go to your database, and run the following SQL Comman...

read more
in PHP
PHP News Content Management Systems

<span>Editor's Pick in Web Programming, April 2006</span><br/>Check out this great tutorial to find out all the details of Content Management Systems (CMS). Everything you need to know is right here.

read more
in PHP
PHP User Stats

In this tutorial I am going to teach you how to make a User Stats menu in PHP and MySQL which displays: Unique hits, Unique hits today, Total hits, Total hits today. If you don't have MySQL you can get one for free here.

read more

Copyright © All Rights Reserved