Search results

  1. D

    php login check

    Utilise session control to make sure that, the user has authenticated him/or herself before viewing the page. Add session_start();in either the globals file, or at the top of every page, before any PHP statements. Add $_SESSION["userAuthenticated"] = true;to the control structure that checks...
  2. D

    Sidebar displaying wrong

    Try adding a div after the body tag and end it before you end the body tag, so the div is nested in the body. Conventional rules say the div should be called "container" or "wrapper". Also, make sure that div has a width. It could also be a positioning problem. It is hard to try and help you...
  3. D

    PHP vs ASP.net vs PYTHON vs Perl

    All languages have their advantages and disadvantages. So, I suppose if you were doing some project, you would look at the best ones that you think would be suitable for whatever it is. I do not like Javascript, but I know that it can come in handy. I will probably be more adapted to it when it...
  4. D

    Unable to access http on Stoli

    I have this problem also. I can access FTP and run operations. However, when going to my domain, the browser will normally say "Server not found", or sometimes the browser will timeout while connecting to it. I am using Firefox as my browser.
  5. D

    My hosting account has been suspended

    Hello x10hosting, My account is currently under suspension as I have not been visiting the forums. I have troubles sometimes accessing that particular address. I've noticed it is only directories named 'forums'. I did a test and I got the same result. The only way I can visit them is by using...
Top