RE: Is it possible?
Johnson <[email protected]> 13 Sep 2003 04:36:40 -0000
| Newsgroups | gmane.comp.web.oscommerce.installation |
|---|---|
| Message-ID | <462e80b5f76d6d6bb41e92e4fc097219@osCommerce-Forums> |
This message was sent from: Installation and Configuration
http://forums.oscommerce.com/viewtopic.php?p=228758#228758
----------------------------------------------------------------
In categories.php you should have, amongst other things, something like the following (with your mod):
[code] $sql_data_array = array('products_name' => tep_db_prepare_input($HTTP_POST_VARS['products_name'][$language_id]),
'products_description' => tep_db_prepare_input($HTTP_POST_VARS['products_description'][$language_id]),
'more_info' => tep_db_prepare_input($HTTP_POST_VARS['more_info'][$language_id]),
'products_url' => tep_db_prepare_input($HTTP_POST_VARS['products_url'][$language_id])); [/code]
Make sure that more_info is in all the select and insert queries[/code]