Re: [PHP] Items displayed left and right, help newman.

2003-07-01 Thread Jeff Harris
On Jul 2, 2003, "Mark Tehara" claimed that:

|Where should i start with the lodgic.  I'm trying to list a group of items
|
|
|Left: item one, Right: Item 2
|
|
|This is repeated
|
|I can only seem to get them to go str8 down not left then right.
|
|
|Any Ideas?
|
|/ Mark

Perhaps you want an html table?

Maybe using a counter of some sort to keep track of your   left
  right  ?

Perhaps you want to use to output left item, 20-strlen(left_item)
spaces, right item \n?

Perhaps to pull the values, your counter will increment by 2.
value[counter] on left, value[counter+1] on right?

Perhaps create the page in only html the way you want it to appear, then
look for patterns that can be created by looping through a logic structure
(like www.netfobs.org/dates.php)?

Jeff

-- 
Registered Linux user #304026.
"lynx -source http://jharris.rallycentral.us/jharris.asc | gpg --import"
Key fingerprint = 52FC 20BD 025A 8C13 5FC6  68C6 9CF9 46C2 B089 0FED
Responses to this message should conform to RFC 1855.



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



Re: [PHP] Items displayed left and right, help newman.

2003-07-01 Thread Mark Tehara
Dude, Can you not use something like

while 

and then add a for ($i=1 to ... lodgic...

(o;

- Original Message - 
From: "Mark Tehara" <[EMAIL PROTECTED]>
To: "PHP" <[EMAIL PROTECTED]>
Cc: "Philip J. Newman" <[EMAIL PROTECTED]>
Sent: Wednesday, July 02, 2003 3:56 PM
Subject: [PHP] Items displayed left and right, help newman.


Where should i start with the lodgic.  I'm trying to list a group of items


Left: item one, Right: Item 2


This is repeated

I can only seem to get them to go str8 down not left then right.


Any Ideas?

/ Mark


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php