Search results

  1. E

    Login.php

    ok fixed. i copied the data to a new login.php file and removed the ob_start / end. it seems to be ok now. thanks for your help :)
  2. E

    Login.php

    Yes i have heard that this causes the problem and as i said i checked several times for blank spaces and characters. But i will do what u suggest after my site starts working since i cant access it cuz of the server move. Well it didnt work without them either, i put them there cuz i was...
  3. E

    Login.php

    The file was saved as utf-8 and i uploaded it like that, and i made sure there were no characters or lines before <?php or aftrer ?> since i am aware of this causing a problem.
  4. E

    Login.php

    ehh i was calling it from a form in the same file (login.php). But now i changed the files so that login.php contains only php code and login.html calls the login.php through a form. login.html form: <form action="login.php?try=true" method="post" > <label...
  5. E

    Login.php

    So i am trying to make a Register/Login system on my site. Note that i didn't write the scripts. The Registration works fine and the user info are stored in the database. But when i go to the login page i get these errors: Warning: session_start() [function.session-start]: Cannot send session...
Top