I have a program where user key-in their information(name & e-mail address)
and i need to display back user name and user e-mail address, but i dont
know how to write the code to display only that particular user name and
e-mail address.
ref. name e-mail address
------ --------- ---------------------
1 liza liza@k...
2 amy amyza@h...
if the person key-in the data and click the button 'subscribe' they will see
:
name : amy
e-mail address : amyza@h...
but my program only display the first person enter their data
Can anybody help me with the code to display only his/her data?
liza