PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!
i would like to make a search module that should display the following:
cat_name(category name)
pd_name(product_name)
but i find it hard on query for 2 tables. when a client types either in the textbox a product or category it should display something. anyone has ideas about this?