Jump to content

unexpected T_STRING


hjames82

Recommended Posts

I am trying to add a URL to the following code but keep receiving the error mentioned in the subject. I don't know much about php and did a search on google and yahoo but came up with no similar matches.

 

Any help would be appreciated.

 

Original Code:

    $msg .= ($test->passed) ? "PASS" : "FAIL" ;

 

Modified Code:

    $msg .= ($test->passed) ? "PASS" : "FAIL - <a href="index.php?option=com_lms&task=showresults">Retake The Course</a>" ;

 

Thanks,

James

Link to comment
Share on other sites

Ok I see now your reffering to the "\" correct?

 

I tried using your code to se if it would work unfortunately I got this error: Parse error: syntax error, unexpected T_STRING in /home/.sylvie/hjames82/test2.bamsites.ifoundjoomla.com/components/com_lms/lms.php(1423) : eval()'d code on line 6

 

This is line 1423:

eval ("\$message = \"$msg\";");

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.