HTML & CSS Tutorials by webdec11

You can find here all the 35 tutorials by webdec11. The author's home page URL is http://www.w3resource.com/.
Sort byTutorials Per Page
Pages:1 | 2 | 3 | 4 | Next| Last

MySQL drop database

Author: webdec11  Rating:
In MySQL, DROP followed by a name of the database is used to delete a database.
May 17, 2012 Today Views: 4 Total Views: 4
In all programming and scripting language, a function is a block of statements that can be used repeatedly in a program. In PHP, the concept of the function is the same as in other language like 'C'. There are more than 1,000 in-built functions into the standard PHP distribution.
May 16, 2012 Today Views: 3 Total Views: 7

MySQL Tutorial

Author: webdec11  Rating:
MySQL tutorial of w3resource is a comprhensive tutorial to learn MySQL. We have hundreds of examples covered, often with PHP code. This helps you to learn how to create PHP-MySQL based web applications.
May 15, 2012 Today Views: 2 Total Views: 10

MySQL date() function

Author: webdec11  Rating:
MySQL DATE() takes the date part out from a datetime expression.
May 14, 2012 Today Views: 2 Total Views: 7
The logical operators used in Javascript are - Logical AND ( && ) is true if both a and b are true. Logical OR ( || ) is true if either a or b is true. Logical NOT ( ! ) is true if a is not true.
May 5, 2012 Today Views: 2 Total Views: 41
Validating email is an very important point while validating an HTML form.
May 3, 2012 Today Views: 7 Total Views: 61

PHP : date() function

Author: webdec11  Rating:
The date() function displays a formatted local time/date.
May 2, 2012 Today Views: 1 Total Views: 40

MySQL create index

Author: webdec11  Rating:
In MySQL, index can be created on a table when the table is created with CREATE TABLE command. Otherwise, CREATE INDEX enables to add indexes to existing tables.
April 12, 2012 Today Views: 1 Total Views: 87
The abs() method of math object is used to get the absolute value of a number.
April 11, 2012 Today Views: 1 Total Views: 83

PHP Tutorial

Author: webdec11  Rating:
PHP, an acronym for Hypertext Preprocessor, is a widely-used open source general-purpose scripting language. It is an HTML embedded scripting language and is especially suited for web development.
April 10, 2012 Today Views: 1 Total Views: 87
Pages:1 | 2 | 3 | 4 | Next| Last