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="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, simply URLDecode it. :-))
>Phewww... :-]
>
>J.M.
>
>
>
>-- 
>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]
>
>




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




[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, simply URLDecode it. :-))
Phewww... :-]

J.M.



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