Hello,
I am trying to get the url for a certain page that I will allow comments on. I don't wanna have to enter a new database structure insert for each page, so I'd atleast like to make it randomly get the part of the page the database will be named after.
So if I use $_SERVER['php_self'] then It displays.
/port/modules/fullsize/90242.jpg.php
I would like it to leave off everything BUT the 90242 part of the url, any suggestions?