Re: Extended Ascii Characters

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Thu, June 1, 2006 6:46 pm, Richard Luckhurst wrote:
> Hi All
>
> I am in the process of cleaning up an application that was left half
> finished. I
> am fairly new to PHP so I am seeking the wisdom of the community to
> help with a
> little problem.
>
> In many cases I need to build command strings to be sent to a backend
> system.
> The strings have to contain a couple of non ascii characters.
>
> I have no problem with the following in a script
>
> $RM="\xFF";

$RM = chr(0xFF);

-- 
Like Music?
http://l-i-e.com/artists.htm

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


[Index of Archives]     [PHP Home]     [Apache Users]     [PHP on Windows]     [Kernel Newbies]     [PHP Install]     [PHP Classes]     [Pear]     [Postgresql]     [Postgresql PHP]     [PHP on Windows]     [PHP Database Programming]     [PHP SOAP]

  Powered by Linux