i write query for take from the database
now i want that this information will be not in rows but in table
as i know its needed to be "printf" function but its dont help me
can please somebody write me full code for extracting data to 1 row?
i mean
printf (" some table*")
while ($abc == mysql_fetch_array($result));
how to write it right?
red wolf is offline Reply With Quote