[advanced search]
 

Go Back   NamePros.com > Discussion > Web Design & Development > Programming

Programming PHP, Perl, Ruby on Rails, AJAX, HTML, XHTML, CSS, JavaScript, MySQL and any other coding topics.


Closed Thread
 
LinkBack Thread Tools
Old 04-17-2004, 07:27 PM   #1 (permalink)
New Member
 
Join Date: Apr 2004
Location: Ohio
Posts: 6
13.00 NP$ (Donate)

DelawareAmerica is an unknown quantity at this point


Question Advanced form help

I'll start off by saying I am just trying to learn the web design/development ropes....so bare with me!

I was wondering why type of code is used to make forms that receive information and put it into affect immediately...if that makes sense.

Take for instance signing up for this forum...

I know an auto responder is used but how does it get all your information into place.

I don't even know if this can be answered, since I can barely explain it! But any help would be great.
DelawareAmerica is offline  
Old 04-18-2004, 04:10 AM   #2 (permalink)
Senior Member
 
Join Date: May 2003
Posts: 2,211
6,170.25 NP$ (Donate)

adam_uk is a jewel in the roughadam_uk is a jewel in the roughadam_uk is a jewel in the rough

Breast Cancer
when signing up to this forum someone enteres there details into the text boxes, they click submit then the data is sent to the server where a script (in this case php, but others like asp and cgi) will process that data and it will be used in the way its designed for

in the forums case its stored in a database (mysql)

in order to make a form like those need to understand some basic information about what your server supports (for example, making a script in asp isnt going to work if your host/server doesnt support asp)

you then need to understand the code/functions built into the language so you can process the data

i hope that helps a bit
adam_uk is offline  
Old 04-18-2004, 08:19 AM   #3 (permalink)
New Member
 
Join Date: Apr 2004
Location: Ohio
Posts: 6
13.00 NP$ (Donate)

DelawareAmerica is an unknown quantity at this point


Thanks, that helps a lot.

Do you know a good place to start learning how to create this advanced form scripts?
__________________
Exercise Your First Amendment Right:

www.DelawareAmerica.com - (currently going through re-construction)

I got expelled from school for this website. What an accomplishment!
DelawareAmerica is offline  
Old 04-18-2004, 02:12 PM   #4 (permalink)
Senior Member
 
Join Date: May 2003
Posts: 2,211
6,170.25 NP$ (Donate)

adam_uk is a jewel in the roughadam_uk is a jewel in the roughadam_uk is a jewel in the rough

Breast Cancer
well depends on what your host supports
whether it has php or asp etc

for php though try phpfreaks.com
adam_uk is offline  
Old 04-18-2004, 05:13 PM   #5 (permalink)
New Member
 
Join Date: Apr 2004
Location: Ohio
Posts: 6
13.00 NP$ (Donate)

DelawareAmerica is an unknown quantity at this point


Thanks, my host supports PHP so I'll check the site out.
__________________
Exercise Your First Amendment Right:

www.DelawareAmerica.com - (currently going through re-construction)

I got expelled from school for this website. What an accomplishment!
DelawareAmerica is offline  
Closed Thread


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Site Sponsors
Advertise your business at NamePros

All times are GMT -7. The time now is 12:08 AM.


Powered by: vBulletin® Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.3.0
Template-Modifications by TMS
vBCredits v1.4 Copyright ©2007 - 2008, PixelFX Studios

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85