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";
?>
redirecting from html page to php page
Moderator: General Moderators
- aditya2071990
- Forum Contributor
- Posts: 106
- Joined: Thu May 22, 2008 11:30 am
- Location: Hyderabad, India
- Contact:
Re: redirecting from html page to php page
Please say that again? More details required.
- Ambush Commander
- DevNet Master
- Posts: 3698
- Joined: Mon Oct 25, 2004 9:29 pm
- Location: New Jersey, US
Re: redirecting from html page to php page
It sounds like there's a server misconfiguration. Did you install PHP?