Welcome Guest, Not a member yet? Register   Sign In
file upload not working
#5

[eluser]learning_php[/eluser]
It happens with I load the upload.php view page which only contains the code to either print the error or redirect to another page.

Code:
<?PHP
if(isset($error)){
    echo $error;
}else{
    redirect('images');
}

?>


Messages In This Thread
file upload not working - by El Forum - 04-29-2009, 08:53 AM
file upload not working - by El Forum - 04-29-2009, 09:01 AM
file upload not working - by El Forum - 04-29-2009, 09:03 AM
file upload not working - by El Forum - 04-29-2009, 09:09 AM
file upload not working - by El Forum - 04-29-2009, 09:12 AM
file upload not working - by El Forum - 04-29-2009, 09:16 AM
file upload not working - by El Forum - 04-29-2009, 09:30 AM
file upload not working - by El Forum - 04-29-2009, 09:34 AM
file upload not working - by El Forum - 04-29-2009, 09:57 AM
file upload not working - by El Forum - 04-30-2009, 10:18 AM
file upload not working - by El Forum - 05-06-2009, 09:36 AM



Theme © iAndrew 2016 - Forum software by © MyBB