What is PHP
PHP means personal homepage. PHP is a new programming language. With PHP you can make a link between HTML and MySQL, but you can also create programs with it or import some files into your HTML page. For more information, look at the PHP site.

Why PHP
The installing procedure of PHP is much more easier than the one of CGI/Perl. You don't have to CHMOD or upload your files in ASCI. Besides, PHP is not a very difficult language. For learning more about PHP, look at the Devshed website.

Copyright
I wrote this Useradmin for myself. Everyone can use it for free for educational usage. If you want to use it for commercial usage, mail me

Downloading
You can download PHP here (zip-file). Remember, you need to install PHP and MySQL on your server to install my files.

Installing PHP3: database
Installing the database is easy. You have to open required.php3. There are five variables you have to change.

$ip = "your IP-adress";
- enter your IP-adress here.

$user = "your username (loginname)";
- enter here your username (the name you use for FTP login).

$password = "your password";
- enter here your password (the password you use for FTP login).

$dataname = "the name of your database";
- enter here the name of your database.

$tablename = "the name of your table";
- enter here the name of your table.

You need to create a table in MySQL.
- Login to MySQL.
- Type:
mysql> CREATE TABLE test (
->name VARCHAR(50),
->email VARCHAR(25),
->project VARCHAR(30),
->ID INT NOT NULL AUTO_INCREMENT,
->PRIMARY KEY(ID));
- You table name is 'test'

That was it. Upload all the files and it will work. You can edit the two HTML files


Click here to keep our site payable

Click Here to Visit Our Sponsor