Jump to content

Recommended Posts

I have a question, why do you expect to be querying tables that might not exist? Do you have tables that get deleted? Once your application has been installed the tables it needs will exist and your code won't be in a position of querying a table that does not exist.

 

Your application should know what tables it uses and if you are doing something like dynamically creating tables to hold information that is the same type you already have a table for, don't create a separate table for it, use the existing table.

Link to comment
https://forums.phpfreaks.com/topic/144682-doesnt-exists/#findComment-759261
Share on other sites

I have a question, why do you expect to be querying tables that might not exist? Do you have tables that get deleted? Once your application has been installed the tables it needs will exist and your code won't be in a position of querying a table that does not exist.

 

Your application should know what tables it uses and if you are doing something like dynamically creating tables to hold information that is the same type you already have a table for, don't create a separate table for it, use the existing table.

 

 

Maybe he is a web host, and allows users one+ tables?

Link to comment
https://forums.phpfreaks.com/topic/144682-doesnt-exists/#findComment-759275
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • 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.