View Single Post
  #2 (permalink)  
Old Jan 31st, 2008, 17:11
kidreapertronV kidreapertronV is offline
Junior Member
Join Date: Mar 2007
Location: indiana
Age: 25
Posts: 38
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Image UPDATE problem

Also, the page stops loading at the or die().... here.

PHP: Select all

<?php 
//Writes the photo to the server 
if (move_uploaded_file($_FILES['photo']['tmp_name'], $target) or die (mysql_error())) {
Reply With Quote