Thread Starter
Sparky
(@sparky)
Edit //
I fixed it. Thanks a lot for guiding me!
Hi, I’m having the same problem, it says
Parse error: parse error, unexpected T_STRING in /home/blahblah/index.php on line 78
I’ve searched through the code above line 78 and I can’t find anything… maybe I’ve been staring at it too long.
The source code is here: http://www.serialdeviant.org/temp/problem.txt
Ive go this problem with the s9y importer that is floating about
Parse error: parse error, unexpected T_STRING in /home/browni/public_html/wp-admin/import/s9y.php on line 32
Here is line 32
$result = mysql_query(“SELECT * FROM entries LEFT JOIN entrycat ON entries.id = entrycat.entryid “.
Any Help?
No need to create a new post… 🙂
Have the same problem…
‘<input type=”radio” name=”stat1″ value=”0″ <?php print $res[“stat_atiduota”]==0?’ checked ‘:’ ‘;?>><font size=”2″>neatiduota</font>
<input type=”radio” name=”stat1″ value=”1″ <?php print $res[“stat_atiduota”]==0?’ checked ‘:’ ‘;?>><font size=”2″>atiduota
</font><input type=”text” name=”stat2″ size=”42″<?php print $res[“atid_data”]==0?’ value=”<?php print date(‘Y-m-d’);?>” ‘:’ value=”‘.$res[“atid_data”].'” ‘;?>></p>’
the problem in the last line…
What happens if you remove the second of the two > just before the closing </p>
nope.
the problem “solves” when I remove ” from <?php print date(‘Y-m-d’);?>
but I want to see the date 🙂 not “<?php print date(Y-m-d);?> ” in text field…