Link to home
Start Free TrialLog in
Avatar of pillmill
pillmill

asked on

wamp phpinfo not formatted?

On my Wamp installation, when I run:
 
      <?php phpinfo(); ?>

I get unformatted output, instead of
formatted columns. (Sample below)

How can I fix this?
phpinfo() PHP Version => 5.2.9-2 System => Windows NT ... 5.1 build 2600 Build Date => Apr 9 2009 08:22:37 Configure Command => cscript /nologo configure.js "--enable-snapshot-build" "--enable-debug-pack" "--with-snapshot-template=d:\php-sdk\snap_5_2\vc6\x86\template" "--....

Open in new window

ASKER CERTIFIED SOLUTION
Avatar of ycTIN
ycTIN
Flag of Hong Kong image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of pillmill
pillmill

ASKER

Thanks. How would I change it?