Sir
I want to call another php page in to a php page
[PHP]
<?php
if($counter==$_ SESSION['count'])
{
<form name="examinati on" id="examination " method="post" action="http://localhost/finish.php" >
}
?>
[/PHP]
this is not work any error in this code ?
sanjay
I want to call another php page in to a php page
[PHP]
<?php
if($counter==$_ SESSION['count'])
{
<form name="examinati on" id="examination " method="post" action="http://localhost/finish.php" >
}
?>
[/PHP]
this is not work any error in this code ?
sanjay
Comment