PHP Classes

Got Error

Recommend this page to a friend!

      Remote Download (Remote Grabber)  >  All threads  >  Got Error  >  (Un) Subscribe thread alerts  
Subject:Got Error
Summary:Syntax error and JQuery issue
Messages:2
Author:Sithu Kyaw
Date:2011-12-19 10:22:02
Update:2011-12-30 17:21:03
 

  1. Got Error   Reply   Report abuse  
Picture of Sithu Kyaw Sithu Kyaw - 2011-12-19 10:22:02
I got the error :
Parse error: syntax error, unexpected '*' in ....\remote-download\ajax.php on line 7

Although jquery is included, I found just a line of code which uses jquery.
$('#gif').remove();

Others are using native javascript code such as document.getElementById(..) and even XMLHttpRequest for AJAX.
JQuery already provides AJAX calls such $.ajax(), $.get(), etc.

  2. Re: Got Error   Reply   Report abuse  
Picture of v75369 v75369 - 2011-12-30 17:21:03 - In reply to message 1 from Sithu Kyaw
just remove */ at line 7 in ajax.php