hi guyz,
pls i need somebody to show/tell me how to write a site search script(PHP of course) that is not database oriented.
thanks
Printable View
hi guyz,
pls i need somebody to show/tell me how to write a site search script(PHP of course) that is not database oriented.
thanks
look at the Google API then you can use their Web Services to access google search
Alternatively, learn how to work with a database.
i know rent a coder(but my problem is that i'm not looking into spending on it).Quote:
Originally Posted by visualAd
i'm looking into thatQuote:
Originally Posted by john tindell
yeah, i know i could do it through db, but i just want to see if there some other way that could work a non database related website.Quote:
Originally Posted by penagate
You would need somewhere to store the results, and page information, although it is possible to read each file (via HTTP) and search that it would be a complete waste of time. If you don't want or can't use a database i would suggest googles API.Quote:
Originally Posted by modpluz