Hi. I have just created a PHP file in dreamweaver, which connects to my SQL database.
The problem I am having is when I log in, and the following errors appear:
Warning: session_register() [function.session-register]: Cannot send session cache limiter - headers already sent (output started at /home/jk92/public_html/checklogin.php:6) in /home/jk92/public_html/checklogin.php on line 36
Warning: Cannot modify header information - headers already sent by (output started at /home/jk92/public_html/checklogin.php:6) in /home/jk92/public_html/checklogin.php on line 38
The HTML/PHP code that I am using is as follows:
Sorry if this has been answered before. I have looked for a solution in the forums but could not fully understand how to fix this.
P.S - This is my first time using PHP.
Thanks.