English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

I need to create/configure a form on my website to talk to a database full of information. The form would have to allow users to press a button labeled, "Get Random Flight." That button/form would then go talk to the database and get a random flight/info out of the database. The database would them have to deliver that flight/info back to the form/website and there would have to be a way for the user to simply select one button and the website will copy the info the database gave you and allow the user to paste it into an email. I know this isn't easy to understand but it anyone can help me it would be most appreaciated.

Thank you!!

2006-09-11 10:22:22 · 4 answers · asked by clevens 2 in Computers & Internet Programming & Design

4 answers

Yes, you can do it. You need a Web hosting account that includes access to a database server and programming capabilities.

2006-09-11 11:28:11 · answer #1 · answered by NC 7 · 0 0

1) you need a programming language.
2) you need some application on the server that makes the data available.

for 1, I suggest JS to do an xmlhttprequest. or you can do all the dirty work on the server in your custom cgi.

for 2, depending on wether you need a live feed or a extract, you can use a custom cgi (perl,php,asp,jsp, whatever) app or a simple extract util that comes with almost every database system.

2006-09-11 10:39:21 · answer #2 · answered by jake cigar™ is retired 7 · 0 0

You will be looking a php and mysql. Php is a scipting language which makes interaction between the database (mysql) and the webserver much easier.

Php isn't a difficult language to learn and is widely used by large and small corporations alike and best of all both mysql and php are open source products meaning they are free to download and use.

2006-09-11 10:25:21 · answer #3 · answered by doyler78 5 · 0 1

you just need a hosting account that has MySQL DB capabilities, and sound slike you need some PHP coding knowledge too.

2006-09-11 15:11:41 · answer #4 · answered by TheTruthHurts 3 · 0 0

fedest.com, questions and answers