Hello, im new here
Ive got a bit of a problem, I have set my website into a layout which is made from php, it has a header, menuright, menuleft, content and footer pages which are linked together using my index.php page. Basically I have a search form in my left menu page, and I want the results to appear in the content part of my page (page2.php)
The search function is working correctly but im trying to put my results onto the content page (page2.php), so I thought this code at the top of my form would work:
<form name="search" method="post" action="page2.php">
But this takes puts the page2.php page into a new page, instead of inserting the results into the page2.php on my main page.
here is the link to my site
Hope this makes sense and hopefully someone can help me.
Thanks,