Jump to content

What is going wrong here?


SalientAnimal

Recommended Posts

  • Replies 51
  • Created
  • Last Reply

Top Posters In This Topic

Top Posters In This Topic

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.

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.


×
×
  • 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.