Hi everyone, I've been puzzling over this, and can't seem to find the correct key words to do a search on google for answers.
Basically, how do i extract query string based on a "Directory" that a user types in the URL?
For example, if the user types in:
I want my php script to do a search for "PHP" and "Editor"
Another example:
URL: Result: Php script searches for "GOOD UTILITIES"
and hopefully i'd be able to add even more functionality where if i precede the text argument by symbols
other ideas are for example,
URL: would tell the php script to list details of user called "userjohn"
URL: would tell the script to list all new users created after the date 2003/12/05 etc...
Thanks!
Any help would be much appreciated!
Basically, how do i extract query string based on a "Directory" that a user types in the URL?
For example, if the user types in:
I want my php script to do a search for "PHP" and "Editor"
Another example:
URL: Result: Php script searches for "GOOD UTILITIES"
and hopefully i'd be able to add even more functionality where if i precede the text argument by symbols
other ideas are for example,
URL: would tell the php script to list details of user called "userjohn"
URL: would tell the script to list all new users created after the date 2003/12/05 etc...
Thanks!
Any help would be much appreciated!