jmut wrote:nothing special I see there. what exactly is that you like?
Actually I never designed a website like that. I write both HTML, PHP, (and any thing and everything in only single file). for example If i need to write a script for user registration.
1. html form
2. handling submitted data
3. server side checking and prompting the user for resubmission of form.
4. storing in database.
I write all these in single script "register.php" or modulize these into 4 files each handling the task as listed above. This is the way, I write any script.
I've been using PHP for 3 years. But, I'm still using the same style of coding which I learnt in the beginning. My style looks completely un professional. Its been 3 years, I want to move on.
Seriously, Though I used the phrase "Design Pattern". I don't know what it is? I never bothered about it because I didn't felt the requirement of something more.
I hope now you might have understood my standard. Now, based on this. Please suggest me.
1. How can I write some professional code. (Some thing like shown in PHP CSV IMPORTER. If you feel something else is better than this, please suggest.]
2. It would be lot of help to me, If some one makes me realize IMPORTANCE/REQUIREMENTS of "Design Patterns" or "MVC" or what ever.
PS: Pointer(links) or book suggestions are highly welcomed.