Notices
Computer & Technology Related Post here for help and discussion of computing and related technology. Internet, TVs, phones, consoles, computers, tablets and any other gadgets.

Submitting drop down data on website

Thread Tools
 
Search this Thread
 
Old 05 March 2008, 04:55 PM
  #1  
GazTheHat
Scooby Regular
Thread Starter
 
GazTheHat's Avatar
 
Join Date: Aug 2005
Location: 392/361 MY04 STi
Posts: 7,638
Likes: 0
Received 0 Likes on 0 Posts
Default Submitting drop down data on website

I have about a dozen drop downs on a webpage, which i would like the data to be submitted to me. It doesn't require any validation.

How can this be easily done? (without mailto)
Old 05 March 2008, 07:19 PM
  #2  
spectrum48k
Scooby Regular
 
spectrum48k's Avatar
 
Join Date: Feb 2006
Posts: 2,519
Likes: 0
Received 0 Likes on 0 Posts
Default

depends what you mean by "easily done"

normally, you'd write a bit of code in a scripting language like asp, etc...
Old 06 March 2008, 12:12 PM
  #3  
GazTheHat
Scooby Regular
Thread Starter
 
GazTheHat's Avatar
 
Join Date: Aug 2005
Location: 392/361 MY04 STi
Posts: 7,638
Likes: 0
Received 0 Likes on 0 Posts
Default

As i've done no real scripting, are there standard scripts available? That i could maybe tailor for my forms needs??
Old 06 March 2008, 01:39 PM
  #4  
spectrum48k
Scooby Regular
 
spectrum48k's Avatar
 
Join Date: Feb 2006
Posts: 2,519
Likes: 0
Received 0 Likes on 0 Posts
Default

I couldn't answer that - perhaps the Scoobynet Fountain of Knowledge (tm) can?
Old 06 March 2008, 02:49 PM
  #5  
Markus
Scooby Regular
 
Markus's Avatar
 
Join Date: Mar 1999
Location: The Great White North
Posts: 25,080
Likes: 0
Received 0 Likes on 0 Posts
Default

php and mysql perhaps? Have a look at this tutorial. It would allow someone to submit a form, whose action calls a php page that puts the information into a mysql database. You'd then pull the information from the database, which could be done via php, thus you could view it in a browser.

You could probably also get php to save data to a file on a webserver, and then you'd need to physically grab that data (perhaps have a local script that connects via FTP to the server and pulls down files).

Why don't you want to use mailto?
Old 06 March 2008, 02:49 PM
  #6  
GaryK
Scooby Regular
 
GaryK's Avatar
 
Join Date: Sep 1999
Location: Bedfordshire
Posts: 4,037
Likes: 0
Received 0 Likes on 0 Posts
Default

Is your host/your box running linux or windows?

If linux then your looking at php/mysql and you can do a search for php form wizard which I think will do what you need. If windows then your looking at asp, not sure if there is something that will build it for you but it wouldnt be hard to build using visual studio.
Old 06 March 2008, 04:37 PM
  #7  
GazTheHat
Scooby Regular
Thread Starter
 
GazTheHat's Avatar
 
Join Date: Aug 2005
Location: 392/361 MY04 STi
Posts: 7,638
Likes: 0
Received 0 Likes on 0 Posts
Default

It was currently set at Windows Server 2003 with ASP.

I've just changed it to Linux.

Off to search for this wizard, thanks.
Old 06 March 2008, 04:41 PM
  #8  
David_Wallis
Scooby Regular
 
David_Wallis's Avatar
 
Join Date: Nov 2001
Location: Leeds - It was 562.4bhp@28psi on Optimax, How much closer to 600 with race fuel and a bigger turbo?
Posts: 15,239
Likes: 0
Received 1 Like on 1 Post
Default

lol, windows 2003 with asp would have been 2 secs!

Cant help you with the others..

And I hardly think you need MySQL to do a few drop down lists that dont require validation.

David
Old 07 March 2008, 11:55 AM
  #9  
GazTheHat
Scooby Regular
Thread Starter
 
GazTheHat's Avatar
 
Join Date: Aug 2005
Location: 392/361 MY04 STi
Posts: 7,638
Likes: 0
Received 0 Likes on 0 Posts
Default

Originally Posted by David_Wallis
lol, windows 2003 with asp would have been 2 secs!
I can switch it back if that helps.
Old 11 March 2008, 01:03 PM
  #10  
GazTheHat
Scooby Regular
Thread Starter
 
GazTheHat's Avatar
 
Join Date: Aug 2005
Location: 392/361 MY04 STi
Posts: 7,638
Likes: 0
Received 0 Likes on 0 Posts
Default

Originally Posted by Markus
php and mysql perhaps? Have a look at this tutorial. It would allow someone to submit a form, whose action calls a php page that puts the information into a mysql database. You'd then pull the information from the database, which could be done via php, thus you could view it in a browser.

You could probably also get php to save data to a file on a webserver, and then you'd need to physically grab that data (perhaps have a local script that connects via FTP to the server and pulls down files).

Why don't you want to use mailto?
I didn't want to embed the email address in the site, stop them spam bots.

I don't even need to store the data in a DB, i just to receive it in an email really.
Old 11 March 2008, 03:13 PM
  #11  
Bodgit
Scooby Regular
 
Bodgit's Avatar
 
Join Date: Apr 2007
Posts: 318
Likes: 0
Received 0 Likes on 0 Posts
Default

If you dont want to show your email in full. convert your email to hex after the mailto.

Hide email address in source code

this page give info on hiding emails.
Related Topics
Thread
Thread Starter
Forum
Replies
Last Post
fatboy_coach
General Technical
15
18 June 2016 03:48 PM
Sam Witwicky
Engine Management and ECU Remapping
17
13 November 2015 10:49 AM
Ganz1983
Subaru
5
02 October 2015 09:22 AM
LostUser
Non Scooby Related
11
29 September 2015 11:00 AM
Nick_Cat
Computer & Technology Related
2
26 September 2015 08:00 AM



Quick Reply: Submitting drop down data on website



All times are GMT +1. The time now is 01:33 AM.