I have already Tomcat5.0 installed on my PC.
Can anyone tell me how to get started with php.
What all to be installed and what should be referred to learn php?
But when trying to deploy php file with code
<html>
<body>
<?php
echo hello world
?>
</html>
</body>
I am getting the problem.
Can anyone tell me how to get started with php.
What all to be installed and what should be referred to learn php?
But when trying to deploy php file with code
<html>
<body>
<?php
echo hello world
?>
</html>
</body>
I am getting the problem.
Comment