1. The logo that I have in the upper left hand corner of - www.forodeherbales.com/new_site - is one of the logos of the company, the other is just the text inside of the box. Which version should I use?

Huh?


2. In trying to be able to switch from spanish to english easily, I put a spanish/english like in the header. Currently this is the code for the link - echo '<a href="'.$_SERVER['PHP_SELF'].'? lan=es">Espa&ntilde;ol</a>'; - but this doesn't carry the queries over. Is there a way to carry the queries over?

 $_SERVER['QUERY_STRING']

…will give you just the query string and…


$_SERVER['REQUEST_URI']

…will give you the entire URI.

Attachment: smime.p7s
Description: S/MIME cryptographic signature

_______________________________________________

UPHPU mailing list
[email protected]
http://uphpu.org/mailman/listinfo/uphpu
IRC: #uphpu on irc.freenode.net

Reply via email to