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 require

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=0&sn=Programming&ph =2&sts=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 reme

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 > $

[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 login.

[PHP] GD2 (bundled) imagerotate

2004-04-22 Thread php chucker
Going crazy! I'm using the imagerotate function against a PNG with transparency, to overlay another image via imagecopy. The problem is the transparent area is showing as black. If I don't use imagerotate and just stick with the imagecopy, the area is transparent. Why am I losing my transpar