Search found 5 matches

by chinmay.sahoo
Dec 16th, '13, 11:16
Forum: Computers and Internet
Topic: How do you connet mysql database with PHP ?
Replies: 0
Views: 7061

How do you connet mysql database with PHP ?

We can connect Mysql Database with PHP using both Procedural and Object oriented style like below $link = mysqli_connect("localhost", "username", "password", "dbofpcds"); $mysqli = new mysqli("localhost", "username", "password", "dbname"); and in old type of connectivity were $link = mysql_connect("...
by chinmay.sahoo
Dec 16th, '13, 11:12
Forum: Computers and Internet
Topic: What are some other advantages of HTML5?
Replies: 0
Views: 6726

What are some other advantages of HTML5?

a) Cleaner markup than earlier versions of HTML b) Additional semantics of new elements like <header>, <nav>, and <time> c) New form input types and attributes that will (and in Opera’s case, do) take the hassle out of scripting forms. Any Some Other Thing Plz Give a Answer for me http://webtechnolo...
by chinmay.sahoo
Dec 16th, '13, 11:10
Forum: Computers and Internet
Topic: What is the difference between HTML and HTML5?
Replies: 0
Views: 6943

What is the difference between HTML and HTML5?

HTML5 is nothing more then upgraded version of HTML where in HTML5 supports the innovative features such as Video, Audio/mp3, date select function , placeholder , Canvas, 2D/3D Graphics, Local SQL Database added so that no need to do external plugin like Flash player or other library elemenents Rega...
by chinmay.sahoo
Dec 16th, '13, 11:04
Forum: Computers and Internet
Topic: How TO Remove Malware Code On joomla Website
Replies: 0
Views: 6754

How TO Remove Malware Code On joomla Website

plz Give a Suggetion
webtechnologyofindia.com/
by chinmay.sahoo
Dec 16th, '13, 11:03
Forum: Computers and Internet
Topic: What's new HTML5 DocType and Charset?
Replies: 0
Views: 7138

What's new HTML5 DocType and Charset?

As HTML5 is now not a subset of SGML, its DocType is simplified as follows:

<!doctype html>

And HTML5 uses UTF-8 encoding as follows:

<meta charset="UTF-8">
webtechnologyofindia.com/