Sunday 20 November 2016

Prepare Statement Insert Mysqli

<html > <head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>Girfa : My SQLi Insert Tutorial</title>
</head>

<body>
<?php
$servername 
"localhost";
$username   
"root";
$password   
"password";
$dbname     
"dbname";

Friday 18 November 2016

Hut Using HTML

Hut Using HTML

HTML 5 supports graphics by Canvas and SVG.

Canvas

Canvas is a rectangular area specified by height and width where you can make drying using line,circle and many more . Following example create a hut using HTML canvas and line.

Hut Using HTML


<html>
<head>
<title>Graphics HTML : Girfa </title>

</head>

Monday 14 November 2016

Input Output Question Practice C Language

Q 1. Print a character with ASCII code using printf function?
Q 2. Try to string input with space using %s?
Q 3. Write down short notes with example on following function
Fclose
Puts
Gets
Fprintf
Scanf

Saturday 12 November 2016

For Loop in Python

for letter in 'Girfa':     # First Example