Hi :
I have a string like
http://testweb/StandardsBasedPractice/Protocols/
How can I get the sub string of 'Protocols'
Please email me
thankx
you can use explode() with '/' as differentiating feature inside the variable.
lookup the php documentation on php.net for further details on explode()