Tag Archives: ID

PHP Security

When it comes to PHP, some 99% of amateur sites and 60-70% of all sites use the professional scripting language called PHP. But is it safe to use PHP? Does the implementation of the language not have any gaps that are critical to the operation of our applications? But remember that security…

Leave a comment

Filed under PHP

Create Database and Tables in PHP MySQL

As We know database holds one or multiple tables. Here in this post you will learn how create database tables in Mysql
Create a Database
We use the CREATE DATABASE statement to create a database in MySQL.
Syntax
CREATE DATABASE database_name
To get PHP to execute the MYSQL statement we must use…

Leave a comment

Filed under PHP

Tweaks to Improve WordPress Posts and Pages

We love WordPress – but not all of us are ready to settle with all its default settings and displays – particularly how posts are displayed. As we’re taught that uniqueness does matter to a website’s branding which gives the visitors a great impression, throughout these years bloggers…

Leave a comment

Filed under Uncategorized

Tweaks to Improve WordPress Posts and Pages

We love WordPress – but not all of us are ready to settle with all its default settings and displays – particularly how posts are displayed. As we’re taught that uniqueness does matter to a website’s branding which gives the visitors a great impression, throughout these years bloggers…

Leave a comment

Filed under Uncategorized

Tooltip using jQuery UI library

Tooltips can be attached to any element. To display tooltips, one need to add title attribute to input elements and title attribute value will be used as tooltip. When you hover the element with your mouse, the title attribute is displayed in a little box next to the element.
I had already…

Leave a comment

Filed under Uncategorized