Results 1 to 2 of 2

Thread: PHP error help

  1. #1
    Join Date
    Mar 2008
    Posts
    19
    Thanks
    5
    Thanked 0 Times in 0 Posts

    Default PHP error help

    Hi,

    I'm trying to install a PHP auction site script and have followed the install instructions to the T, but when I run the install.php I get the message-

    Parse error: syntax error, unexpected T_STRING in /home/Auction/public_html/webmasters-auction/config.php on line 9

    Here is the line in question-

    $copyright_name = "Copyright 2008 www.MakeQuickCashOnlineNow.com";

    What does this mean? Can anyone tell me where I'm going wrong?

    Cheers!

  2. #2
    Join Date
    Jan 2007
    Posts
    82
    Thanks
    30
    Thanked 18 Times in 17 Posts

    Default

    I beleive if you revise your code to this:

    PHP Code:
    $copyright_name 'Copyright 2008 www.MakeQuickCashOnlineNow.com'
    You will no longer receive the error. Note I changed the double quotes to single quotes. I'm no guru, but I think that's the problem and you can't hurt anything trying.

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •