Comments - PHP query is not working.

3 years, 4 months ago Daniel Black

Try to keep using consistent case with column names so use the mixed case for CatalogNumber. Check the php error log to see if something occurred in the query being in error rather than the result set.

Your multiple side database with multiple columns for MatrixCode looks odd as this is normally done in multiple tables with JOINs. Relook at the structure if the SQL you are writing is seeming abnormally complex.

 
3 years, 3 months ago Samuel MacDonald

Thank You I did solve the issue and changed all the case to lower, which just helps in being organized. Thank You Again!

 
Content reproduced on this site is the property of its respective owners, and this content is not reviewed in advance by MariaDB. The views, information and opinions expressed by this content do not necessarily represent those of MariaDB or any other party.