Why not @ ?

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Hi,

If you care to take a peak at http://www.dte.ua.pt/cv/
and pass your mouse over the link "Mário Gamito", you'll see in the status bar that the link is:


http://www.dte.ua.pt/cv/cv_show.php?email=gamito@xxxxxxxxx

Allright.

However, if you click and go to the respective page, you'll see that the "@" is switched by "%40".

There is no need to even click it.
Just Copy the link in the page and paste it in some editor.
Even this way, the link is wrong.

This completely bogles me.

I mean, i pass the mouse over the link and i see "@" in the status bar.
If i Copy the link and paste it into a text editor, i get "%40".

Any help would be apreciated.

The relevant code follows my signature.

Warm Regrds,
Mário Gamito

--

while (!$recordSet->EOF) {
print ("<a href =\"http://www.dte.ua.pt/cv/cv_show.php?email=".UrlEncode($recordSet->fields[1])."\">".HtmlEntities($recordSet->fields[0])."</a><br />");
//print ("<a href =\"http://www.dte.ua.pt/cv/email=?\".$recordSet->fields[0].</a><br />");
$recordSet->MoveNext();
}


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


[Index of Archives]     [PHP Home]     [Apache Users]     [PHP on Windows]     [Kernel Newbies]     [PHP Install]     [PHP Classes]     [Pear]     [Postgresql]     [Postgresql PHP]     [PHP on Windows]     [PHP Database Programming]     [PHP SOAP]

  Powered by Linux