first page viewdb.php include this code:
";
echo" |
الاجـــــــراء | الاسم بالكامـــــل
| العنــــــــوان |
";
while($myrow = mysql_fetch_array($result))
{
echo "
عرض ";
echo "حذف ";
echo "تعديل a>";
echo " | ".$myrow["firstname"]." ".$myrow["lastname"]."
| ".$myrow["nick"];
}
echo " |
";
?>
بحـــث
إدخال جديد
so when I click on this bottom
1- عرض
the page view.php shows this: Warning: mysql_fetch_array(): supplied argument is not a valid MySQL result resource in /home/umma/public_html/db/data/view.php on line 11
without any data
when I click on this bottom
echo "حذف ";
it's do nothing but show massage the job id done
the delete.php code
the view.php code
اللقب : ".$myrow["lastname"];
echo " العنوان : ".$myrow["nick"];
echo " البريد الالكتروني : ".$myrow["email"];
echo " المرتب : ".$myrow["salary"];
?> |
بحــــث عودة للقائمة
|