maxl stylee
12-15-2000, 06:40 PM
i have just started fooling around with PHP..
and i'm using a simple command here:
<?
system(uptime)
?>
It will work on a regular .html page..
however, i've tried numerous times on a .shtml page...and it won't work.
the reason i'm using .shtml is because i have been using SSI (Server Side Inclue) to bring the pages together.
now, would it just be easier to use PHP
and use the <? include(top.txt) ?> ?
or should i stick with SSI?
also: why won't that code work? (.shtml?)
Alex
and i'm using a simple command here:
<?
system(uptime)
?>
It will work on a regular .html page..
however, i've tried numerous times on a .shtml page...and it won't work.
the reason i'm using .shtml is because i have been using SSI (Server Side Inclue) to bring the pages together.
now, would it just be easier to use PHP
and use the <? include(top.txt) ?> ?
or should i stick with SSI?
also: why won't that code work? (.shtml?)
Alex