<?php
}
if($HTTP_GET_VARS["err"]==3)
{
?>
<strong>شماره انتخابي شما درست نمي باشد.** مرحله ثبت نام </strong></span></div>
<?php
}
else
{
if ($email==Null||$first_name==Null||$last_name==Null ||$password==Null||$state==Null||$postal_code==Nul l ||$gender==Null||$_SESSION["confirm_number"]!=$HTTP_POST_VARS["entered_number"])
{
if($_SESSION["confirm_number"]!=$HTTP_POST_VARS["entered_number"])
{
?>
<form name='send_back' action="join_us.php?country_id=<?php echo $country_id?>&err=3" method='post'>
<?php
}
else
{
?>
<form name='send_back' action="join_us.php?country_id=<?php echo $country_id?>&err=1" method='post'>
<?php
}
?>
مشکل من اینه که خطای join_us.php?country_id=&err=3 می ده واز اون خط عبور تمی کنه