Re: [PHP] wierd function behavior within classes.. Bug?

2002-01-24 Thread Marc Swanson
d bandwidth! -- ----- Marc Swanson MSwanson Consulting Phone: (603)868-1721 Fax:(603)868-1730 Mobile: (603)512-1267 [EMAIL PROTECTED] http://www.mswanson.com - -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional comma

[PHP] wierd function behavior within classes.. Bug?

2002-01-24 Thread Marc Swanson
a bug? I believe I found that it happens with all functions within a class (not just constructors). Thanks -- - Marc Swanson MSwanson Consulting Phone: (603)868-1721 Fax:(603)868-1730 Mobile: (603)512-1267 [EMAIL PROTECTED] http://www.mswanson.com ---

Re: [PHP] when 1+1 is not equal to 2... STRANGE float behavior

2002-01-21 Thread Marc Swanson
t;false"; } ?> now outputs "true". :-) -- - Marc Swanson MSwanson Consulting Phone: (603)868-1721 Fax:(603)868-1730 Mobile: (603)512-1267 [EMAIL PROTECTED] http://www.mswanson.com - -- PHP General Mailing List (http://www.php.net/) To un

[PHP] when 1+1 is not equal to 2... STRANGE float behavior

2002-01-21 Thread Marc Swanson
95) to be equal to 9961.00 . In the case of this problem, all variables in question are of type double at time of comparison. ideas? I tried casting to various different types without success. I'd prefer not to round if at all possible... Thanks! -- - Marc

[PHP] mysql_insert_id + mysql_pconnect = race condition??

2001-11-21 Thread Marc Swanson
hanks! -- - Marc Swanson MSwanson Consulting Phone: (603)868-1721 Fax:(603)868-1730 Mobile: (603)512-1267 [EMAIL PROTECTED] http://www.mswanson.com - -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED

Re: [PHP] Print current page with no printer dialog box - How ?

2001-09-18 Thread Marc Swanson
on where the users are chained to IE anyway HTH -- ----- Marc Swanson MSwanson Consulting Phone: (603)868-1721 Fax:(603)868-1730 Mobile: (603)512-1267 [EMAIL PROTECTED] http://www.mswanson.com - -- PHP General Mailing List (http://www.ph

Re: [PHP] chewing up apache logs

2001-09-18 Thread Marc Swanson
e is set up to grab log data from .logs/data so you may have to change that and also it is set up to process 3 websites since I am runnning one main site and 2 virtual hosts. Just trim that stuff out. Hope that helps! -- --------- Marc Swanson MSwanson Consulting Phone:

RE: [PHP] how do i check if a server is online ?

2001-02-27 Thread Marc Swanson
u want: system("ping -c 1 www.someurl.com", $retval); if($retval == 0) { #server is alive } else { #server is down } HTH -Marc- #/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/# #Marc Swanson | \|||/ # #MSwanson Consulting | /o o\ # #