Jump to content

bdmfatih

New Members
  • Posts

    3
  • Joined

  • Last visited

    Never

Everything posted by bdmfatih

  1. thanks but this code again and again add textbox but i want to add only one textbox can you help me
  2. bdmfatih

    fatih

    HELLO my friend i want to put textbox this php codes but it does not work for this use combobox onchange event i call "bul()" function but it does not working <html> <head> <title>Talep Form</title> <?php function bul() { echo "<input type='text' name='sehir' id='sehir' size='51'>";//this part not working } ?> </head> <body> <form action="" method="post" name="talep_form"> <select name="ulkeler" id="ulkeler" onchange="bul()"> <?php $sql=mysql_query("select * from ulke"); while ($row=mysql_fetch_array($sql)) { $ulke_adi=$row['ulkeadi']; $id=$row['ulkeID']; echo "<option value=$id>$ulke_adi</option>"; //echo 'hello world'; ?> </form> </body> </html>
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.