Where is THIS script?

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
marville
Forum Newbie
Posts: 4
Joined: Tue Feb 25, 2003 10:07 pm
Location: Hoboken, NJ

Where is THIS script?

Post by marville »

Where can I find a script with these features:

After the user fills a form with TEN FIELDS and clicks the button SUBMIT:
1- PHP sends the TEN FIELDS to a database in MY server;
2- PHP opens a THANK YOU Page;
3- PHP sends an email to the user;
4- PHP REGISTERS the user in another database, ANOTHER SERVER, with only TWO FIELDS (name and email).

Thank you for the help and tips.
User avatar
twigletmac
Her Royal Site Adminness
Posts: 5371
Joined: Tue Apr 23, 2002 2:21 am
Location: Essex, UK

Post by twigletmac »

You can look for scripts at places like:
hotscripts.com

You may have to edit what you find to make it fit your requirements or you can write your own script.

Mac
Post Reply