Dear visitor,
This is my first post. I am a new php learner and have started by extracting and entering data from mysql database.
Now I want to build a car showroom (for hobby) where
1. I will allot users a password and a login manually.
2. When user sign in depending on its password he can send emails to x, y and z car owners or car owners from california etc. that I have allowed without revealing their email. Can I use smtp also, if yes how
3. User can attach files upto specific size or type.
4. The email first should reach me, if I allow then it can go to desired owners.
Could anyone please help by making small scripts examples.
I will be very much thankful to you.
Please help me in making car opinion site
Moderator: General Moderators
-
crystallog7
- Forum Newbie
- Posts: 2
- Joined: Fri Apr 01, 2005 1:27 pm
- feyd
- Neighborhood Spidermoddy
- Posts: 31559
- Joined: Mon Mar 29, 2004 3:24 pm
- Location: Bothell, Washington, USA
Sounds like you are want to get into something way over your head. Why not start with baby steps and work your way up to them? Most of us here aren't up for doing a lot of work for someone else specific unless we're getting paid to do it. We'll gladly give you pointers and information to head in directions.
Here's some starting pointers:
Here's some starting pointers:
- read articles on creating login and user registration systems. Implement it.
- read the file upload handling documentation on php.net, implement your own (from scratch)
- read how user rights work, build it.
- read how emailing works in php, or phpmailer, or similar tools.. build the email system
- read up on security concerns over things like uploads, email, and such
At http://www.phpfreaks.com there is a great registration, log in, and session tutorial. Check it out!
-
crystallog7
- Forum Newbie
- Posts: 2
- Joined: Fri Apr 01, 2005 1:27 pm
Thanks a lot
I am thankful to both of you feyd and cbrian. I have started developing login system. Thanks for guidance and special thanks to feyd for sparing few minutes from his valuable time to give me pointers.
- n00b Saibot
- DevNet Resident
- Posts: 1452
- Joined: Fri Dec 24, 2004 2:59 am
- Location: Lucknow, UP, India
- Contact: