<?php $image = “glass.jpg”; //Getting image name $img_name = pathinfo($image, PATHINFO_FILENAME); //Getting image extension $img_ext = pathinfo($image, PATHINFO_EXTENSION); ?>
Read MoreSpread Your Knowledge
<?php $image = “glass.jpg”; //Getting image name $img_name = pathinfo($image, PATHINFO_FILENAME); //Getting image extension $img_ext = pathinfo($image, PATHINFO_EXTENSION); ?>
Read More