????

Your IP : 216.73.216.174


Current Path : /home2/morganrand/www/store/
Upload File :
Current File : /home2/morganrand/www/store/ajax_data.php

<?php
require('includes/application_top.php');

$values = tep_db_query("select * from " . TABLE_PRODUCTS_OPTIONS_VALUES . "");
$values_pr = tep_db_fetch_array($values);
	
	while( $values_pr = tep_db_fetch_array($values)){
		echo json_encode($values_pr);
	}
require(DIR_WS_INCLUDES . 'application_bottom.php');
?>