Re: [PHP] Warning Extract

2003-04-02 Thread Marek Kilimajer
I meant there is no row in table members where username='$logname', whatever value $logname contains. Don't forget to run session_start() at the begining of every script. Andy wrote: logname is not in my database. It is a session variable used to hold the members login name. In the form it is s

Re: [PHP] Warning Extract

2003-04-02 Thread Andy
logname is not in my database. It is a session variable used to hold the members login name. In the form it is session_register('logname'); which is then set to a variable with this code: if ($num2 > 0) { // password is correct $auth="yes"; $logname=$fusername; $tod

Re: [PHP] Warning Extract

2003-04-02 Thread Marek Kilimajer
Andy wrote: (and Marek fixed) $connection = mysql_connect($host, $user,$password) or die ("Couldn't connect to server."); $db = mysql_select_db($database, $connection) or die ("Couldn't select database."); $sql = "SELECT name FROM members WHERE username=

[PHP] Warning Extract

2003-04-02 Thread Andy
Help AGAIN!!! Thank you for all the help so far, i am close to getting this members section working correctly now i think! I think i would have given up by now if it were not for the help i get from you all, thank you. I have a warning that i don't understand: Warning: extract() expects first arg