Hi guys, basically im trying to make a simple login script but when i enter the correct details im expecting it to echo "Worked" just for testing purposes but im getting "Did not Work" heres my code, ive looking over and over it but i cant see why its not working. PHP Code: <?php session_start(); require_once 'db_functions.php'; dbConnect('localhost', 'root', '', 'blog'); ?> <html> <head> <title> Login <


