Hi,

I have a small problem i come from a link in html page witch gives an numbet
to php (contact.php?nummer=2)
and in the script i use a redirec to a other php script but i can't give
that number to then next script i do it like this:
$url = sprintf("http://www.test.com/contact1.php?num=%",$nummer);
#header(sprintf("Location: %s",$url));
Tommy Straetemans



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to