- Details
- Parent Category: Javascript
- Category: JQuery
Examples jQuery
jqueryajaxgetdata
db.php
$servername ="213.171.200.86";
$username = "norridgem";
$password = "Reddicap23";
$dbname = "resinsupply";
// create connection
$con = mysqli_connect($servername,$username,$password,$dbname);
// check connection
if (!$con){
die("Connection Failed");
}
include 'db.php';
jqueryajaxgetdata/index2.php
jqueryajaxgetdata/index2b.php
jqueryajaxgetdata/index3.php
jqueryajaxgetpost
jqueryinsertdata
jqueryinsertdata/index.php
jqueryinsertdata/index2.php
jqueryinsertdata/index3.php