The connection looks fine, whats the code on "ProfileMain.php"
and..
Quote:
Originally Posted by pipesportugal Be careful because it has ocurred to me with WAMP that the php entrance tag <? did not work and forced me to change all my code to tag <?php. |
Thats just because short tags are disabled, you need to configure your php.ini for WAMP, I guess short tags are disabled by default. (The majority of web hosts have it enabled so its not a problem normally)