> On Wed, 11 Sep 2002, Meltem Demirkus wrote:

>> I want to know if there is any way to send data in
>> header("Location:login.php") .I know how to send like this       <a
>> href=\"login.php?id=$ID\">  but I need to use header and I dont know howto
>> do this?...

> header( "Location: login.php?id=${ID}" );

What for {} ?
Rather: header( "Location: login.php?id=$ID" );


-- 
Krzysztof Dziekiewicz


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

Reply via email to