![]() |
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: ZeldorBlat <zeldorblat@gmail.com>
Date: Mon Oct 31 2005 - 06:22:17 CET
>$query = "UPDATE
I think you want "about_id = $_SESSION['about_id']"; (notice the quotes
$query = "UPDATE about SET catergory_id = $catergory_id_new
|