Sign up 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
benji2010
Forum Newbie
Posts: 12
Joined: Fri Apr 01, 2011 1:41 am

Sign up help!

Post by benji2010 »

Hi all,

I have a site where people can sign up for a service.

I want to be able to create a form that registers a user in my database (so they can log in, pay a bill and then log out). In the form I want to be able to send myself a form saying that I have a new order with the relevent information.

So to be clear,

Part 1 of the form would be a user signing up (the details like email and password would be used to access their account)

Part 2 would be information sent over to me via email

Please someone help me!

Thanks,

Ben.
User avatar
Celauran
Moderator
Posts: 6427
Joined: Tue Nov 09, 2010 2:39 pm
Location: Montreal, Canada

Re: Sign up help!

Post by Celauran »

What do you have so far?
Post Reply