3 - How to make a mysql database

Code:

<?php
mysql_connect("$mysql_host","$mysql_user","$mysql_password") or die (mysql_error());
mysql_select_db("$mysql_database") or die (mysql_error());
?>

Info:

You need to make a 000webhost account.
Full download: Here

Copyright ©2010 Dotayuri. All Rights Reserved