im a vbman, always have, but ive given up on it.
im all about the php now, or i would be if i knew it well.
security for a site.
simple login/pass access thru a form
checks input against actual list of passes and logins
what should i do to there, as far as security upon accessing the site. i've never done security before.
im thinking after it checks the list, there will be a string numeric variable assigned to the login/pass pair.
say it is 123456
it's then entered as a variable transmitted from page to page.
in order to access any page in secured area, there must be the 123456 string that can be requested by the php
if it's not there
NOPE YOU ARENT AUTHORIZED PLEASE LOG IN
no?
cookies?
help? new to security, gotta get this up in maybe 2 weeks, and i need a general point in the right direction, and a few tips
id like it if you could just do that, point and tip, dont give me a string of code to just plug in, as i am learning php and would like to actually learn it
thanks for the help in advance
mikey