Jump to content

What is going wrong here?


SalientAnimal

Recommended Posts

  • Replies 51
  • Created
  • Last Reply

White_Lily: The e-mail tag is an artifact from the forum software, and most likely a misclick byPsycho. Notice how the text between those two code blocks is linkified, as a mailto: href. As mikosiko pointed out above.

 

SalientAnimal: You had a syntax error, which means your PHP code cannot be parsed because you're either missing something or have something out of place. This is a basic error message, and it even tells you where it happens. Debugging a syntax error is a fundamental requirement for being able to write PHP code, and your failure to do so suggest you're not familiar enough with the PHP syntax.

That's why I would recommend you to look over the PHP manual again, read up on how the PHP syntax is constructed, and what gives syntax errors. Then take a second look at the code you have, and the actual problem should be apparent.

 

Edit: OK... Missed a whole page on this one, but my comments are still valid. So I'm going to leave the post as is.

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.