Justtechjobs.com Find a programming school near you






Online Campus Both


php-general | 2005051

[PHP] Re: text with $ From: Jason Barnett (jason.barnett <email protected>)
Date: 05/09/05

Martín Marqués wrote:
> I have a text variable that contains "$" symbols, that when I pass it out PHP
> thinks that the "$" mean that a variable name comes right after.
>
> I tried escaping the "$" put with no luck.
>
> Is there something I can do?
>

<?php

echo '$';
echo "\$";

?>

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