duh! now you see what your working with...a complete numpty! That all works a sweet as a nut now
My next little challenge is to get it to display this extra field in the user info. I have looked in member.php and in the start get info section added the following:
Code:
$extrabit=$DB_site->query("SELECT extra FROM adult WHERE fid = '$userid'");
as there wasnt a statement in their to JOIN to but as you have already guessed, its doesnt appear to work. Also, I am not sure how to add some code to that so if the fid != userid to do nothing and not fall over with an error.
Any clues on this?