A
Anonymous
Guest
when i tried it on my own pc as server; http://localhost/uploading.php, it works...no problem....
when i tried to upload to my website, it comes out some error, don't know why..
need to define nickname????
Notice: Undefined variable: nickname in /home/httpd/vhosts/testing.com/httpdocs/uploading.php on line 32
when i tried to upload to my website, it comes out some error, don't know why..
need to define nickname????
Notice: Undefined variable: nickname in /home/httpd/vhosts/testing.com/httpdocs/uploading.php on line 32
Code:
<?php
include_once("config.php");
checkLoggedIn("yes");
doCSS();
?>
Code:
print("Hello <b>".$_SESSION["nickname"]."</b><br>\n");
Code:
$uploadfile = $uploaddir . $nickname.$image_types_extensions[$_FILES['userfile']['type']];