PROBLEM SPACING
Helo...any body concern about my problem
i want the code or any body can teach me how space data?
heres the code: i want to make a big space between description and quantity besides using "\n" what else are the posible code for it?
thank you....
CODE:
while ($items = mysql_fetch_array($results2)) {
extract($items);
echo "\n$DESCRIPTION $QUANTITY\n"; // display the description and the quantity
echo "<br>\n";
}
}
|