> database ... the script seems to be working, in that its not giving errors
You're not asking it to give you error messages :-)
>
> if ($submit) {
>
> MYSQL_CONNECT("localhost","user","pass");
... or die("Could not connect to database")
> mysql_select_db("binary_date");
... or die
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 go
2 matches
Mail list logo