[PHP] Re: Query Database and list in Columns

2001-11-02 Thread CC Zona

In article [EMAIL PROTECTED],
 [EMAIL PROTECTED] (Kacey A. Murphy) wrote:

 This is how the data shows
 
 TABLE
 |  DATA  |  BLANK COLUMN | BLANK COLUMN
 ---
 |  DATA |  BLANK COLUMN | BLANK COLUMN
 ---
 |  DATA|  BLANK COLUMN | BLANK COLUMN

Uh-huh.  But how about showing the section of *code* that's giving you that 
result?

-- 
CC

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




[PHP] Re: Query Database and list in Columns

2001-11-02 Thread Kacey A. Murphy

This is the repeat code using Dreamweaver and not understand PHP to much but
I think this is what you asked for

?php while (($Repeat1__numRows-- != 0)  (!$specials-EOF))
   {
?
font face=Verdana, Arial, Helvetica, sans-serif font
size=2
font color=#99 b
?php echo $specials-Fields(itm_title)?
/b/fontbr
img src=?php echo $specials-Fields(url_pic)? width=60
height=90
br
Only font color=#CC$
?php echo $specials-Fields(itm_price)?
/font /eachbr
font color=#009900
?php echo $specials-Fields(itm_quant)?
/font left in stockbr
/font/fontbr
?php
  $Repeat1__index++;
  $specials-MoveNext();
}
?



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]