I am explaining you, If you want to get image file size in php so you can easily get using filesize() in PHP. if you want to get image size then we can find it. It will return size on bytes. Example: Azhar ShaikhHello, Welcome to webdeveloperindia.in. I am a full-stack web developer. Email – […]
Month: February 2022
How to remove duplicate values from Array in PHP?
I am explaining you, how to remove duplicate values from Array in PHP. it is simple to delete duplicate values from an PHP Array.PHP provide pre-define function array_unique that can remove duplicate values from Array. with the use of pre-define function array_unique() we can get only unique value from array. Example: Result: Azhar ShaikhHello, Welcome […]
How to Export Mysql Database with use of Command Line in Ubuntu?
I am explaining you, how to export mysql database using command line in ubuntu. you can understand a concept of mysql export database via command line. When you have large size of database then you can not easily export from phpmyadmin. so you need to use mysql commands for it. so here I am writing […]
Create Directory If It Doesn’t Exist in PHP.
if you want to create folder if not exist. you can understand a concept of php create directory if not exists. I am giving you example of php code to create directory if not exists. I am explaining you, how to create directory if not exist php. In example, we will use is_dir() and mkdir() […]
How to Disable a Anchor Tag in HTML using css, jquery and javascript ?
you want to disable anchor tag in html using css, jquery and javascript. you will learn how to disable a tag in html. I am explaining you, how to disable anchor tag in html using css. let’s see example : Example 1 : I am explaining you, how to disable anchor tag in html using […]
jQuery Remove Last Element from an Array.
you want to remove last element from an array without any loop. you can remove last element from array without loop. I am explaining you, how to remove last element from an array. let’s see example : Result : Azhar ShaikhHello, Welcome to webdeveloperindia.in. I am a full-stack web developer. Email – [email protected] | Skype […]
jQuery Remove First Element from Array
you want to remove first element from an array without any loop. you can remove first element value from array without loop. I am explaining you, how to remove first element from an array. let’s see example : Result : Azhar ShaikhHello, Welcome to webdeveloperindia.in. I am a full-stack web developer. Email – [email protected] | […]
PHP Subtract seconds from datetime
If you want to subtract seconds from datetime in php. I am explaining you simply step by step how to subtract seconds from current time with PHP. you can understand a concept of how to subtract seconds from time in php. let’s see example about how to subtract seconds from time in php.Here, I created […]