PHP Error's
Posted by: kewley (---.bagu.cable.ntl.com)
Date: September 03, 2007 05:58PM

I keep getting "Parse error: syntax error, unexpected $end in" error when using code similar to the following:

<?php

if ($var = "value"winking smiley {
?>
html
<?
} else {
?>
html
<?
}
?>
I recently set "short_open_tag = on" in the php.ini file to no avail, any help is greatly appreciated.

Options: ReplyQuote
Re: PHP Error's
Posted by: kewley (---.bagu.cable.ntl.com)
Date: September 03, 2007 06:34PM

It works as long as I use full open tags "<?php" so I'll just do it that way.

After reading CyberSpatium's " WAMP Setup and Usage Guide" guide I believe it's something to do with "asp_tags = off".

WAMP Setup and Usage Guide - [forum.wampserver.com]

Options: ReplyQuote
Re: PHP Error's
Posted by: CyberSpatium (---.hsd1.or.comcast.net)
Date: September 09, 2007 08:25AM

your code uses a combination of short and full tags (this is not an asp tag issue).

change to:

<?php

if ($var = "value"winking smiley {
?>
html
<?php
} else {
?>
html
<?php
}
?>


CyberSpatium
----------------------
WAMP English Forum Admin

I have WAMP5 working with (for development use only):
Windows Vista Ultimate x64 (64 bit)
Kaspersky Internet Security Suite 7.0.x
Spyware Terminater 2.x
CounterSpy 2.5.x


Need help? Check out my WAMP User Manual/Guide here!


Cellular Phone Deals - The Best on the Net! - FREE PHONES! Take your pick from our featured cellular phone deals by Cingular, Verizon, T-Mobile, Sprint PCS, Nextel, and more! Most of our cellular phone offers include a FREE cellular phone with FREE shipping!


Web Development for Newbie's Blog - Check out my new blog. It is for web developers, and especially tailored for the web development newbie. If you are not fluent in “geek speak”, then this incredible resource is just you. And even if you are a web development pro, this is a great resource to check out some of the latest web development tips, news, tutorials, codes and more.


Clarify Loans
Mortgage and Home Loan Advice


LaxGo Web Directory
Powerful human edited web directory of quality, spam-free sites organized via a comprehensive category structure.

Options: ReplyQuote


Sorry, only registered users may post in this forum.