Index.php <!DOCTYPE html> <html> <head> <title>Student Information</title> <!-- Latest c...
Read More
File upload in PHP
<!DOCTYPE html> <html> <head> <title>File Upload</title> </head> <body> <form action=...
Read More
order by asc and desc in php
<?php include "include/config.php"; $query = "select * from student"; if(isset($_POST['search'])){ $...
Read More
find record from table in php
<?php include "include/config.php"; $query = "select * from student"; if(isset($_POST['search'])){ $...
Read More
Subscribe to:
Posts (Atom)