in reply to foreach and lists
See Exploits of a Mom.$query = $dbh->prepare('INSERT INTO products_attributes (products_id, +options_id, options_values_id, options_values_price, price_prefix, pr +oducts_options_sort_order) VALUES (?, ?, ?, ?, ?, ?)'); $query->execute($products_id, $options_id, $options_values_id, $option +s_values_price, $price_prefix, $products_options_sort_order) or exit +1;
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: foreach and lists
by hippo (Archbishop) on Mar 14, 2013 at 12:35 UTC | |
by almoodie (Initiate) on Mar 14, 2013 at 14:51 UTC |