Re: [PHP] Uploading Image to Database

2001-08-18 Thread Richard Lynch
database ... the script seems to be working, in that its not giving errors You're not asking it to give you error messages :-) ?php if ($submit) { MYSQL_CONNECT(localhost,user,pass); ... or die(Could not connect to database) mysql_select_db(binary_date); ... or die(Could not

[PHP] Uploading Image to Database

2001-08-15 Thread Tim Thorburn
Hi, I'm trying to get a script working that will upload an image to a MySQL database ... the script seems to be working, in that its not giving errors - but it does nothing ... it doesn't add the image to the database at all. Can someone take a look at this script and let me know where I've