Re: [PHP] Having more problems

2002-07-07 Thread Chris Hewitt
Shiloh, It displays in my Mozilla browser, but maybe the missing and tags would mean it does not display in yours. HTH Chris Shiloh Madsen wrote: > > The newbie is still having troubles heh. Maybe some kind soul can tell > me what im doing wrong this time. This is the code for a page I am

Re: [PHP] Having more problems

2002-07-06 Thread Alberto Serra
ðÒÉ×ÅÔ! Shiloh Madsen wrote: > > $LoginDB=@mysql_connect($dbhost, $dbuser, $dbpass); > if (! $LoginDB) { > print "Unable to connect to the database server at this time."; > exit(); > } else { This can be just: $LoginDB=@mysql_connect($dbhost, $dbuser, $dbpass) or die('Unable to connect t