php-general | 2005051
Date: 05/09/05
- Next message: Martín Marqués: "Re: [PHP] text with $"
- Previous message: bala chandar: "Re: [PHP] Question about acessing databases and formatting output"
- In reply to: Martín Marqués: "[PHP] text with $"
- Next in thread: Richard Davey: "Re[2]: [PHP] text with $"
- Reply: Richard Davey: "Re[2]: [PHP] text with $"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
hi
On 5/9/05, Martín Marqués <martin <email protected>> 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-- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
- Next message: Martín Marqués: "Re: [PHP] text with $"
- Previous message: bala chandar: "Re: [PHP] Question about acessing databases and formatting output"
- In reply to: Martín Marqués: "[PHP] text with $"
- Next in thread: Richard Davey: "Re[2]: [PHP] text with $"
- Reply: Richard Davey: "Re[2]: [PHP] text with $"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

