auto papulating to mysql

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
<?erick?>
Forum Newbie
Posts: 12
Joined: Thu May 29, 2008 8:36 am

auto papulating to mysql

Post by <?erick?> »

Hello guys am here again to ask some a little bit question about jump menu here my question like this

Code: Select all

Category Information:
                <tr>
                <td><select name="xxxx" size="1" id="xxxx">
                <option>FROM MYSQLDATABASE</option>
                </select></td>
                </tr>
                <tr>
                <td>Type of Problem:</td>
                </tr>
                <tr>
                <td><select name="select" size="1" id="select">
                <option>FROM MYSQLDATABASE</option>
                </select></td>
                </tr>
                <tr>
                <td>Sub Type:</td>
                </tr>
                <tr>
                <td><select name="select2" size="1" id="select2">
                <option>FROM MYSQLDATABASE</option>
               </select></td>
If I choose another DATA from category information also the type of problem and sub type will be change all of this is connected to data base please help me again…
Post Reply