PDA

View Full Version : :?


stoplightt
August 23rd, 2008, 02:47 PM
how would i make 4 rows in a cms, when it is only meant to echo 1 row?

i think its called a td, or tr?

:?

feel free to IM me on aim if you want too.

xwtfadamx

SlickEddie
August 23rd, 2008, 02:56 PM
please elaborate...

for/while loop to iterate through rows at the php level

and for presentation level

you can do <div></div> or <table><tr><td></td></tr></table>

Priya
August 23rd, 2008, 03:25 PM
I think you need to edit the config file, ummm yeah .

stoplightt
August 23rd, 2008, 03:41 PM
I think you need to edit the config file, ummm yeah .


it has nothing to do with that.

its just like, for it to show up

<? echo '<img src="'.$row[code].'">'; ?>

i use that to make them show up

but it just repeats itt like 4 times