|
Fatal error: Using $this when not in object context in /home/whowould/public_html/database.php on line 28
Error in script:
// End of Edit
$this->link = mysql_connect($hostname, $username, $password);
mysql_select_db($dbname);
?>
What should I use as the reserved variable as a replacement of $this.
Last edited by josh2bmd; 08-19-2008 at 11:07 PM..
|