Posted by:
CyberSpatium
(---.hsd1.or.comcast.net)
Make sure you are not using ASP style tags, use full php style tags
Bascially, change the first part of your php script:
<?to this:
<?phpImportant note on ASP style tags from the php.net manual[
php.net]
ASP style tags are only available when they are enabled via the asp_tags php.ini configuration file directive.
Note: Using short tags should be avoided when developing applications or libraries that are meant for redistribution, or deployment on PHP servers which are not under your control, because short tags may not be supported on the target server. For portable, redistributable code, be sure not to use short tags.
Post Edited (03-27-06 07:42)
CyberSpatium----------------------WAMP Forum Admin
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.