View Single Post
  #11  
Old 05-16-2008, 05:17 AM
Watdaflip's Avatar
Watdaflip Watdaflip is offline
Brigadier General
 
Join Date: Sep 2005
Location: Cincinnati, Ohio
Posts: 1,638
Default Re: How to display database records on screen?

The connection looks fine, whats the code on "ProfileMain.php"

and..
Quote:
Originally Posted by pipesportugal View Post
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)
__________________

Register/Login Script
Do you use a Password Protected Directory? Need a way to allow users to make their own account, try my .htaccess Login Script
Reply With Quote