Well, After reading abit about security, I have found out that my CMS could easly be hacked.
The main problem would be SQL injection.
Could this be solved by changing things like " to "?
The second problem is that im not very happy about the way my code is storing the cookies. Its doing something like this:
setcookie("AtomikuCMS[myUser]", $row['userid'], time()+3600);
That works fine, But is there any way the user could change the cookie?
If so, Is there anyway I can stop it?
Thanks in advance, Matt.