/    Sign up×
Community /Pin to ProfileBookmark

Members Area

Im new to designing sites and need really step by step instructions.

Im making a site on Dreamweaver CS5, I want to make a Members Area page like this sites : [url]www.peterandre.com[/url]

Members should be able to sign in using a drop down box like on this site and be able to comment on articles, vote on a 5 star voting scale and be able to use the account from the forum on the site and vice versa. I Have made no forum yet and have not got a webhost yet either, the only software i am using right now is dreamweaver.

How can i do this?

Thanks

to post a comment
PHP

2 Comments(s)

Copy linkTweet thisAlerts:
@phoenixbytesSep 05.2010 — first.

Download and Carefully install AppServ - this is PHP, mySQL and Apache web server that you can install on your pc. Once installed go to your web browser and type http://localhost in your address bar, AppServ's default index page appears, good, it works. now go to http://localhost/phpmyadmin and try logging in (you would have set up a username and password for this in setup). Now find the public_html or WWW folder, this is your document 'root' (something like c:program filesappservwww ) - feel free to delete or modify the index.php file in here, that's the default page we just spoke about.

All done? good, that's your testing area (bed) all made - a server (apache), a method of running php (windows doesn't like it natively) and an excellent database management tool (phpmyadmin), aces!

To create a dynamic Members Are type thing your going to need to learn PHP and some mySQL.

You will make much use of phpmyadmin during this process, so get used to creating/adding/editing database tables (eventually you'll be able to make php do the database stuff).

You can read up on php.net (brilliant site)

Your best bet is to find a similar open source script on the likes of hotscripts and modify it, this will help you learn.

Finally, you'll need to get your existing pages "PHP Ready", there's a few ways, here's two:

Have hundreds of html files? - add .htm .html etc as a MIME Type linking it to php (either in apache httpd.conf or a .htaccess file)

Just starting out: you can rename all your html files to have a .php extension (instead of index.htm you'll have index.php)

Once done, you can set about bringing the php code into your files and the browser (Shouldn't) show you the actual php code.

it's a long road and it's all uphill, but don't give up, php's good gear, you'll end up addicted.

good luck!
Copy linkTweet thisAlerts:
@Az-18authorSep 05.2010 — Thanks so much, will get started on it tommorow hopefully. Very Kind of you to help me out! Appreciate it.
×

Success!

Help @Az-18 spread the word by sharing this article on Twitter...

Tweet This
Sign in
Forgot password?
Sign in with TwitchSign in with GithubCreate Account
about: ({
version: 0.1.9 BETA 5.3,
whats_new: community page,
up_next: more Davinci•003 tasks,
coming_soon: events calendar,
social: @webDeveloperHQ
});

legal: ({
terms: of use,
privacy: policy
});
changelog: (
version: 0.1.9,
notes: added community page

version: 0.1.8,
notes: added Davinci•003

version: 0.1.7,
notes: upvote answers to bounties

version: 0.1.6,
notes: article editor refresh
)...
recent_tips: (
tipper: @Yussuf4331,
tipped: article
amount: 1000 SATS,

tipper: @darkwebsites540,
tipped: article
amount: 10 SATS,

tipper: @Samric24,
tipped: article
amount: 1000 SATS,
)...