Dynamic Page PHP Help

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • braich
    New Member
    • Jul 2007
    • 1

    Dynamic Page PHP Help

    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
  • mwasif
    Recognized Expert Contributor
    • Jul 2006
    • 802

    #2
    Check out aspell library.

    Comment

    Working...