Re: access mysql db with DW

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



You found it -

It works like a charm -

Thanks Dennis


"Dennis Cole Jr" <dcole@users.sourceforge.net> wrote in message
CDEGLPGNGNKIFJCNOEJOAEIACAAA.dcole@users.sourceforge.net">news:CDEGLPGNGNKIFJCNOEJOAEIACAAA.dcole@users.sourceforge.net...
> 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


[Index of Archives]     [PHP Home]     [PHP Users]     [Postgresql Discussion]     [Kernel Newbies]     [Postgresql]     [Yosemite News]

  Powered by Linux