Posted by David Haynes on 11/07/87 11:49
paul@sunnyland.com.au wrote:
> Hi could anyone please help me. I am a newbie to php. I am using php4
> and trying to put together some code to update a db but I am not having
> much luck. This is the code I have come up with so far.
[snip]
>
> Close the connection
> mysql_close($dbc)
>
should be:
// Close the connection
mysql_close($dbc);
-david-
[Back to original message]
|