KodingMadeSimple
▼

How to Convert PDF to JPEG Image in PHP

›
Hi! Today let's see how to convert pdf to jpeg in php using imagick . PHP offers some good native extensions for image processing. Ima...

How to Create Custom Library in CodeIgniter

›
Hi, today let's see how to create custom library in codeigniter . CodeIgniter offers a rich set of libraries and helpers for robust ap...

How to Import CSV File into MySQL with LOAD DATA INFILE

›
I tried to import a csv file into mysql with php script . It is a simple solution if you have a small set of data to import. But if you ha...

How to Add Select All Options to jQuery Select2 Plug-in

›
Hi, in this post let's see how to add select all options to jQuery Select2 plugin . Select2 is an excellent alternative to the standar...

Send HTML Email in PHP via SMTP

›
Hi! Welcome to Koding Made Simple . Today we'll see how to send html email in php . PHP's mail() function is simple and effectiv...
4 comments:

How to Disable Mouse Right Click using jQuery

›
Content theft is a serious issue faced by many website / blog owners. This can be limited to a certain level by disabling right click on w...

How to Add Images to Dropdown List using jQuery

›
Hi! In this post, let's see how to add images to dropdown list using jquery . I had a form with a drop-down element for the list of co...
‹
›
Home
View web version