Try this
 
<?php
$url="";
echo "<a href=# >asd</a>";
?>

 HTH
-Murugesan
----- Original Message -----
From: Todd Cary
Sent: Wednesday, September 10, 2003 10:57 PM
Subject: [PHP] Escaping the " ' " character

I need to print the following:

http://www.gilardi.com/pdf/gwyt1poc.pdf">http://www.gilardi.com/pdf/gwyt1poc.pdf','','')"

and I am not sure how to escape the " ' " characters.

Actually, the 'http://www.gilardi.com/pdf/gwyt1poc.pdf' will be a variable, $url.

Can someone point me toward some docs on this?

Many thanks!

Todd
--

Reply via email to