Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by admundsen

  1. admundsen

    image upload to server directory with reference in mysql column

    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']...

Part and Inventory Search

Back
Top