Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
Hello,
If I start my html or php file and don’t place <!DOCTYPE html> above it, it doesn’t do anything. Example:
Doesn’t work:
<?php error_repeat(0); session_start(); ?>
<!DOCTYPE html> <html> <head></head> </html>
Can you help/fix it please?