Here's the problem. The form is located at: http://tvdrawing.com/login.php. If you try to login, it doesn't work because in the code, the <?php is located under the website template and content. Unfortunately, If I want to integrate this form in my website, therefore, I have to put content above the <?php. However, because putting a single space or letter above the <?php causes the php form not to work. The entire form is obsolete, unless it's put on an entirely different page with no content.
Is there any way to integrate the form into my website template without me getting this error:
Warning: Cannot modify header information - headers already sent by (output started at /home/tvdrawin/public_html/login.php:1) in /home/tvdrawin/public_html/login.php on line 326
If you go to the login form and click on register at the bottom of the form, you'll be taken to the register page where the form does work because there's nothing above the <?php
Login form - <
text above php - doesn't work
?php
Register form
(No text) Does work
<?php
Is there any way to add text before the <?php so that the form does work a long with the website template?
Is there any way to integrate the form into my website template without me getting this error:
Warning: Cannot modify header information - headers already sent by (output started at /home/tvdrawin/public_html/login.php:1) in /home/tvdrawin/public_html/login.php on line 326
If you go to the login form and click on register at the bottom of the form, you'll be taken to the register page where the form does work because there's nothing above the <?php
Login form - <
text above php - doesn't work
?php
Register form
(No text) Does work
<?php
Is there any way to add text before the <?php so that the form does work a long with the website template?