Sometimes, the impossible can become possible, if you're awesome!
<?php $dbname="{database name}"; $cn=mysql_connect('{host}','{username}','{password}') or die("I Couldn't connect"); $db=mysql_select_db($dbname,$cn) or die("I Couldn't select your database"); $app_table1="{table name}"; ?>
No comments:
Post a Comment