- الرئيسية
- ما الجديد !
-
الصفحات▼
الصفحات
ذلب تغير بسيط في حقل مراسلة الادارة
الساعة الآن 06:12 PM
</table></td>
<tr>
<td class="row2" align="center">رقم الهاتف:</td>
<td class="row2" align="center">
<input dir="ltr" title="Enter Phone Number" style="WIDTH: 200px;" size="37" name="contact-phone" type="text" /></td>
</tr>
$AdminUsername = $PowerBB->DB->sql_query("SELECT * FROM " . $PowerBB->table['member'] . " WHERE usergroup = 1 ");
if (empty($PowerBB->_POST['contact-phone']))
{
$PowerBB->functions->error("يرجى إدخال رقم الهاتف");
}
$PowerBB->_POST['contact-phone'] = $PowerBB->functions->CleanVariable($PowerBB->_POST['contact-phone'],'intval');
$PowerBB->_POST['contact-phone'] = $PowerBB->functions->CleanVariable($PowerBB->_POST['contact-phone'],'sql');
$PowerBB->_POST['text'] = $PowerBB->_POST['text']."<br><br>رقم الهاتف: ".$PowerBB->_POST['contact-phone'];