|
|
|
| ||||||||||||||||||||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
Multi Columns - Help!
http://codewalkers.com/tutorials.php?show=15&page=4
This is -exactly- what I've been looking for! However, it has a rather odd behavior when I use it more than once on the same page... http://www.grungepuppy.com/?e=links As you can see, I cut up my links into four categories. To do this I use the line select * from links where category = 'SOME_CATEGORY_HERE' order by name in the $query variable. However, as you can see, instead of outputing a different set of links for each chunk, it repeats the first chunk over and over. I'm kind of puzzled. Any solutions? Thank you! |
|
#2
|
|||
|
|||
|
RE: Multi Columns - Help!
ok, I may know whats wrong, ot I could be totally off. Try this. For each result set rename the variable,. i am thinking that when it keeps going like that you are overwriting your variable you stroed the result in so you are only getting the results of the last call. Thats is my theiry.
|
|
#3
|
|||
|
|||
|
RE: Multi Columns - Help!
That worked! Thanks!
|
![]() |
| Viewing: Codewalkers Forums > PHP Related > PHP Coding > Multi Columns - Help! |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|
|