Forum Replies Created

Viewing 2 replies - 1 through 2 (of 2 total)
  • Below is my knowledgebase from Startlogic:

    To run PHP sessions, include the following code at the top of any PHP script that uses sessions:

    session_save_path(“your home directory path”/cgi-bin/tmp);
    session_start();

    * Log into the PHP Scripting page for actual path to your home directory. Replace “your home directory path” with the path shown.
    * Set session_save_path to a directory within your cgi-bin: either /cgi-bin/tmp as in the example above or another directory as long as the absolute path is correct.

    For details on how PHP sessions work, review PHP’s Session Handling Functions.

    For a similar application my code line is:
    session_save_path(“/home/users/web/b2296/xx.xxxxx/public_html/cgi-bin/tmp”);

    Note I changed both the form and checking *.php files.

    I don’t know if this will come through since the topic is “resolved” but:
    I can’t get anti-spam to work, either image or math

    Using Comcast as ISP
    Using “Startlogic” as Web hosting service
    MySQL ver 5.045
    PHP ver 5.2.2

    Fails with Firefox or I.E.

    email me to try site, needs login. [email protected]

    Pat Phillips

Viewing 2 replies - 1 through 2 (of 2 total)