|
Posted by Andy Hassall on 08/28/06 06:03
On Mon, 28 Aug 2006 05:10:01 GMT, nobody@thisaddress.net wrote:
>mysql_query($sql,$connection);
>
>if (!mysql_query($sql,$connection)) {
>die ("Could not update" . mysql_error());
>}
>echo "Updated";
You've called mysql_query twice, so you get two rows.
--
Andy Hassall :: andy@andyh.co.uk :: http://www.andyh.co.uk
http://www.andyhsoftware.co.uk/space :: disk and FTP usage analysis tool
Navigation:
[Reply to this message]
|