Author |
Message |
Topic: PHP + HTML |
DarthGordolf
Replies: 5
Views: 10466
|
|
thanks olly!
after I posted I tried phpinfo() by itslef (<?php phpinfo(); ?>) and it didnt work. I later found out that windows, being the pain that it is, automatically put .txt at the end s ... |
Topic: PHP + HTML |
DarthGordolf
Replies: 5
Views: 10466
|
|
I entered the following code in index.html
<html>
<head>
<title>test</title>
<body>
<?php
phpinfo();
?>
</body>
</html>
and when i nav ... |
|