It seems we can’t find what you’re looking for. If you are looking for a specific post, try searching up in the right-hand corner. Otherwise take a look at our most recent posts below.

Our most recent posts:

Creating jQuery Popup Div

Jquery is most popular JavaScript library in the world, most web developers used jquery in there development because it is easy for newbies, jquery have a lots function and effects like form validation, animation, image slider and popup div box. A web developer or designer we can apply this jquery effects very easy in our …

How to create php login script with remember me

Login is the one of the security in our website, it is a procedure to gain access in our web application gain access such as admin page, control page or profile page. Login almost requires username and password websites, desktop application and mobile application. Most popular website like an ecommerce or bank website, there login …

How to create jquery ajax success post

Jquery is the most popular JavaScript library, and makes easy for our work web development projects, there have a lots of useful functions and tricks of Jquery such as form validation, onchange, click trigger and hiding the elements and especially in Ajax makes short and easy. I try pure Ajax before and the script is …

Import CSV to Mysql using Php

In the previous tutorial we created the How to export mysql to csv using php, and now as continue of this tutorial we create also on how to import csv to mysql. A table contains a listed of data and upload form, user can be able to upload the file, and also we create a …

Export Mysql to CSV using Php

A comma separated value (CSV) is a common format for exporting and importing data from the mysql database and it is a widely supports of specific web and desktop application for exporting a bunch of data and exporting to the other application, and off course same table structure for not returning error for importing. In …

Regexp Javascript jQuery You Should Know

In Web Development, there have forms we need to secure and validate using Regexp Javascript or Regular Expression, in some cases are registration form, transaction forms such as valid email, valid postal code, matching strong password and securities. In this article, I compiled the useful of JavaScript Regular Expression, this is the most common Regexp …