25.06.2013, 20:50
The idea is nice but not the code. I made a list of some negative points :
- The HTML code is not indented.
- CSS should be in a separated file.
- The PHP code is badly structured (session_start for example should always be at the top).
- echo"<html><head>header('Content-type:image/jpg');</head></html>"; wtf ?
- SQL Injections.
- Die function for error messages.
- Old mysql functions that are deprecated in PHP 5.5. PDO should be used instead.
- No SQL database is provided.
- No comments at all.
- No filterscript to use your project with.