Code: Select all
'model' => $result['model'],
and adding
Code: Select all
<?php echo $product['model']; ?>
I'm still getting "Undefined index: model", so there must be somewhere else to define the model variable.
Anyone know how to do this?
Code: Select all
'model' => $result['model'],
Code: Select all
<?php echo $product['model']; ?>
Users browsing this forum: No registered users and 14 guests