real_illusions 0 Posted February 15, 2011 Report Share Posted February 15, 2011 Hi all,Would like to know if its possible just to write a straight forward script to process a form. Anyone got a script thats easy to work from or a script where its easy to add in the form fields. And would like it to loop through some fields as there maybe more that can be added to the form.Like:namename1name2name3 etc etc...Coming from PHP, I would like it to be just as simple as that, for instance:<form action="process.php" method="post">But process.asp instead which handles all the form validation and errors. And sends the user either to a naughty person page for entering the wrong stuff or sends them to a thank you page and sends an email.Thanks Quote Link to post Share on other sites
real_illusions 0 Posted February 17, 2011 Author Report Share Posted February 17, 2011 Anyone at all? Quote Link to post Share on other sites
justsomeguy 1,135 Posted February 17, 2011 Report Share Posted February 17, 2011 Yes, it's possible to do anything in ASP that you can do in PHP. The names for things change but you still use the same techniques. Quote Link to post Share on other sites
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.