Link to home
Start Free TrialLog in
Avatar of maccaj51
maccaj51Flag for Afghanistan

asked on

Planning my largest PHP/MySQL project

Hi Experts,

I am getting better with PHP / MySql and am about to embark on my largest project to date.

This will entail user signup / user added content etc

I have a site map and a basic design. What would you do to start with!?

If someone could give me a step by step about where to start with a massive project that would be great!
ASKER CERTIFIED SOLUTION
Avatar of mustang83
mustang83

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of maccaj51

ASKER

Mustang that is a great help... Thanks alot!!
Step by step is difficult because of potential "forks in the road."  But I can certainly help with "start."

Start with your basic design.  You've done that.  A good next step, that isn't require, but a good idea, is to share your basic design with others.  There are two kinds of others.

1. The boss or the customer.  This might not be possible but if possible it's a good idea because you don't want to complete a project that nobody wants.

2. People who have completed projects in the past.  Lucky for you, you are a member of Experts Exchange and there are many people here who have completed projects.  My specific suggestion is for you to share your basic design and get feedback.

User signup sounds like you need a login process.  If you have a login process, you will need some sort of registration process.  If the registration process is user driven, do you want confirm that the e-mail address is valid?  How secure does the site need to be?  You likely want to encrypt passwords.  What strength of encryption is desirable?

This is just the registration login process and I'm guessing about what you want.  We need feedback from you too.  (Or at least I need it.  Perhaps others, like Ray, can read minds.  Ray or someone else might have written an article.  You might want to do a search.)