PDA

View Full Version : Search String?


burrelly
11-16-2004, 01:48 AM
I am writing a program to use with my forums and i was wondering what string i would use for the search.

I want the string to search all forums that can be accessed.

say i want to search for "test"

the command would be http://www.mysite.com/search.php? then what?

burrelly
11-16-2004, 08:04 PM
any one?

Andreas
11-16-2004, 08:12 PM
Basically it should be search.php?do=process&query=foobar

burrelly
11-16-2004, 08:43 PM
works great thanks :)