Hello
I am very 'new' to PHP in that it has been forced on me by a Flash site that I bought and which insists on PHP.
I have an 'old' site which uses ASP. A site visitor is invited to complete an online form. Having pressed 'Submit', the form fields are stored in an MS Access database, a copy of the visitor's data is sent by email to the visitor himself (his own copy, so to speak), and a copy sent to the Webmaster (this is all done through CDONTS).
My Flash site has a name field, one for e.mail address, another for country, and one for message.
Is there a PHP script which performs the same functions as those I have mentioned above? (it would also need to verify/authenticate email addresses), or would it be easier to work with ASP despite the fact that my Flash vendor works with PHP?
If it helps, I can post my ASP script.
Many thanks.
Steve
I am very 'new' to PHP in that it has been forced on me by a Flash site that I bought and which insists on PHP.
I have an 'old' site which uses ASP. A site visitor is invited to complete an online form. Having pressed 'Submit', the form fields are stored in an MS Access database, a copy of the visitor's data is sent by email to the visitor himself (his own copy, so to speak), and a copy sent to the Webmaster (this is all done through CDONTS).
My Flash site has a name field, one for e.mail address, another for country, and one for message.
Is there a PHP script which performs the same functions as those I have mentioned above? (it would also need to verify/authenticate email addresses), or would it be easier to work with ASP despite the fact that my Flash vendor works with PHP?
If it helps, I can post my ASP script.
Many thanks.
Steve