php-general | 2005051
Date: 05/09/05
- Next message: Petar Nedyalkov: "Re: [PHP] text with $"
- Previous message: Andy Pieters: "Re: [PHP] text with $"
- In reply to: Martín Marqués: "[PHP] text with $"
- Next in thread: Petar Nedyalkov: "Re: [PHP] text with $"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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.
>
> I tried escaping the "$" put with no luck.
>
> Is there something I can do?
$var = 'hi $there';
-- Victor Saldaña D. User #330054 counter.li.org-- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
- Next message: Petar Nedyalkov: "Re: [PHP] text with $"
- Previous message: Andy Pieters: "Re: [PHP] text with $"
- In reply to: Martín Marqués: "[PHP] text with $"
- Next in thread: Petar Nedyalkov: "Re: [PHP] text with $"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

