Search Result

Collapse
2 results in 0.0013 seconds.
Keywords
Members
Tags
php.ini
  •  

  • BaseballGraphs
    started a topic Why is PHPSESSID cookie not setting?
    in PHP

    Why is PHPSESSID cookie not setting?

    Hi,

    I am trying to start a user session when a user logs in to my website. The setup is pretty simple. Here is my checkLogin.php script that checks whether the user is a member of the website.
    Code:
    <?
      session_start();
      $username = $_POST["username"];
      $password = $_POST["password"];
    
      include '../connect.php';
    
      $sql = sprintf( "SELECT * FROM
    ...
    See more | Go to post

  • yoursks
    started a topic php and oracle on apache
    in PHP

    php and oracle on apache

    when i uncomment the extension of GD in php.ini, after saving the file, when i restart the apache server it will crashes...

    please help me in regarding this..

    Thanks
    See more | Go to post
Working...