I want to create these pages

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
pooja_dubey12
Forum Newbie
Posts: 3
Joined: Fri Jul 03, 2009 7:29 am

I want to create these pages

Post by pooja_dubey12 »

want to build a website with following options:



1. it will be basically a platform for getting freelancing projects

2. I have a questionaire for readers whose answers will be stored in my database with any addition to my database, i should get a mail i will not make this data public but they will be a part of enquiry only for getting assistance from me they will have to get a paid membership

3. I want to make a front page with details of what we do with 2 tabs one for people looking for projects and other for companies or individuals having projects

4. next page will be questionnaire different for both type of users to fill with an option to send it to me

5. As soon as they register , a confirmation Email will be sent to them giving the details of our working

6. The payment will be only through cheque or cash , so no online option required but there will be an option for messaging me in case they are confused about filling the questionnaire or don’t want to fill

7. The website will also contain some informative pages like

a. Business section will contain data about different sectors, with a different set of pages for different sector and each containing subpages

i. Top 10 companies data in various sectors

ii. Basics of the field

iii. News links

iv. Articles

b. Directory of various websites with a brief and an option to rate the website



8. One more page for other businesses which I will keep on adding further

can anybody help me with coding , i am new to php
User avatar
Weiry
Forum Contributor
Posts: 323
Joined: Wed Sep 09, 2009 5:55 am
Location: Australia

Re: I want to create these pages

Post by Weiry »

pooja_dubey12 wrote: i am new to php
If you are that new to php, then you need to learn to start small then work up to making something large.

As a matter of fact, i would recommend this site:
W3Schools

If you want to make it from scratch, the you would be best to start by creating your website in HTML, then once you have all the pages you need, start implementing PHP bit by bit.
A lot of experienced PHP coders on the other hand will start by creating their back end first (core classes for things such as database connection, error handling and validation, user management, session handling) but this is certainly not a good idea for a beginner.

Im sure if you do a bit of Google'ing, you will find some tutorials about how to create a PHP driven CMS system and similar applications.
Post Reply