Re: Damn escaping... Grunf...

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

 



Hi Yharonkh,

Thanks a lot.
It really did the trick :)

Regards,
MÃrio Gamito

YaronKh@xxxxxxxxxxxxx wrote:
Hi

Try using " instead of '
Meaning you should write:

Print ("<a href =\"http://www.dte.ua.pt/cv/email=?".$recordSet->fields[0]. "\" <br />");



-----Original Message-----
From: MÃrio Gamito [mailto:gamito@xxxxxxxxxxx] Sent: Monday, March 21, 2005 12:50 PM
To: php-general@xxxxxxxxxxxxx
Subject: Damn escaping... Grunf...


Hi,

I want this code to display peoples' names within an hyperlink.
I'm tired of trying different ways, read all about it in PHP's manual, but i can't get it there.


You can visit http://www.dte.ua.pt/cv
In the rightmost column it is suposed to apear two name below "Links", but... it doen't, becuase i can't straight the escaping :(


Any help would be apreciated.

The code follows my signature.

Warm Regards,
MÃrio Gamito

--

// select names to display in the right column
   $recordSet = &$conn->Execute('SELECT name FROM users');

while (!$recordSet->EOF) {
print ('<a href=\'http://www.dte.ua.pt/cv/email=?' . $recordSet->fields[0] . '\'' . '<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