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
Editi, update, delete operation on database using php
View Data <!DOCTYPE html> <html> <head> <title>View Records</title> </head> <link rel="...
Read More
Displaying records from a MySQL Database with PHP
<!DOCTYPE html> <html> <head> <title>View Records</title> </head> <link rel="stylesheet...
Read More
mysqli_fetch_row Example
<?php $servername = "localhost"; $username = "root"; $password = "root"; $dbname = "vmaid"; ...
Read More
mysqli_fetch_array Example
<?php $servername = "localhost"; $username = "root"; $password = "root"; $dbname = "vmaid"; ...
Read More
mysqli_fetch_object Example
<?php $servername = "localhost"; $username = "root"; $password = "root"; $dbname = "vmaid"; ...
Read More
mysqli_fetch_assoc Example
<?php $servername = "localhost"; $username = "root"; $password = "root"; $dbname = "vmaid";...
Read More
How to divide html tag in c using strtok() function
Input : 1 <table class="mytable" name="tb" id="data"></table> 2 <table class="" na...
Read More
Write a c program to print number from 1 to 100 which is divisible by 3 and 7 and both
Write a c program to print number from 1 to 100 which is divisible by 3 and 7 and both #include<stdio.h> int main(){ int num,...
Read More
Multistep Registration Form Using PHP, MySQLi and jQuery
Sometimes we required to capture lots of user details during registration. Due to this we got long forms on our website. So the best sol...
Read More
C++ Program to check for balanced parentheses in an expression using stack.
c++ proper implementation for balanced paranthesis #include iostream #include stack #include string.h using namespace std; void check(ch...
Read More
C++ Program to check for balanced parentheses in an expression using stack.
/* C++ Program to check for balanced parentheses in an expression using stack. Given an expression as string comprising of opening and ...
Read More
How to create login page with sql database
Click Here To Download
Read More
How to insert data into array using javaScript
<!DOCTYPE html> <html> <body> <p>Click the button to add a new element to the array.</p> <input type=...
Read More
Number and their Classification
Number and their Classification 1) Natural Number 2) Whole Number 3) Integer Number 4) Rational number 5...
Read More
How to download torrent file from IDM Internet download manager
Now I'm going to teach you how to download torrent file from IDM Step 1 - Search your torrent file Step 2 - Download your .torren...
Read More
Subscribe to:
Posts (Atom)