I'm fairly new to php but i've had a lot of php and C experience. I started to code a site just to help myself learn and i've started with a login script.
My question to be more specific is once a user logs in, how do i make specific pages available to them? To explain better, If i write a blog, i can easily do one without a login using a MySQL database but if i wanted to make it where you can only write into a blog if you are logged in which would mean that the actual page with the form is only visible if the user is logged in.
I hope i didnt confuse you all and I hope i can get some help. As i get further into my project I will have more questions but untill i can get thisone figured out i cant really go any further.