displaying results vertically
am 21.11.2007 21:31:01 von ChrisHi hope someone can help I am trying to display a special offers page that I
want to display the results vertically down the page but it is displaying
horizontally and being cut off. I can resolve this by entering
several times before the "); but im not happy with this is there
another way I have never had a problem before but this has stumped me.
Thanks
function display_offers(){
global $id_link;
print ("
special offers please enter your details against the relevant offer below
and click submit
/>
");
$sql= "select * from offers where offer_status = 'y' ORDER BY offer_id
DESC";
$result = mysql_query($sql, $id_link);
if ($result){
while($row = mysql_fetch_array($result)){
print ("
");