Posted by John Moore on 10/31/05 15:55
On Thu, 27 Oct 2005 17:34:43 +0100, in alt.comp.lang.php "Ant" <computer@says.no> wrote: > >$user_id = $_POST["user_id"]; > You have double quotes in your post variable. Try: $user_id = $_POST['user_id']; J Moore
[Reply to this message]
Copyright © 2005-2006 Powered by Custom PHP Programming