redirecting from html page to php page
Posted: Thu May 22, 2008 6:55 am
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";
?>
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";
?>