Use ajax to filter mysql result and don't show some columns

http://hibbard.eu/use-ajax-to-filter-mysql-results-set/

I created my script using the above tutorial. It works fine but I want to do more than that. It shows every column present in the database and I don’t want this. Is there any way to assign variable to every column?

You should not use SELECT * in a live database call - you should always specify the specific columns you need in place of the *

This topic was automatically closed 91 days after the last reply. New replies are no longer allowed.