Jump to content

paginator with advance search.


ask9

Recommended Posts

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

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.