display in textbox

A

Anonymous

Guest
i've searched the sql manual & this forum but
i cant seem to find anything that relates to displaying the data
from a perticular row in a line of text box's.

im begining to wonder if it can be done?
 
hmmz.. you mean setting a value to the textarea or a textfield?

for textarea: <textarea name="name1">THIS IS YOUR TEXT</textarea>
for textfield: <input type="text" name="name2" value="HERE IS YOUR TEXT AGAIN" />

If i missunderstood you: please explain a bit better
 
sorry, i mean i have connected to my sql database - all i require is one row of that data base.
say that entry had 2 items like :name & age.
is it possible to display them in 2 textfields?
 
for crying out loud, all i was asking for was a point in the right direction.
i think i'll sort the issue out myself, new to a different code and all you get is attitude.
 
fugu996 said:
for crying out loud, all i was asking for was a point in the right direction.
i think i'll sort the issue out myself, new to a different code and all you get is attitude.
do you try get data from DB and put them into 2 textfield? right?
 
Back
Top