RE: [PHP] include and require

2004-05-27 Thread php chucker
include() will output warning message and the script continues require() will output error message and will halt the script -Original Message- From: Lieve Vissenaeken [mailto:[EMAIL PROTECTED] Sent: Thursday, May 27, 2004 2:05 PM To: [EMAIL PROTECTED] Subject: [PHP] include and

RE: [PHP] want to buy second hand books online - cant remember site

2004-05-21 Thread php chucker
Give this a shot: http://dogbert.abebooks.com/servlet/SearchResults?sortby=0sn=Programmingph =2sts=t -Original Message- From: Brent Clark [mailto:[EMAIL PROTECTED] Sent: Friday, May 21, 2004 4:26 AM To: [EMAIL PROTECTED] Subject: [PHP] want to buy second hand books online - cant

RE: [PHP] keeping the last zero

2004-05-17 Thread php chucker
I prefer: round($value,2); -Original Message- From: Marek Kilimajer [mailto:[EMAIL PROTECTED] Sent: Monday, May 17, 2004 5:10 AM To: Mario Cc: [EMAIL PROTECTED] Subject: Re: [PHP] keeping the last zero Mario wrote: Hi all I have a list of products with prices e.g. $100 $100.50

[PHP] Maintaining State Remotely

2004-04-29 Thread php chucker
I'm writing some code to login into my favorite sport site to get stats. I get logged in ok with the post request showing my username and password, the response screens welcomes me by name. However when I send a second request immediately after the successful login, I'm being told I need to

[PHP] GD2 (bundled) imagerotate

2004-04-22 Thread php chucker
transparency after imagerotate, strike that, how do I keep transparency after imagerotate :) ?php chucker ?