📁 File Manager
🏠 /
/
home
/
u857492117
/
domains
/
mangaldaicollege.org
/
public_html
/
adminpanel
/
Admission25
Dosya Düzenle: formGenHD.php
<?php include 'connect.php'; $id = $_GET['id']; $s = "select * from StudentForms where FormNo='$id' "; $q = mysqli_query($con,$s); if ($row=mysqli_fetch_array($q)) { $name=$row['Name']; $phone= $row['Phone']; $course= $row['Course']; $formno= $row['FormNo']; $s1= "select * from bank where course = '$course'"; $q1 = mysqli_query($con, $s1); } ?> <html> abc <?php while ($priceFound = mysqli_fetch_array($q1)) { echo "Toal price ". $priceFound['amount']; } ?>
💾 Kaydet
İptal