Hi,
I am having trouble uploading images to a directory on a server with a corresponding reference in my mysql table column.
Am using the following code to move the file:
####################
if( strlen( $userfile ) > 1 ) {
$hasAnImage = 1;
$imageType = strstr( $_FILES['userfile' ['name']...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.