Re: [PHP] Re: another GD problem

2001-12-17 Thread Bas van Rooijen
Small comment: No need to use urldecode() here, as the data is automatically decoded during submit. greets, bvr. On Mon, 17 Dec 2001 17:11:33 +0100, Jan Maska wrote: >I take it back.. after some time of tracing the error, I found out that I >handed over the date as a string argument (img src

[PHP] Re: another GD problem

2001-12-17 Thread Jan Maska
I take it back.. after some time of tracing the error, I found out that I handed over the date as a string argument (img src="image.php?date=25. 01. 2001"...) And the problem were the whitespaces.. If you run into similiar trouble, just URLEncode the string, and before using it in imagePHP, simpl