I want to ask about PHP and MySQL. I have 2 page of php, let’s called it content.php and duplicate.php. At content php, there’s a searching form and a table for form search result.
What I want to ask is: can I make table result at content.php duplicate to duplicate.php (just the table, without the form)? What I’m thinking now is using session, but I don’t think that is better way to solve my problem. Or if it is the best way, what content that I must keep at session? query? Or what?
sorry for my bad English
use the my_content session to echo that content in duplicate.php. hope that helps you….depend on what you want to do. if you just want to make it in one page, use Kolink comment.