Its Possible Or Not.
Example.
Url =http://some.com/ab/cd/ef/file.mp4
But i want 2 show 'cd' directory
Any code/idea for this
$somthing = somthing code
echo $something;
Then its output like :
cd
Example.
Url =http://some.com/ab/cd/ef/file.mp4
But i want 2 show 'cd' directory
Any code/idea for this
$somthing = somthing code
echo $something;
Then its output like :
cd
Comment