Re: Html and mysql..

2004-05-06 Thread SGreen
Josh Trutwin writes: >Javascript is a client-side language, the code is executed by the user's >browser. It has no way to connect to the database server and run queries >so you need to use a server-side programming language like Java (JDBC), >PhP, Perl, etc. Tomcat is a decent servlet engine wi

Re: Html and mysql..

2004-05-05 Thread beacker
Josh Trutwin writes: >Javascript is a client-side language, the code is executed by the user's >browser. It has no way to connect to the database server and run queries >so you need to use a server-side programming language like Java (JDBC), >PhP, Perl, etc. Tomcat is a decent servlet engine with

RE: Html and mysql..

2004-05-05 Thread Victor Pendleton
. -Original Message- From: My Sql To: [EMAIL PROTECTED] Sent: 5/5/04 11:18 AM Subject: Html and mysql.. Hi all, I have got one serious doubt. Can we access mysql database from the front end html. If it all it is possible, we have to right in javascript. ofcourse we can write it using JDBC

Re: Html and mysql..

2004-05-05 Thread Josh Trutwin
On Wed, 5 May 2004 09:18:01 -0700 (PDT) My Sql <[EMAIL PROTECTED]> wrote: > Hi all, > I have got one serious doubt. > Can we access mysql database from the front end html. If it all it > is possible, we have to right in javascript. ofcourse we can write > it using JDBC(provided we have a servlet

Re: Html and mysql..

2004-05-05 Thread Peter J Milanese
Javascript is a client side language. I seriously doubt it alone would do anything for you. My Sql <[EMAIL PROTECTED]> 05/05/2004 12:18 PM To: [EMAIL PROTECTED] cc: Subject: Html and mysql.. Hi all, I have got one serious doubt. Can we access

Html and mysql..

2004-05-05 Thread My Sql
Hi all, I have got one serious doubt. Can we access mysql database from the front end html. If it all it is possible, we have to right in javascript. ofcourse we can write it using JDBC(provided we have a servlet engine integrated with a webserver). My question is can we access mysql database f