6 Posted Topics
Hi, its me again. I've seen the other code for looping textbox but it goesn't seem to apply in our script. What we need is a specific text box that loops when the user inputs a certain number of textboxes that he want to put. Example: there's a text box …
On line 9, do not close the php yet, try this; [CODE] echo "<option value='$data[primary_email]'>$data[primary_email]</option>\n"; [/CODE]
Hi, uhm can anyone help me out in creating a list box or a drop-down that has a standard size. Here's an example that I really want to display: [CODE] <select name='color[]' size=2 multiple> <option value='' selected>Select Item</option> <option value='blue'>Blue</option> <option value='green'>Green</option> <option value='red'>Red</option> <option value='yellow'>Yellow</option> <option value='white'>White</option> </select> [/CODE] …
hi, got a new prob, how can i create a php page that automatically refreshes each time i access the page.
Hi, actually i've posted from the wrong thread and i apologize for that. anyway, let me post my problem and it goes like this. we've successfully created drop down menus that is connected to our database. we have 5 fields to display, each field contains different data [(ex. first field …
Hello, Well, we've already created a drop down menu, what we need now goes like this. For example, there are 3 drop downs and the source was from 3 different fields from the database. Let's say there are 5 contents from each field. Then on the web page, we're going …
The End.