Hi,

> >     Are you using the variable $_SERVER['PHP_SELF'] for your 
> link target?
> 
> I'm not, I'm a total newbie and don't quite understand, you mean 
> instead of 
> href="#" use href=$_SERVER['PHP_SELF']?
> Please bare with me and explain.

        Yeah, it would be:

        <a href="<? echo $_SERVER['PHP_SELF']; ?>">

        If that doesn't work, could you paste in a few lines of code?

-Dan Joseph

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

Reply via email to