ask9 Posted October 6, 2009 Share Posted October 6, 2009 Hello guys Where i can find a good tutorial or class of paginator with advanced search option. Similar this below, http://czone01.com/ztest/advance_option.jpg but not exactly, thanks in advance. Thanks in advance. Link to comment https://forums.phpfreaks.com/topic/176644-paginator-with-advance-search/ Share on other sites More sharing options...
RussellReal Posted October 6, 2009 Share Posted October 6, 2009 this is probably more suited for open source forums or freelance forums. Link to comment https://forums.phpfreaks.com/topic/176644-paginator-with-advance-search/#findComment-931309 Share on other sites More sharing options...
redarrow Posted October 6, 2009 Share Posted October 6, 2009 You only have to understand the way the database search for the information, then create a form to get that info that it done. don't see this a hard thing to do.. example select * from text where name LIKE '%redarrow&'"; look like up that all you need. $sql = mysql_query("SELECT * FROM table_name WHERE columnname LIKE value%"); post your form for god sake ill give it a bash FREE Link to comment https://forums.phpfreaks.com/topic/176644-paginator-with-advance-search/#findComment-931312 Share on other sites More sharing options...
redarrow Posted October 6, 2009 Share Posted October 6, 2009 jason, made this class it beautiful to paginate http://net.tutsplus.com/tutorials/php/how-to-paginate-data-with-php/ Link to comment https://forums.phpfreaks.com/topic/176644-paginator-with-advance-search/#findComment-931314 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.