Showing posts with label WT. Show all posts
Showing posts with label WT. Show all posts

Sunday, December 10, 2017

PHP and AJAX

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

Using Json in AJAX Application

Test.php file: <?php  $c=new mysqli("localhost","root","naina","nearur");$obj......

Saturday, November 4, 2017

WT 11,12 JavaScript

WT 11,12 JavaScript

Question:  Create an HTML file to display the various arithmetic operations......
WT 13,14,15 PHP Practicals

WT 13,14,15 PHP Practicals

Question: . Create a PHP file to print any text using variable Code: <html> <head> ......

Wednesday, November 1, 2017

Wt Practical 8,9,10

Wt Practical 8,9,10

Code: <html> <head> <link rel="stylesheet" type="text/css" href="Wt8.css"> ......

Sunday, October 8, 2017

WT practicals 5,6,7

WT practicals 5,6,7

Login.html <html> <title>Login</title> <head><center><font......