Deadlock
New Member
- Messages
- 1
- Reaction score
- 0
- Points
- 0
Apologies if this has been asked before, but can the contents of these two directories be accessed by anyone? I remember reading something similar in the tutorial. I realise that if for instance, I wrote PHP code such as this:
Then the output on the page would be this:
But would there be any way to view the source PHP code?
PHP:
<html>
<head>Hello World Program</title></head>
<body>
<?php
echo "<p>Hello World!"
?>
</body>
</html>
HTML:
<html>
<head>Hello World Program</title></head>
<body>
<p>Hello World!</body>
</html>
But would there be any way to view the source PHP code?