Wrox Home  
Search P2P Archive for: Go

  Return to Index  

asp_databases thread: How to display back only the data that user key-in?


Message #1 by Lizawati Bakri <LIZA_B@e...> on Thu, 22 Feb 2001 17:04:36 +0800
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



  

  Return to Index