• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Manually sending search criteria in PHP?

Namuna

Platinum Member
I'm sorry for posting this here, there's just no traffic over in the Sofware forums.

I just want to be able create a bookmark for a type of search in php.

For instance, here's the search page:
http://bitpimps.lixlink.com/pages/phpForum/search.php


Instead of always going to that search page to find all post in the passed 1 day in that search form...How do I find out the actual FORM code being sent so I can just create a Bookmark instead?

Thanks !!
 
What do you want to search for?

Try this

bitpimps.lixlink.com/pages/phpForum/search.php?search_forum=-1&search_time=0&search_cat=-1&sort_by=0&return_chars=200&search_keywords=pimp&search_terms=any&search_author=&search_fields=all&sort_dir=DESC&show_results=topics


And http:// and replace the keyword value with what you are serching for.
 
Back
Top