Search found 3 matches

by anjani_piratla
Fri Jun 04, 2004 4:30 am
Forum: PHP - Code
Topic: Problem updating multiple text field values
Replies: 5
Views: 716

Thanks for the reply. I think I've not explained my problem clearly to you. So let me try to explain my problem clearly to you as below..... I am using template system. So I am having separate file as a template with the name xyz.tpl. In this template I am having the followin text field.... <input t...
by anjani_piratla
Thu Jun 03, 2004 10:44 am
Forum: PHP - Code
Topic: Problem updating multiple text field values
Replies: 5
Views: 716

First of all thanks a lot for the reply. All the text fields do not have the same name, because I've added id to the each text field i.e. "name_id". These text field are in separate html file. I am retrieving the data from the database through php script i.e. $sql ="stmt"; $resul...
by anjani_piratla
Wed Jun 02, 2004 10:08 pm
Forum: PHP - Code
Topic: Problem updating multiple text field values
Replies: 5
Views: 716

Problem updating multiple text field values

Hi All, I am using php & mysql. I am facing problem with updating multiple text field values which come from database. It can be better explained with the following.... input text box 1: <input type=text name=name value="some value from database(this comes from database"> input text bo...