Technology, Web & Business Forum

You are here: Technology, Web & Business Forum : Web Development : Programming : outputting data in the correct place


Welcome to the Technology, Web & Business Forum forums.

You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so please, join our community today!

If you have any problems with the registration process or your account login, please contact contact us.


Programming Discuss programming languages such as .NET, PHP, PERL, ASP, ColdFusion, C++


Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 01-31-2009
Junior Member
 
Join Date: Jan 2009
Posts: 3
Default outputting data in the correct place

Hi

i am trying to output data the way i want but just cant get it to go in the right place. The code i have used is:

for($i=$n_start;$i<=$n_end;$i++)
{

echo "<img src='{$products[$i]['phonepic']}' width='100' height='100'>";
echo "<tr>{$products[$i]['modelNum']}</tr>";
echo "<tr>{$products[$i]['price']}</tr>";
echo "<tr><input type='text'
name='item{$products[$i]['stockID']}' value='0'
size='5'></tr>";

}

As you can see the data is output for each item until the loop ends. For each item the data is output correct. However when the data for the next item is output, the next item is output below the previous item. I want the data for the next item to be output on the right hand side of the previous item. How do i do this? Do i need to use a table or something because i cant see how it will work when using this loop??

Thanks.
Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


All times are GMT -5. The time now is 06:52 PM.