Re: [PHP] No result - need advice.

2001-02-21 Thread Rick Hodger
"Kenneth R Zink II" <[EMAIL PROTECTED]> wrote in message 025901c09b68$edd3d200$[EMAIL PROTECTED]">news:025901c09b68$edd3d200$[EMAIL PROTECTED]... > I'm having problem with a php script. I get a valid insert statment echoed to the screen but I don't get a result from it. If I cut and > paste int

Re: [PHP] No result - need advice.

2001-02-20 Thread Website4S
Try adding where the Values go "INSERT INTO memberstest (Name, ICQ, Location) VALUES ('', '$name', '$icq', '$loc', '$active', '$date', '$mlist', '$email', '$url', '$year', '$make', '$model', '', '$et', '$mph', '$six', '$track', '$engine', '$notes', '', '$pass', '$drive', '$cab', '$length',

[PHP] No result - need advice.

2001-02-20 Thread Kenneth R Zink II
I'm having problem with a php script. I get a valid insert statment echoed to the screen but I don't get a result from it. If I cut and paste into the SQL query box in PHPMyadmin, it insert fine, but it will not do it from the script. Through debuging (echoing to the screen), I have determind