Hi, Kindly let me know the database table name where the product name is saved. thanks
S sikandar Member May 3, 2019 #1 Hi, Kindly let me know the database table name where the product name is saved. thanks
ahmadtalal0786 Member May 4, 2019 #2 sikandar said: Hi, Kindly let me know the database table name where the product name is saved. thanks Click to expand... Hey, You can run this basic sql query in the phpmyadmin if you have access, if now then run it in php file and echo the result. sql query: SELECT * FROM sys.tables WHERE title LIKE 'title of your any product' if will show you all the details.
sikandar said: Hi, Kindly let me know the database table name where the product name is saved. thanks Click to expand... Hey, You can run this basic sql query in the phpmyadmin if you have access, if now then run it in php file and echo the result. sql query: SELECT * FROM sys.tables WHERE title LIKE 'title of your any product' if will show you all the details.