PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!
hey guys. i came here to see if anyone knows where i can find or buy a script that does the following:
When the visitor clicks on Investor Center they go to a screen that gives them the ability to log in or to register (with "Forget Password" functionality). Each individual Log-In needs to be recorded as to who and when.
The register screen will be http://www.safeguardtech.net/sgpages/contactform.html with approximately five additional fields: At least two of them will be Yes/No fields where an invalid entry will disqualify that person from entering the Investor Center.
If the visitor qualifies to enter the Investor Center, I would like an autoresponder to email a welcome message with their User ID (email address) and a password. The password can be generated randomly or from a list that we create. If the visitor is disqualified, they would receive a "Sorry" email and be barred from entering the Investor Center.
We would need to be able to log into the database via a browser to obtain usage statistics. We would need to be able to download this data and import it into a standard business program such as Excel.
any help with this would be great
remember, we need this MONEY OR NO MONEY and if anyone knows how to or knows of someone who can do this, give a reply or PM me, thanks!
What you want to do is really very simple. May be easier to code from scratch. But anyway - check out http://www.phpauth.com/ - this seems close to what you want. Remember, any script you find will probably need some tweeking/customization.
Also - since you need to view the data froma business app and this uses MySQL, download the ODBC drivers so Access can connect to MySQL. http://www.mysql.com
Whilst this is a handy site, you need to learn how to code up yourself, in the meantime this site provides some very good examples that you can use or modify to suit your own needs.