Ads

Uppercase-Lowercase Sentenceing using php

You can do many different things with PHP.

Friday July 27, 2007 - 531 reads

Counting Your SQL Querys

Have you ever wondered how on certain message boards, at the bottom beside the copyright it says XX Querys.

Monday July 23, 2007 - 248 reads

Infile commenting

HTML Comment

CODE
<!--- This is an HTML Comment -->



PHP Comment

CODE
<?php
echo "Hello World! "// This will print out Hello World!
echo "You can't see my PHP comments!"// echo "nothing";
// echo "My name is Humperdinkle!";
?>



PHP Comments Method #2
[code] /* This Echo statement will print out my message to the
the place in which I reside on.

Sunday May 27, 2007 - 141 reads

How to: Configuration area for your website

So how do we start off.

Sunday May 27, 2007 - 615 reads

Meet the Basics of Variables

Basics over what variables are.

Sunday May 27, 2007 - 87 reads

AdSponsors

Create your own Bank System Version 2

This is a simple Bank script for a Simple User system that has a money system.

Sunday May 27, 2007 - 146 reads

Learning PHP Sessions

$_SESSION's are useful in a lot of ways such as user systems.

Sunday May 27, 2007 - 101 reads

Navigation, the 3nd 'different' way

Ever wondered how some sites have nice snazzy links like index.

Sunday May 27, 2007 - 121 reads

Navigation, the 2nd 'different' way

This is another version on how to navigate through your website.

Sunday May 27, 2007 - 115 reads

Unzipping files automatically using PHP

First off, this tutorial will teach you how to unzip tar.

Sunday May 27, 2007 - 364 reads


« Previous 1 2 3 4 Next »