Dear friends,
I have created one form to search the data from the database. the form is having four text button to get input for search. if the search criteria matches, it will display the results on next page.
But I want to print while giving the input data in form as well as I have to print the page with out showing the results of the those input.
I am using php and MySQL for back end. and java script using for window.print();
Please help me,