portalpie Posted September 28, 2008 Share Posted September 28, 2008 Hello, I am still new to building sites using PHP and MySQL but I have done a few where I have had all of the page content in the database so I have a bit of experience to build on. I soon have to build a site where they want all of the pages to be searchable. I was wondering what things I should be considering in my database design and probably php coding before I get started on this one. If you have to build a site that needs to be searchable what do you consider? I am building everything from scratch without an established framework of any kind. Thanks Link to comment https://forums.phpfreaks.com/topic/126147-full-site-search-prepatory-considerations/ Share on other sites More sharing options...
joliocesar Posted September 29, 2008 Share Posted September 29, 2008 hey ... "select * form table where title like '%$title%'"; check this code .. i don't know i understand your problem truly ! but i hope i can help you ... Link to comment https://forums.phpfreaks.com/topic/126147-full-site-search-prepatory-considerations/#findComment-652932 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.