user variable

Re: user variable

by Herman van Keulen -
Number of replies: 0

Hi,

This works perfectly
I made this in my form: I see in the adress of IE the correct name but in the name field of my form I see : <br /><b>Notice</b>:  Undefined ....

The next line I have adapted: left parameter: Achternaam an the variable called: user_full_name.

<input type="text" name="Achternaam" value="<?php echo $user_full_name; ?>" disabled />

What's the problem ? smile