[php]
global $current_user;
get_currentuserinfo();
if(isset($_POST[‘submit’]))
{
echo “<font color=’red’>Gelieve callsign/naam en e-mail in te vullen</font>”;
}
echo “<p>Bevestig hier uw komst op de nieuwjaarsreceptie</p>”;
echo “<p></p><p>Dag “;
echo ‘<b>’ . $current_user->user_firstname . “</b>, met hoeveel wenst u aanwezig te zijn?</p>\n”;
[/php]
Aantal: