Hello
My first PHP script is:
<html>
<head>
<title>First!</title>
</head>
<? print(Date("l F d, Y")); ?>
<body>
</body>
</html>
But do I save the file as test.php (and a txt file or under All Files), or as test.html (and a txt file or under All Files). Either way, I can't see it working on this SuSE 8.1).
Any advice appreciated, please.
Thanks.
My first PHP script is:
<html>
<head>
<title>First!</title>
</head>
<? print(Date("l F d, Y")); ?>
<body>
</body>
</html>
But do I save the file as test.php (and a txt file or under All Files), or as test.html (and a txt file or under All Files). Either way, I can't see it working on this SuSE 8.1).
Any advice appreciated, please.
Thanks.