Is there a way in PHP that I can pull info from a database and store it in a textbox on the screen? The way I am doing it right now is im pulling it to a table and then using a drop down menu to select the item I want to change. This is annoying if you want to change multiple items. If i could pull them all to text boxes which are editable and then just click submit I could make multiple corrections at the same time... much more user friendly.. thanks




Reply With Quote