RE: [PHP-DB] access mysql db with DW

2003-02-08 Thread Dennis Cole Jr
Part of the problem is $insertGoTo = "booking_details.php?email=".HTTP_POST_VARS["email"].""; should be $insertGoTo = "booking_details.php?email="$HTTP_POST_VARS["email"].""; -Original Message- From: Terry L. Ensley [mailto:[EMAIL PROTECTED]] Sent: Saturday, February 08, 2003 7:53 PM To

RE: [PHP-DB] access mysql db with DW

2003-02-08 Thread Dennis Cole Jr
Part of the problem is $insertGoTo = "booking_details.php?email=".HTTP_POST_VARS["email"].""; should be $insertGoTo = "booking_details.php?email="$HTTP_POST_VARS["email"].""; -Original Message- From: Terry L. Ensley [mailto:[EMAIL PROTECTED]] Sent: Saturday, February 08, 2003 7:53 PM To