Hi,

I want call the current page and set a variable (or call a function)

< a href="index.php?variable=bananas" -this works but means I have to change 
it for every page name

I have tried

<a href="<? $PHP_SELF(); ?>">this is the link</a>

Only works within a <form> tag.

Any ideas - no javascript solutions that is what I am trying to avoid.


R.

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

Reply via email to