What is Object Oriented Programming in PHP ?
Object Oriented programming is faster and easier to execute. From PHP5, you can also write PHP code in an object-oriented style.
PHP What is OOP?
OOP stands for Object-Oriented Programming.
Object Oriented programming is faster and easier to execute. From PHP5, you can also write PHP code in an object-oriented style.
OOP stands for Object-Oriented Programming.
A file explorer, specially designed for showcasing image files will be a cool addition to your PHP web application when you are handling images.
Imagine an image file explorer built in PHP with options to options to browse files in icon, list and detailed view. That is what we are going to see and build in this article.
Having feature to explore image files with different modes of display will enrich your web applications. Image gallery is a popular choice but if it comes added with other views, it will be a definite win for the users.
Read More »How to Create Custom Image File Explorer in PHP
File-explore.js is a minimal jQuery folder tree/file explorer plugin used to convert nested unordered lists into a hierarchical tree that is both expandable and collapsible.… Read More »jQuery Plugin For Folding Tree Structure – file -explore.js
explr-js is a jQuery plugin that converts nested html lists into a File Explorer-like hierarchical tree with smooth animation and custom icons support. How to… Read More »File Explorer-like Tree View Plugin For jQuery – explr-js
In this tutorial, we are going to see how to upload multiple files using PHP. I am using “Fine Uploader” a JavaScript, open source and… Read More »How to Upload Multiple Files Using PHP ?