Hi, to get data from a text file or a database, Flash is expecting
strings like this :
var0=value0&var1=value1&......
Could you please help me on how to write a JSP file that when it's called
just like this file.jsp return some data from database, for example the
employee names in a string like this :
employee0=John&employee1=Jenny&employee2=Mark&......

but when we call this file.jsp like this : file.jsp?Mark it will go back to
the database and look for informations about Mark, for example  it will
return a string like this :
firstname=Mark&address=Atlanta&Age=34&......

I will appreciate your help.
________________________________________________________________________
Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com

===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
Some relevant FAQs on JSP/Servlets can be found at:

 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets

Reply via email to