first page viewdb.php include this code:
"; while($myrow = mysql_fetch_array($result)) { echo "
"; echo"
الاجـــــــراءالاسم بالكامـــــل العنــــــــوان
عرض "; echo "حذف "; echo "تعديل"; 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"]; ?>
بحــــث   عودة للقائمة