TeamPhotoshop
Reviews, updates and in depth guides to your favourite mobile games - AppGamer.com
Forum Home Latest Posts Search Help Subscribe

forms

Page: 1 Reply
Nov 17th 2002#78715 Report
Member since: Oct 31st 2002
Posts: 19
hi everyone!

after i created a form, where can i view my customers response? or should i say the one who visited my site and fill out the form. i know this to be a dynamic site and can be done with an asp extension (cgi-bin..asp.net just to name a few). anyone here can explain how can this be done in a much simpler way? i hope no programming is involved.
Reply with Quote Reply
Nov 17th 2002#78721 Report
Member since: Mar 20th 2001
Posts: 3367
Below are some form processors, choose one, set the form to send the info there where to send the info to

http://www.hotscripts.com/PHP/Scripts_and_Programs/Form_Processors/
http://www.hotscripts.com/Perl/Scripts_and_Programs/Form_Processors/
http://www.hotscripts.com/ASP/Scripts_and_Components/Form_Processors/

The simplest way is using PHP's mail function. Get the variables from the form and send them to your email

http://www.php.net/manual/en/function.mail.php
Reply with Quote Reply
Nov 17th 2002#78723 Report
Member since: Oct 31st 2002
Posts: 19
gee thanks man!

i give it a shot. ill keep u updated.
Reply with Quote Reply
Nov 17th 2002#78757 Report
Member since: Sep 28th 2002
Posts: 85
also press f4 lololol
Reply with Quote Reply
Nov 17th 2002#78765 Report
Member since: Nov 26th 2001
Posts: 2586
Reply with Quote Reply
Nov 18th 2002#78823 Report
Member since: Oct 31st 2002
Posts: 19
i check the site but found some errors on it. anyway, that certainly add another info on my part. to sidez: im sorry man but i find it hard to undertstnad those links that youve given me. but i do thank you for that.

these are the things i want to clear out
im using dreamweaver mx and created some forms. ill choose asp for this to be a dynamic site (right?).. im also using IIS windows XP Pro. so after i made this form and run it through our local intranet.. where can i view the response of my co employee on this regard? do i have to create a database for this to work? and if i want to publish it on the net, what are the things to consider and what changes will i make? but right now i want to focus first on our local intranet.

again thank you to both of you. any info will be galdly appreciated.
Logged
Reply with Quote Reply
Nov 19th 2002#78950 Report
Member since: Jun 30th 2001
Posts: 447
Well, it depends on what you want to do after the user presses submit? Do you want it to e-mail you the response, store it in a file, insert it into a database, or what? But whatever you're going to do, you're going to need a program or script, which would be ASP, that would need to read the users form data and process it. The links sidez gave you are links to form processing scripts which you WILL need to do what you want. Try looking for one that does what you want.
Reply with Quote Reply
Page: 1 Back to top
Please login or register above to post in this forum