php - How to get url the same as page title -


i wonder whether can accomplish following?

i have dynamic webpage; url of page result of dynamic process. , looks mysite.com/cars/850#.rrptwxgg8

the metadata retrieved automatically , looks like

<meta name="title" content="cheap ford taurus in paris" /> 

how can make url like:

mysite.com/cars/cheap-ford-taurus-in-paris 

hey homes (homeslice),

i answered similar question looks relevant problem: do need generate new php file every virtual page created site member?


Comments

Popular posts from this blog

java - Jmockit String final length method mocking Issue -

What is the difference between data design and data model(ERD) -

ios - Can NSManagedObject conform to NSCoding -