Hello, I am relativley new to php programming. I am programming an oscommerce website and one of the add-ons is requiring me to run an SQL query. Which I do not know how to do. What it is telling me to do " execute the following SQL script to create the necessary tables and configuration files: article_manager_sql.sql" How do I do this? Thank you Chisholm
you should have a database first.. execute the "article_manager_sql.sql" in the phpmyadmin to create a new schema.. the oscommerce by default requires that
get into phpmyadmin and click import and choose article_manager_sql.sql or open article_manager_sql.sql with notedpad copy the contents and adaptate those queries for a php page and execute it