• Getting this error…

    Parse error: syntax error, unexpected ”Location: http://bitcoinwealt’ (T_ENCAPSED_AND_WHITESPACE), expecting ‘)’ in /home/content/p3pnexwpnas04_data02/93/2297393/html/GoTo/BitcoinTrading.php on line 2

    Here is my code:

    <?php
    header('Location: http://bitcoinwealthalliance.com/?hop=michael4rl’);
    ?>
Viewing 2 replies - 1 through 2 (of 2 total)
  • It looks like your ending quote mark is of the wrong type to close the quotation. Maybe you pasted from Word or something? Try this:

    <?php
    header('Location: http://bitcoinwealthalliance.com/?hop=michael4rl');
    ?>
    Thread Starter Michael4rl

    (@michael4rl)

    Dang, how such a little thing can affect the outcome.. lol thank you very much! It works fine now!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Parse error: syntax error, unexpected (T_ENCAPSED_AND_WHITESPACE), expecting ')’ is closed to new replies.