You found it -

It works like a charm -

Thanks Dennis


"Dennis Cole Jr" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> 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"]."";



-- 
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to