El sáb, 24-04-2004 a las 13:41, theGrafixGuy escribió:
> I think I have the right track here if I can figure out how to write it??? I
> know that one can't stick php in a tag like that:-/
> 
> <a href="<? $_SERVER['PHP_SELF'] ?>#top">
>
Yes, you can. You are only lacking the echo part
<a href="<? echo $_SERVER['PHP_SELF'] ?>#top">

or the shortcut notation

<a href="<?=$_SERVER['PHP_SELF'] ?>#top">
-- 
Manuel González Noriega
Simplelógica, construcción web  
    URL: http://simplelogica.net
    EMAIL: [EMAIL PROTECTED]
    TELEFONO: (+34) 985 22 12 65
   
Logicola es el weblog de Simplelógica http://simplelogica.net/logicola/
</p>That's right. We said Frontpage.</p>

*****************************************************
The discussion list for http://webstandardsgroup.org/
See http://webstandardsgroup.org/mail/guidelines.cfm
for some hints on posting to the list & getting help
*****************************************************

Reply via email to