Merhaba aşagıya bırakacagım örnek tabloya göre bir listeleme kodu lazım
<html><head><meta http-equiv="Content-Type" content="text/html; charset=utf-8" /><title>PERSONEL KAYIT SAYFASI</title></head><body> <form action='personel_kayit.php' method="post"> <table width="328" height="118" align="center"> <tr> <td> Personel Id : </td> <td><input type="text" id="personel_id" name="personel_id" value="Lütfen Boş Bırakmayınız! " onclick="document.getElementById('personel_id').value=''"></td> </tr> <tr> <td> Personel Adı Soyadı : </td> <td><input type="text" id="personel_adsoy" name="personel_adsoy" value="Lütfen Boş Bırakmayınız!" onclick="document.getElementById('personel_adsoy').value=''"></td> </tr> <tr> <td> Personel E Posta Adresi : </td> <td><input type="text" id="personel_email" name="personel_email" value="Lütfen Boş Bırakmayınız!" onclick="document.getElementById('personel_email').value=''"></td> </tr> <tr> <td> Personel Telefonu : </td> <td><input type="text" id="personel_ceptel" name="personel_ceptel" value="Lütfen Boş Bırakmayınız!" onclick="document.getElementById('personel_ceptel').value=''"></td> </tr> <tr> <td> Personel Adresi : </td> <td><input type="text" id="personel_email" name="personel_email" value="Lütfen Boş Bırakmayınız!" onclick="document.getElementById('personel_email').value=''"></td> </tr> <tr> <td> E-mail Şifresi : </td> <td><input type="password" id="personel_sifre" name="personel_sifre" value="Lütfen Boş Bırakmayınız!" onclick="document.getElementById('personel_sifre').value=''"></td> </tr> <tr> <td> E-mail Şifresi Tekrar : </td> <td><input type="password" id="personel_sifre2" name="personel_sifre2" value="Lütfen Boş Bırakmayınız!" onclick="document.getElementById('personel_sifre2').value=''"></td> </tr> <tr> <td colspan="2"><button type="submit" name="ekle" value="ekle">EKLE</button></td> </tr> <tr> <td colspan="2"></td> </tr> <tr> <td colspan="2"></td> <td style="color:#66FF00"><a href="cikis_sayfasi.php"> ÇIKIŞ </a></td> </tr> </table> </form></body></html>ad soyad olarak arama yapılacak ve arama yapıldıgında çıkmıyor ise böyle bir kullanıcı yok uyarısı almak istiyorum.
Yardımcı olabilirseniz çok sevinirim. Tablo örnektir.Herkese iyi çalışmalar