Compress and upload Image using PHP
How to compress and upload image using Php? Uploading large sized files will always take more time and also it will occupy more disk space. To solve…
Compress and upload Image using PHP Read More »
How to compress and upload image using Php? Uploading large sized files will always take more time and also it will occupy more disk space. To solve…
Compress and upload Image using PHP Read More »
How to scroll to top on button click? When we are at the bottom of our page instead of scrolling mouse it is very easy and user-friendly…
Scroll to top on button click Read More »
How to disable/enable submit button using jQuery? When we want to submit the form after filling all the mandatory data, then the easiest method is to disable…
jQuery disable/enable submit button Read More »
How to get selected radio button value using jQuery? To get the value of selected radio button the easiest way is to use jQuery. HTML : Here…
Get Selected Radio button value using jQuery Read More »
How to do codeigniter pagination with database? Codeigniter pagination is a very simple method to show large amount of data with a limit. Displaying large amount of…
Codeigniter Pagination Read More »
How to check a given date is today, yesterday or tomorrow, or how many days far,etc using php ? Sometime we may have to find a given…
Check if a date is today, yesterday or tomorrow Read More »
How to upload multiple files using PHP, jquery and ajax? The most common method to upload multiple files was using FORM/POST and it is done by Php….
Upload multiple files using PHP, jQuery and AJAX Read More »
How to display numbers with Ordinal suffix like 1st, 2nd,3rd,etc ? Ordinal numbers shows the order of elements in a set. In other words they show rank…
Display numbers with ordinal suffix in PHP Read More »
How to Generate random alpha-numeric string using javascript Generating random alpha-numeric string by javascript or jQuery can be achieved very easily because it requires some built in…
Generate Random alpha-numeric string by javascript – here is 1 simple methods Read More »
How to find the full address by postcode or longitude and lattitude of the place? We can get the full address by postcode like city, state, country,…
Find full address by postcode or Longitude and Lattitude – very easy method Read More »
How to generate a PDF in Codeigniter using Dompdf ? In this tutorial we will create pdf in codeigniter using Dompdf. Here I used image, inline css,…
Create PDF in Codeigniter using Dompdf – flexible library Read More »
Implement an interactive DropDownTree with user-friendly UI. The DropDownTree is used to represent data in heirarchical structure, rendered in a tree-like structure, which provides multiple selection option and custom…
Dropdown Tree with Bootstrap and jQuery, Easy implementation Read More »