Hi,
I am new to php code. i have one search form in welcome.php. results will be displayed in anotherpage search.php. after displaying the reusult when i reload the page it is submitting the form again and then i am getting php syntax errors. how to stop this one.
and in the same search page some check boxes are there when i click on the check box. based on the condition it will display the results on the same search page search.php and replacing the old search results. how to do this one without reloading the page. If page is reloading the form in welcome.php is submitting and getting errors. please help me over come this.