PHP Script Needed -- HELP!!

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!

Moderator: General Moderators

Post Reply
PowerfulSquid
Forum Newbie
Posts: 2
Joined: Thu Jun 27, 2002 6:47 pm

PHP Script Needed -- HELP!!

Post by PowerfulSquid »

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!
rokamortis
Forum Newbie
Posts: 5
Joined: Mon Jun 24, 2002 10:07 pm

Maybe This?

Post by rokamortis »

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

Rick
PowerfulSquid
Forum Newbie
Posts: 2
Joined: Thu Jun 27, 2002 6:47 pm

Post by PowerfulSquid »

Thanks! ill look into that :)
Hebbs
Forum Commoner
Posts: 43
Joined: Mon Apr 22, 2002 9:34 pm
Location: Perth, Western Australia

Post by Hebbs »

You can also try the following for completed php scripts, there is something here for almost everyone:

http://www.phpclasses.org

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.

Either way, you will need some scripting ability.

Hebbs
Post Reply