is there a way in Php to modify the value of a html input text field dynamic? I want to display data from db an thought input text fields would be the best way.
F.e. I get an array from a soap server and want to put the values into different text input fields, how can I do this? Do I have to create a complete new site or can I dynamically insert the values to fields on the same site?
Regards Ismir
<input..>field is not the way to go. Input fields are there to accept data from the user, not display data to the user. Use standard html.