Code :
alist={
'A':['B','C','D'],
'B':['H'],
'C':['G','F'],
'D':['E','P'],
......
Recent Post
Home
All posts
Tuesday, February 20, 2018
Thursday, February 15, 2018
Saturday, January 27, 2018
Pl/SQl Programs ADS
16.
declare
cursor cursor is select * from emp7567 order by salary desc;
id emp7567.id%type;
name......
Tuesday, January 23, 2018
Tuesday, January 9, 2018
Sunday, December 10, 2017
PHP and AJAX
Test4.php:
<?php $q=$_GET['q'];$c=new mysqli("localhost","root","naina","nearur");if($c->connect_error){ ......
Using Json in AJAX Application
Test.php file:
<?php $c=new mysqli("localhost","root","naina","nearur");$obj......
Subscribe to:
Posts (Atom)