![]() |
Available news archives:
comp.lang.tcl
-
comp.lang.python
-
comp.security.firewalls
-
sci.crypt -
comp.lang.php -
comp.lang.javascript
|
|
comp.lang.php archiveRe: My function returns true but my code does not execute
From: John Moore <nobody@nomail.com>
Date: Mon Oct 31 2005 - 13:40:03 CET
On Mon, 31 Oct 2005 09:54:48 +0100, in comp.lang.php Ewoud Dronkert
>John Moore wrote:
Thanks,
I changed the query to read like this:
$query = "UPDATE about SET category_id = $category_id_new WHERE
All on one single line.
But no dice- no update occurs! I've echoed out the query itself, and
UPDATE about SET category_id = 31 WHERE about_id = 5
I wrote this function to execute 2 more functions IF this query
I dont mind rewriting my code, but I wish I could understand why when
Thanks to all of you for trying to help.
J Moore
|