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
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
Post a Comment