redirecting from html page to php page

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
nitsmooth
Forum Newbie
Posts: 13
Joined: Thu May 22, 2008 6:50 am

redirecting from html page to php page

Post 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";
?>
User avatar
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

Post by aditya2071990 »

Please say that again? More details required.
User avatar
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

Post by Ambush Commander »

It sounds like there's a server misconfiguration. Did you install PHP?
Post Reply