http - PHP - Get string from URL -


by having url this: mysite.com/subfolder/helloworld - possible read "helloworld" within php page?

i use string part load content.

end( explode( '/', $_server['request_uri'] ) ) 

without end() call give parts of url


Comments