is that possible to design a static web page through php? http://www.webdeveloper.com
Printable View
is that possible to design a static web page through php? http://www.webdeveloper.com
static_page.php:
;)Code:<html>
<head>
<title>Static PHP Page</title>
</head>
<body>
<p>This is a static PHP page.</p>
</body>
</html>