shumbora Posted February 10, 2007 Share Posted February 10, 2007 Hello all. I am the noobi admin of EasyFileSearch.com. Anyway if you could take a look @ it, it’ll help you understand my issue. I know it’s not the best looking or the most interactive page out there but it gets the job done. However I would like to have my home page and a search page separately but I still would like to have the ability to initiate the search from the home page. I don’t want to just link to a search page. In other words I don’t want that <iframe> on the home page but I would like to keep the search bar with the tabs and once a search is initiated it would load the search page with the results along with the search criteria as well . my problem is that I have no idea where to start. Any suggestions will be greatly appreciated. Quote Link to comment https://forums.phpfreaks.com/topic/37857-can-this-be-achieved/ Share on other sites More sharing options...
spfoonnewb Posted February 10, 2007 Share Posted February 10, 2007 Maybe use includes? <?php include("Search.php"); ?> Quote Link to comment https://forums.phpfreaks.com/topic/37857-can-this-be-achieved/#findComment-181216 Share on other sites More sharing options...
shumbora Posted February 10, 2007 Author Share Posted February 10, 2007 Maybe use includes? <?php include("Search.php"); ?> i am truly sorry but i have no idea what that means. , i really meant it when i said i was a noob Quote Link to comment https://forums.phpfreaks.com/topic/37857-can-this-be-achieved/#findComment-181228 Share on other sites More sharing options...
The_Assistant Posted February 10, 2007 Share Posted February 10, 2007 you could use a form on your home page <form action="search.php" method="POST"> Search String: <input type="text" name="search" value="<I>Type search here...</I>"> <input type="Submit" value="search"> </form> Quote Link to comment https://forums.phpfreaks.com/topic/37857-can-this-be-achieved/#findComment-181230 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.