Re: [PHP] Storing and then printing ANSI escape sequences in (andthen from) variables

2009-01-07 Thread Fred Briand
Paul M Foster a écrit : > On Wed, Jan 07, 2009 at 11:11:53PM +, Luke Slater wrote: > >> Hi, >> >> I'm storing ANSI escape sequences in an array, stored like this: >> >> $connections[$channel][2] = $info['colour']; >> >> $info['$colour'] would contain something like \033[33m >> >> Now, my probl

[PHP] Holocoste against palestinians

2009-01-07 Thread It flance
The message is to webhosting companies, Israel is killing palestinian children. Some sites are are showing the fotos of israel's holocoste against palestinians. Now here is a link that shows to israelis how to fight that too: http://www.jpost.com/servlet/Satellite?cid=1231167272840&pagename=JPos

Re: [PHP] Holocoste against palestinians

2009-01-07 Thread Paul Scott
On Wed, 2009-01-07 at 22:51 -0800, It flance wrote: > The message is to webhosting companies, > This is not a web hosting company. > Israel is killing palestinian children. Some sites are are showing the fotos > of israel's holocoste against palestinians. > Now here is a link that shows to is

RE: [PHP] redoing website after 7 years

2009-01-07 Thread Jan Frits Vegter
Personaly I think it is a matter of your own buisiness. How is the relationship with your customer? How much work did you spend? Etc etc etc? When I read everything I hear 2 things. 1 register_globals does not have to be insecure. But I see that you allready did the work so that is past station.

[PHP] Re: hello

2009-01-07 Thread bigredlinux
Please read the document. Attachment: No Virus found F-Secure AntiVirus - www.f-secure.com -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Storing and then printing ANSI escape sequences in (andthen from) variables

2009-01-07 Thread Luke Slater
The issue isn't that I can't get colours to display on the screen, if I were to substitute $pstring = $connections[$channel][2] . $connections[$channel][1] . " " . $buffer . chr(7); for $pstring = "\033[33m" . $connections[$channel][1] . " " . $buffer . chr(7); then it would work perfectl

<    1   2