Hi everyone,
I was wondering if their is a way in PHP to take a full URL but in the background it is actually a PHP case.
Here's what I mean....
When a user clicks on a link that goes to /About-Us/Staff/NAME

I want the index file in Staff to detect that NAME and present it with a case...
For example /About-Us/Staff/Bob - the page is actully something like /About-Us/Staff/?name=Bob and than I would take Bob and use case "bob"..

If i need to use .htaccess than that would be ok but I just don't know how to do it.

Thanks In Advanced

Lookup mod_rewrites for Apache.

R.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.