How to get first page??
Posted: Sun Sep 02, 2007 10:25 am
Hi All...
my page sample like this :
i have student.php, in this code have :
in proces.php have code to redirect to student.php
like this : header( 'Location: student.php');
after klik save in student.php i have get that page (student.php) but that page is blank
how get that page (student.php) ???
please help me..i'm nubie
my page sample like this :
i have student.php, in this code have :
Code: Select all
<form action="proces.php" Method="POST">
.....
.....
<input type="submit" value="save">
</form>like this : header( 'Location: student.php');
after klik save in student.php i have get that page (student.php) but that page is blank
how get that page (student.php) ???
please help me..i'm nubie