[insert_php]
session_start();
$pname=$_POST[‘iname’];
$_SESSION[‘pname’] = $pname;
$address=$_POST[‘iaddress’];
$_SESSION[‘address’] = $address;
$imobno=$_POST[‘imobno’];
$_SESSION[‘imobno’] = $imobno;
$principle_name=$_POST[‘principle_name’];
$_SESSION[‘principle_name’] = $principle_name;
$principle_mobno=$_POST[‘principle_mobno’];
$_SESSION[‘principle_mobno’] = $principle_mobno;
$art_teacher=$_POST[‘art_teacher’];
$_SESSION[‘art_teacher’] = $art_teacher;
$art_teacher_mobno=$_POST[‘art_teacher_mobno’];
$_SESSION[‘art_teacher_mobno’] = $art_teacher_mobno;
$noofp=$_POST[‘noofp’];
$_SESSION[‘noofp’] = $noofp;
$_SESSION[‘fafile’] = $imobno. $_FILES[“file”][“name”];
$efees=$_POST[‘efees’];
$_SESSION[‘efees’] = $efees;
move_uploaded_file($_FILES[“file”][“tmp_name”],”upload/” .$imobno. $_FILES[“file”][“name”]);
[/insert_php]
[insert_php]echo “{$pname}”;[/insert_php]
Are You Sure that the Previous Filled Information Are right. If Yes Please Click Pay Now Button.
Pay Now
₹[insert_php]echo “{$efees}”;[/insert_php]