Insert Data into Database using PHP MySQLi

In this tutorial we will see how to Insert Data into Database using PHP MySQLi. First we create a database then table after that we start to insert data into database table using php mysqli.Mysqli is extended version of MySQL. We will use mysqli to access mysql database. To insert data in database table we … Read more

How To Get Selected Checkboxes Value Using jQuery

In this tutorial we will learn how to get selected checkbox value using jQuery. Form input type checkbox have an array value because multiple checkbox can be selected. In previous tutorial we have discussed about how to get radio button checked value using jQuery. We will use jQuery selector with each method to get select … Read more

Add WYSIWYG HTML Editor to Textarea on Your Site

Add WYSIWYG HTML Editor to Textarea on Your Site

WYSIWYG stands for What You See Is What You Get. WYSIWYG HTML Editor is basically JavaScript rich text editor which allows user to enter formatted text . This is basically on textarea so that website user can easily create content and do its formatting. In simple textarea user can simply write text but they can’t … Read more

How to Write and Publish Your First Blog Post in WordPress

How to Write and Publish Your First Blog Post in Wordpress

In this tutorial we will see how to write your first blog post in WordPress. I have written many article related to wordpress but this is basically for beginners to guide them. Newbie bloggers or beginners is generally feel confused about how to start the process of writing first blog post in WordPress. I am … Read more