or by phone at <?php 
    echo $student_info['phone'];
} else {
    ?>
 You can reach them via phone at <?php 
    echo $student_info['phone'];
}
?>
.  I have scheduled you to meet on the following schedule:

<?php 
echo get_email_schedule($match_id);
?>

I have arranged for you meet for the first time on <?php 
echo mysql_date2standard_date($match_info['start_date']);
?>
. Come to the O-Zone desk and I'll introduce you to your student.

Please let me know that you have successfully received this email by clicking on the following link:

<?php 
echo $domainPath;
?>
/?page=confirm_email&action=confirm&tutor_id=<?php 
echo $tutor_info["id"];
?>
&match_id=<?php 
echo $match_id;
?>
Exemplo n.º 2
0
        </td>
    </tr>
    <tr>
        <td align=right>Start Date:</td>
        <td>
            <input name="start_date" size=8 value="<?php 
echo mysql_date2standard_date($match_info['start_date']);
?>
">
        </td>
    </tr>
    <tr>
        <td align=right>End Date:</td>
        <td>
            <input name="end_date" size=8 value="<?php 
echo $match_info['end_date'] == '0000-00-00' || $match_info['end_date'] == '' ? '' : mysql_date2standard_date($match_info['end_date']);
?>
">
        </td>
    </tr>
    <tr>
        <td align=right>Active:</td>
        <td>
            <input name="active" type="checkbox" <?php 
echo $match_info['active'] ? 'checked' : '';
?>
 />
        </td>
    </tr>
    <tr>
        <td align=right>Times:</td>