This is a discussion on Database Query of table article_description not working within the osCMax v2 Customization/Mods forums, part of the osCMax v2.0 Forums category; I have added an extra field to the article_description table in phpmyadmin, now i can store information in this database ...
| |||||||
| Register | FAQ | Donate | Members List | Calendar | Mark Forums Read |
|
#1
| ||||
| ||||
| I have added an extra field to the article_description table in phpmyadmin, now i can store information in this database and use it in the admin section but i cant seem to ouput the data in the meta_tags.php page. My database query is Code: $mt_articlecat_query = tep_db_query("select articlecat_name, articlecat_viewed, meta_tags from " . TABLE_ARTICLECAT_DESCRIPTION . " where articlecat_id = '" . (int)$current_articlecat_id . "' and language_id = '" . (int)$languages_id . "'");
$mt_articlecat = tep_db_fetch_array($mt_articlecat_query);
My field names are slightly different than the oscmax default. Thanks for any help you may be able to give sean |
![]() |
| Thread Tools | |
| |
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| HELP Hear About Us mod database table not defined | Huski | osCommerce 2.2 Discussion | 7 | 06-30-2009 03:59 AM |
| Table rate shipping not working | lilmama | Table Rate | 8 | 09-30-2008 07:45 PM |
| Table Rate Installed, Not Working | ScaleCreep | Table Rate | 2 | 06-10-2008 10:58 AM |
| Create database table phpAdmin | Detritus | osCMax v2 Installation issues | 2 | 04-04-2008 10:53 AM |
| Table Rate not working | mulan352 | Table Rate | 0 | 03-28-2008 07:08 AM |