In a message dated 1/25/2003 10:24:34 PM Pacific Standard Time,
[EMAIL PROTECTED] writes:

>    i have unsuccessfully tried for three days to write, re-write 
>something that will insert data into my db and ashamedly have failed 
>again. at one point i was able to echo values and see that they were 
>in fact passing from my form. now i can't even get that. anyway, if 
>you could take a look at this and tell me where i'm going wrong i 
>will greatly appreciate it. thank you... addison
>
><?
>   session_start();                                              
>   if (@$auth != "yes")                                          
>   include("config.php");
>

Is $auth a session variable? If so, is register_globals turned on? If not,
you should probably be using $_SESSION['auth'].

Janet

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

Reply via email to