Creating a Basic CMS with PHP - Part 2 [Super Improved]
Top Comments
All Comments (40)
-
sorry but your tut sucks, you are just writing code wtf! you need to explain what means that code
-
please, explain a bit more:)
-
thank you sooooooooooooooooooooooo much !!!!
-
Just something to think about and a good idea if you plan on using md5 encryption in your cms it's better to set the varchar limit to 32 since ALL md5 hashes are exactly 32 characters long. There is no point in allowing for more characters if you already know every every password in your database will be stored as 32 characters.
-
@026deathkiller I get the same problem, I'm trying to pinpoint the error. Should be withing the dologin.php something about the POST variables from login.php.
-
Check session starts on the other admin files, such as index login and dologin.
-
Why do I get this error?
"Notice: A session had already been started - ignoring session_start()"
-
-
It will be nice if you slow down a little.
When I run this I get Warning:session_start() Can not send session cache limiter- headers already sent. I also get the message Logged In Welcome! so I quess that it logged in but what is causing this message?
MrTelekes 1 year ago 4
@026deathkiller where is the evil typo? I can't seem to find it.
lomlom123 8 months ago