OK This is stressing me out...
OK This is stressing me out...
Out of context: Reply #2
- Started
- Last post
- 3 Responses
- atze1870
problems i quite easy to solve:
since php 4.2.1 you have to query $_POST["search_terms"] or $_GET["search_terms"] (depends on your form method, when having mixed form actions use $_REQUEST["search_terms"], which will query variables retrieved via get, post or sessions), the post and get variables are no "autoglobals" since that version.
i think that should solve your problems.