Charles Thomas

Results 12 comments of Charles Thomas

It looks like WAMP might not support short tags, based on this: http://bytes.com/topic/php/answers/761830-wamp-server-problem-php-code-not-being-executed Try setting this in your php.ini file: short_open_tag = On

Ah! I think I see the problem. Remove the brackets from your config. Should be $db_name=”map”; Instead of $db_name=”[map]”; This applies to all config, not just $db_name. On March 25,...