$result = $object->selectContent("01","02") ;
while ($row = mysql_fetch_array($result)) {
echo $row[2];
}
?>
$result = $object->selectContent("06","01") ;
while ($row = mysql_fetch_array($result)) {
echo $row[2];
}
?>
Copyright © 2048 SoluTex Company.