Problem with index.php in localhost
Posted by: fireball80 (---.manc.cable.ntl.com)
Date: June 18, 2007 12:22PM

I downloaded WAMP yesterday and [localhost] was working fine up until just now. It now has a bunch of code at the top, before any of the content:

'NOW', 'CURDATE', 'CURTIME', 'FROM_DAYS', 'FROM_UNIXTIME', 'PERIOD_ADD', 'PERIOD_DIFF', 'TO_DAYS', 'UNIX_TIMESTAMP', 'WEEKDAY' ), 'FUNC_NUMBER' => array( 'ASCII', 'CHAR', 'MD5', 'SHA1', 'ENCRYPT', 'RAND', 'LAST_INSERT_ID', 'UNIX_TIMESTAMP', 'COUNT', 'AVG', 'SUM' ) ); // Default functions for above defined groups $cfg['DefaultFunctions'] = array( 'FUNC_CHAR' => '', 'FUNC_DATE' => '', 'FUNC_NUMBER' => '', 'first_timestamp' => 'NOW' ); } // end if // Search operators $cfg['NumOperators'] = array( '=', '>', '>=', '<', '<=', '!=', 'LIKE', 'NOT LIKE' ); $cfg['TextOperators'] = array( 'LIKE', 'LIKE %...%', 'NOT LIKE', '=', '!=', 'REGEXP', 'NOT REGEXP' ); $cfg['EnumOperators'] = array( '=', '!=' ); $cfg['SetOperators'] = array( 'IN', 'NOT IN' ); $cfg['NullOperators'] = array( 'IS NULL', 'IS NOT NULL' ); $cfg['UnaryOperators'] = array( 'IS NULL' => 1, 'IS NOT NULL' => 1 ); ?>

Does anyone know why that's there and how to get rid of it? It doesn't really affect the site it just looks kinda ugly!

Options: ReplyQuote
Re: Problem with index.php in localhost
Posted by: dval (---.chrcitadelle.be)
Date: June 18, 2007 02:49PM

use the full php notation :
<? php your code... ?>
because WAMP is set with short_tags OFF

Options: ReplyQuote
Re: Problem with index.php in localhost
Posted by: fireball80 (---.manc.cable.ntl.com)
Date: June 18, 2007 03:09PM

I just went and checked that every <? had a php next to it and all but one did. This one:

echo '<?xml version="1.0" encoding="iso-8859-1"?>';

Is that anything to do with the problem I wonder?

EDIT: Also, when looking in index.php I can't find any of that code I originally posted so I'm not even sure where it's coming from!



Post Edited (06-18-07 15:11)

Options: ReplyQuote
Re: Problem with index.php in localhost
Posted by: CyberSpatium (71.237.217.---)
Date: June 18, 2007 08:16PM

what error message are you getting?


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

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.


Mortgage and Home Loan Advice:
Clarify Loans

Options: ReplyQuote
Re: Problem with index.php in localhost
Posted by: fireball80 (---.manc.cable.ntl.com)
Date: June 18, 2007 09:03PM

No error message just all that code at the very top of the page.

Options: ReplyQuote


Sorry, only registered users may post in this forum.