RE: Importing Java code from mySQL

2001-06-07 Thread Warren Crossing
AIL PROTECTED]] Sent: Friday, 8 June 2001 10:19 AM To: [EMAIL PROTECTED] Subject: RE: Importing Java code from mySQL So you want to embed java code in a string which you save in a database and then when you display the string you want the bit of java code embedded in the string to be executed and the

RE: Importing Java code from mySQL

2001-06-07 Thread Ross Dyson
Original Message- From: Ryan [mailto:[EMAIL PROTECTED]] Sent: Friday, 8 June 2001 10:15 AM To: [EMAIL PROTECTED] Subject: Importing Java code from mySQL Right now, I have a form that I use to type in my news updates, when the form is submitted, its contents are stored in a mySQL database. Th

Importing Java code from mySQL

2001-06-07 Thread Ryan
Right now, I have a form that I use to type in my news updates, when the form is submitted, its contents are stored in a mySQL database. Then in my news page I have a method like 'pasteNews(date)' to query the entry from my database. If I put something like <% out.println("bleh"); %> in the news