Showing posts with label WT. Show all posts
Showing posts with label WT. Show all posts
Sunday, December 10, 2017

PHP and AJAX

thumbnail
Test4.php: <?php $q=$_GET['q']; $c=new mysqli("localhost","root","naina","nearur"); if...

Using Json in AJAX Application

thumbnail
Test.php file: <?php  $c=new mysqli("localhost","root","naina","nearur"); $obj = json_decode(...
Saturday, November 4, 2017

WT 11,12 JavaScript

thumbnail
Question:  Create an HTML file to display the various arithmetic operations on variables using JavaScript. Code: <html> <hea...

WT 13,14,15 PHP Practicals

thumbnail
Question: . Create a PHP file to print any text using variable Code: <html> <head> <?php $variable="Hello Wor...
Wednesday, November 1, 2017

Wt Practical 8,9,10

thumbnail
Code: <html> <head> <link rel="stylesheet" type="text/css" href="Wt8.css"> <style...
Sunday, October 8, 2017

WT practicals 5,6,7

thumbnail
Login.html <html> <title>Login</title> <head><center><font size="20" color="aqua"...