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
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
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
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.
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
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
101 - 106 of 106 matches
Mail list logo