Hi All

I am new to PHP and have been reading few basic books on PHP. I am trying to create a dynamic page based on the keyword in the url.


Let’s say I have URL www.mydomain.co m/?ref=Playstatio n


I have learnt how I can get this Playstation keyword display on my page. But I want to get the keyword from URL and display possible misspelled keywords on the page.

So from the...