hi all,
i have face this problem more 3 days.. if anybody help me..
i have upload file through php coding .. i have download that same file from server..
its coming empty file.. i dont know why its coming... its correctly working in local system.. but not working server. Linux server
its very urgent.. pls reply me.
[php]
Its Upload coding:
--------------------------
...
User Profile
Collapse
-
download file problem
-
<?
session_start() ;
if (!isset($_SESSI ON['logged'] = 'yes'))
{
echo 'ahah';
//echo $_SESSION['logged'] ;
//header("locatio n: login.htm");
}
?>
<head>
<title>Untitl ed Document</title>
</head>
<body>
logged in sucessfully
</body>
</html>
No activity results to display
Show More
Leave a comment: