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]

Reply via email to