How can I pass an anchor tag attribute to a page?
e.g. If I want to echo "1" on page_two:


page_one.php contains:

<a href="page_two.php" > <? $id="1"?>click</a>


page_two.php contains:

<? echo($id); ?>

but page_two is coming up blank after a delay... what I am doing wrong?


thanks,
andrew


-- 
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