"Timothy Hitchens )" schrieb:

> I am assuming you have testing from a desktop client.
>
> Are you sure that the PHP script has been logged in??
>
> Can you see via a log file of the successful authentication??
>

I logged in using the same information as I used to upload that script.

if ((!$conn_id) || (!$login_result)) {
        echo "Not logged in";
        die;
    } else {
        echo "Logged in";
    }

That script returned Logged in.
Olli



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to