
August 26th, 1999, 04:13 PM
|
|
Guest
|
|
Posts: n/a
Time spent in forums:
Reputation Power:
|
|
|
This is actually a follow up on a tread I did today but really took a new twist. Hope I didn't inapropriately start a new post here.
I have this mini PHP prog that had these 2 MySQL statements:
$mysql_select_db('joesauto', $mysql_link);
$mysql_close($mysql_link);
My host provider indicated that the "$" signs shouldn't be here on the front. But all the examples I see everywhere has them.
The omission did indeed fix the problem, but how do I know when to exclude these and when to include them.
Thanks
|