PDA

View Full Version : Temp Import Table Name?


PriceTrim
6-15-05, 02:09 PM
I am trying to figuire out this string right here in a script I am working on.


$db_table = ""; // Temp import table name

please let me know if you know what this is or where it can be found, the script is for OsCommerce, but it runs outside of OsCommerce as a seperate script thats simply writes to the database during mass uploads....

coldhead
6-15-05, 07:54 PM
needs you to decide on a temp table name, try...

$db_table = "Temptable"; // Temp import table name