krusty

Anonymous
Hi,

I just came across this page:

http://www.geeklog.net/faqman/index.php?op=view&t=53

there's a slight syntax error in it, it currently says:
Text Formatted Code
<php phpinfo() ;>.


it should be:
Text Formatted Code
<?php phpinfo(); ?>
or
Text Formatted Code
<? phpinfo(); ?>


Just thought I should mention it.

Thanks,



Status: offline

Dirk

Site Admin
Admin
Registered: 01/12/02
Posts: 13073
Fixed, thanks.