arafat_211184
05-03-2006, 04:24 AM
I am a new comer in java's world. I want to know what the script will be for storing data of a website like e-mail information etc. And how i retrive the data too. Should I need any aditional software exxcept ORACLE or SQL and javascript editor. Please help me.:confused:
boxxer03
05-03-2006, 06:19 AM
Javascript is a client-side program meaning it runs off the users computer and it cannot store data to a site. You need to use some server-side language like PHP or SSI along with MySQL for the database application.
arafat_211184
05-03-2006, 07:51 AM
Can you give me or show me a example code of it. That will help me lot. Please do some work.You can send me at arafat_211184@hotmail.com.
Again please help me boxxer03
felgall
05-03-2006, 09:18 AM
What server side language do you have available to use? The code will be different for each.
A1ien51
05-04-2006, 03:41 AM
SQL is not a serverside language, that is what you use to work with the database. You need to use something like PHP, ASP, C#, coldfusion, Java, and so on.
Eric