Hi,
But I want to invoke my php script from html,
according to the scripts i have mentioned.
Not only that i m not able to execute the following scripts too:-
test2.html...
Code:
<html>
<head>
<title>
</title>
</head>
<body>
<a href="test3.php"> Click</a>
</body>
</html>
test3.php....
Code:
<?php
echo "welcome, swes";
?>
I m getting the same error...
Is there any confuguration settings needed to be changed?
Is there any problem with the apache server?
Is there any problem with the settings of httpd.conf?
plz do guide me...
regards,
swes