Forum Moderators: coopster
I have minimal experience in PhP, only working with php to use dynamic layouts. Anyway, I would like to integrate a rating system into my website...
I would pretty much need the know-how of making a login system and a rating system where you have to be logged in, in order to rate content, at which time that will be logged into... whatever it goes into and goes live onto the website.
Everyone has it, but how do you make it? Also would it be possibly to make it so your IP, or something (most secure) can only vote once? IF so... how?
Thank you ^.^
I dunno how to make a database
I dunno how to make a good if statement or even a login system LOL
You have a lot of learning to do if you want to learn php. Php.net had several tutorials to get you started. Find a free php/mysql package on the web and download it to your PC and play with it for a few weeks.
dynamic layouts
A dynamic site in 2 minutes [webmasterworld.com]
login system
PHP User Authentication and Passwords [webmasterworld.com]
other required reading
PHP Security [webmasterworld.com]
a rating system is simple enough to implement after that. The above will get you going on the rest.