This line works OK for me
mysql_query ( "INSERT INTO photos ( image ) VALUES ('$filename' )" )
photos = database, image = column name, $filename = the name of the image
Trouble is I can never read anyone elses code as well as mine : (
How about just trying a simple upload and get rid of all the " if " & " else " to get it working first ?
Anthony
P.S. To the cleverer here than me ( most others here and defiinatly NeverMind ! ).
Would it be possible to do away with all the if & elses and use a/some functions instead ? I have yet to learn/get one to work yet.