Advertisement
adam-prescott

Untitled

Feb 12th, 2012
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. <?php $result2 = doQuery2("SELECT `order_option`.`value` as option_value, `order_option`.`name` as option_name, `order_option`.`order_id` FROM  `order_option` WHERE `order_option`.`order_id`  = '%s'", $OrderID) or die(mysql_error());  
  2. $row2 = mysql_fetch_array( $result2 );
  3. ?>
  4.  
  5.  
  6. <span class="editable"><small><?php echo $row2['option_name']; ?> - <?php echo $row2['option_value']; ?></small></span>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement