On the URL, use ? to separate the file name from the variables, and & to separate each 
additional variable.

..... &logdate=....

URL=check.php?Event_Type=<?=$_POST['Event_Type'];?>&logdate=<?=$_POST['logdate']; ?>">

>>How would you carry two variables?
>>
>><META HTTP-EQUIV="refresh" content="0;
>>URL=./check.php?Event_Type=<?=$_POST['Event_Type'];?>?logdate=<?=$_POST['log
>>date']; ?>">

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

Reply via email to