954,593 Members — Technology Publication meets Social Media
Username:
Password:
Lost login information?
Have something to say? Contribute New Article Reply to this Article

Posting form data to an Oracle database

I want to create a form, and then insert that data into an Oracle database. I am new to JavaScript. I can create a form, but I have no idea how to connect to my Oracle database and pass the form contents to an INSERT statement. Does anyone have a sample script that does something similar?

TomScarlett
Newbie Poster
1 post since Nov 2004
Reputation Points: 10
Solved Threads: 0
 

You will need a server side programming language to accept the form posted data.
PHP is great for this purpose and has built in routines to connect to many different databases.

if you POST the data [] then PHP can get the data by:
$_POST['form_item'] []

depending on which lanugage you want to use for the server, i would suggest finding a website from google that specializes on that language.

1000s of Free Javascripts

js-x.com
Newbie Poster
9 posts since Nov 2004
Reputation Points: 10
Solved Threads: 0
 

This article has been dead for over three months

Post: Markdown Syntax: Formatting Help
You