Can someone who knows PHP take a look below and tell me what's wrong? I have a strong feeling it's something very simple lol. Thanks! Error Received: Parse error: syntax error, unexpected T_STRING, expecting ',' or ';' in /home/braininj/public_html/test/metarefresh1.php on line 2 Code: <?php echo "<meta http-equiv="refresh" content="0;url=http://www.brain-injury-attorney.com/test/metarefresh2.php">"; ?>
Replace this echo "<meta http-equiv="refresh" content="0;url=http://www.brain-injury-attorney.com/test/metarefresh2.php">"; Code (markup): With this echo '<meta http-equiv="refresh" content="0;url=http://www.brain-injury-attorney.com/test/metarefresh2.php">'; Code (markup):