944,117 Members | Top Members by Rank

Ad:
Nov 23rd, 2004
0

Posting form data to an Oracle database

Expand Post »
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?
Reputation Points: 10
Solved Threads: 0
Newbie Poster
TomScarlett is offline Offline
1 posts
since Nov 2004
Nov 24th, 2004
0

Re: Posting form data to an Oracle database

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 [<form method=POST>] then PHP can get the data by:
$_POST['form_item'] [<input type=text name=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
Reputation Points: 10
Solved Threads: 0
Newbie Poster
js-x.com is offline Offline
9 posts
since Nov 2004

This thread is more than three months old

No one has posted to this discussion for at least three months. Please let old threads die and do not reply to them unless you feel you have something new and valuable to contribute that absolutely must be added to make the discussion complete. Otherwise, please start a new thread in this forum instead.
Message:
Previous Thread in JavaScript / DHTML / AJAX Forum Timeline: Javascript help please
Next Thread in JavaScript / DHTML / AJAX Forum Timeline: calculate image property in javascript





About Us | Contact Us | Advertise | Acceptable Use Policy
Forum Index | Build Custom RSS Feed


Follow us on Twitter


© 2011 DaniWeb® LLC