Page 1 of 1

redirecting from html page to php page

Posted: Thu May 22, 2008 6:55 am
by nitsmooth
actually i have made this html page and given the name of php page in form action as:

form action="view_student.php"

it is smhow getting redirected to the php page....but is not executing the statements of the page ...it shows a blank page only....plz help ???

my php page is:-

<?php
echo "here";
?>

Re: redirecting from html page to php page

Posted: Thu May 22, 2008 12:56 pm
by aditya2071990
Please say that again? More details required.

Re: redirecting from html page to php page

Posted: Thu May 22, 2008 9:48 pm
by Ambush Commander
It sounds like there's a server misconfiguration. Did you install PHP?