PHP Error, help please

Discussion in 'PHP' started by gamesproxy, May 15, 2006.

  1. #1
    Hey,

    While trying to install a myspace train i got the following error:

    Fatal error: Cannot redeclare getstring() (previously declared in /home/user/public_html/train/includes/precalls.php:31) in /home/user/public_html/train/includes/precalls.php on line 31

    I have attached the php file with this error to this thread, if you know how to fix this please do.

    Thanks
    GP
     

    Attached Files:

    gamesproxy, May 15, 2006 IP
  2. Selkirk

    Selkirk Peon

    Messages:
    93
    Likes Received:
    5
    Best Answers:
    0
    Trophy Points:
    0
    #2
    I'm just guessing, but you are probably including the file twice? Use include_once or require_once instead of include or require.

    What is a myspace train anyway?
     
    Selkirk, May 15, 2006 IP
  3. gamesproxy

    gamesproxy Peon

    Messages:
    270
    Likes Received:
    4
    Best Answers:
    0
    Trophy Points:
    0
    #3
    gamesproxy, May 15, 2006 IP