PDA

View Full Version : reg: accessing mysql 4.1 using javascript


HAPPYfeet
03-01-2009, 07:30 AM
Hi,

Please tell me , that can we get some text from the html page and store it in mysql 1.4 , only using java script ?

if yes please tell me how....?

thanks in advance...
:o

Vege
03-01-2009, 02:38 PM
javascript alone cannot access to database.
With javascript you can call a server side script that calls the database and then process the answer in javascript.