صفحة 1 من 1

???? ?? ????? ???????? MySQL

مرسل: الثلاثاء يونيو 28, 2011 5:18 pm
بواسطة bgfarouk
:lol:
?????? ?????
??? ??? ??????? ?????? ??? ???????? ?? My Data Base My SQL
??? ??? ???????

if (isset($_POST['telephone']) AND isset($_POST['marital']) AND isset($_POST['country']) AND isset($_POST['sexe']))
{
$sql_arr = array(
'user_phone' => $_POST['telephone'],
'user_marital' => $_POST['marital'],
'user_home' => $_POST['country'],
'user_sexe' => $_PSOT['sexe'] ) ;
$sql = 'INSERT INTO ' . PHP_USERS. ' ' . $db->sql_build_array('INSERT', $sql_arr).'
WHERE user_id = ' . (int) $id ;
$db->sql_query($sql);
}

???? ???? ???? ? ??? ?? ???? ??? ????? ?? ?? ??? ?????? ?

???? ?? ????? ???????? MySQL

مرسل: الثلاثاء يونيو 28, 2011 9:15 pm
بواسطة Garebooo
??? ???? ?? ????