Answers for "get image name from url php"

PHP
1

get file name from url in php

// Get Opened Script Page Name
        $pagename = basename($_SERVER['REQUEST_URI'], '?' . $_SERVER['QUERY_STRING']);
Posted by: Guest on November-08-2021
0

how to get file name in upload images in php

php is a server side language and it work to crate and rewad mean curd
Posted by: Guest on March-25-2022

Browse Popular Code Answers by Language