Is there a way to check if a table exists before running code?
I have a handful of pages in a site that all have the same table on them (same table id). I'd like to have my include file run a function on the table if it exists on the page being loaded. If not, the function should stop. Is there a way to achieve this?
I have a handful of pages in a site that all have the same table on them (same table id). I'd like to have my include file run a function on the table if it exists on the page being loaded. If not, the function should stop. Is there a way to achieve this?