PDA

View Full Version : Php membership system help.



splintercell!
09-07-2005, 04:27 PM
Ok so I was making a membership system etc and I was making a registration form but I get a T_VARIABLE error the code it points to is :
$user_name = $_POST['user_name'];

do you see anything wrong with it?

Mentor
09-07-2005, 04:29 PM
unexspected t_varible ??

if so, the problems probly before that line, most likly a missing ; or confusion with your brackets {}

splintercell!
09-07-2005, 04:52 PM
yes I messed up the include I used ("home.php") instead of the other way.

Want to hide these adverts? Register an account for free!