[PHP] ANSI to HTML with socket handling

2001-02-23 Thread Kyndig
other not so common combinations * of ANSI colors, example: [1;33m and [0m; */ if (preg_match("/\[\d+m/",$buffer)) { preg_match_all("/\[\d+m/",$buf, $matches); for ($i=0; $i< count($matche

Re: [PHP] Order by Date (Newbie)

2001-02-23 Thread Kyndig
e("d")+10,date("Y") ); Will take todays day, and add 10 days to it. -- Kind Regards, --- Kyndig Online Text Game Resource Site: http://www.kyndig.com ICQ#10451240 -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For addition

Re: [PHP] Help INSERTing to MySQL

2001-02-23 Thread Kyndig
ime(); > > >$rand = Random_Password(5); > > >$docid = $time . $rand; > > > > > > if (isset($email) && isset($docid)) { > > > mysql_connect("$HOSTNAME", "$DB_USER", "$DB_PASS"); > >

Re: [PHP] special characters with perl,mysql,php

2001-02-23 Thread Kyndig
unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > To contact the list administrators, e-mail: [EMAIL PROTECTED] -- Kind Regards, --- Kyndig Online Text Game Resource Site: http://www.kyndig.com ICQ#10451240 -- PHP General Mailing List (http

Re: [PHP] DIsplaying page before script finnished

2001-02-24 Thread Kyndig
> Thanks > > David :-) > > > > -- > PHP General Mailing List (http://www.php.net/) > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > To contact the list administrators, e-mail: [EMAIL PROTECTED] -- Kind Regards, --- Kyndig Onli

[PHP] Fwd: Binding A Socket

2001-02-24 Thread Kyndig
but when I telnet to the binded port...I get nothing. Any help? -- Kind Regards, --- Kyndig Online Text Game Resource Site: http://www.kyndig.com ICQ#10451240 --- -- Kind Regards, --- Kyndig Online Text Game Resource Site: http://www.kynd

[PHP] PhpLib Template Not Parsing

2001-02-25 Thread Kyndig
fixing this is much appreciated. -- Kind Regards, --- Kyndig Online Text Game Resource Site: http://www.kyndig.com ICQ#10451240 -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list ad

[PHP] Problem With Session Handling

2004-02-28 Thread Kyndig
Hi folks, I've been working on my website for a few years now. It uses SESSION management. I am using: php4.3 version. A problem I have had for awhile now is that all session information is lost if a page does not fully load. This wouldn't be an issue, except on every page load I create a My

Re: [PHP] Problem With Session Handling

2004-02-28 Thread Kyndig
owledge about them is now outdated. Thank you. This was a problem I've had for a little over a year now. Kyndig On Sat, 28 Feb 2004, Rasmus Lerdorf wrote: ignore_user_abort = Off in your php.ini file And read the Connection Handling chapter in the manual. -Rasmus On Sat, 28 Feb 2004, Kyn