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 above URL, I would like to display the following
Possible Misspelled Words for Playstation are word1, word2, word3, word4 etc.
Is there a way to do it? Or could you point me to the right direction?
Thanks for your help.
Sukh
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 above URL, I would like to display the following
Possible Misspelled Words for Playstation are word1, word2, word3, word4 etc.
Is there a way to do it? Or could you point me to the right direction?
Thanks for your help.
Sukh
Comment