User Profile

Collapse

Profile Sidebar

Collapse
manirajmurali
manirajmurali
Last Activity: Mar 3 '08, 12:15 PM
Joined: Apr 13 '07
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • manirajmurali
    started a topic download file problem
    in PHP

    download file problem

    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:
    --------------------------
    ...
    See more | Go to post
    Last edited by ronverdonk; Mar 3 '08, 02:14 PM. Reason: adding code tags

  • manirajmurali
    replied to trouble with login script
    in PHP
    <?
    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>
    See more | Go to post

    Leave a comment:

No activity results to display
Show More
Working...