Re: saving modified image to blob

2002-06-29 Thread Georg Richter
On Saturday, 29. June 2002 15:10, andy wrote: Hi Andy, What shows mysql_errno after mysql_query?! Why you don't use mysql_real_escape_string (or mysql_escape_string for PHP Version < 4.1.1) instead of addslashes?! Regards Georg -

saving modified image to blob

2002-06-29 Thread andy
Hi there, I would like to save a jpg into a blob field of mysql. The function underneath works fine if I read the image from the temporary destination where php did put it after uploading. My problem is, that I would like to do some funky stuff to the image like changing colors or adding waterma