|
Posted by Bala Chandar on 05/09/05 17:51
hi
On 5/9/05, Martín Marqués <martin@bugs.unl.edu.ar> 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.
use this
$$text = "$text";
>
> I tried escaping the "$" put with no luck.
>
> Is there something I can do?
>
> --
> 09:21:28 up 37 days, 17:45, 1 user, load average: 2.54, 2.04, 1.50
> -----------------------------------------------------------------
> Martín Marqués | select 'mmarques' || '@' || 'unl.edu.ar'
> Centro de Telematica | DBA, Programador, Administrador
> Universidad Nacional
> del Litoral
> -----------------------------------------------------------------
>
> --
> PHP General Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
>
>
--
bala> balachandar muruganantham
blog> lynx http://chandar.blogspot.com
web> http://www.chennaishopping.com
[Back to original message]
|