explain about arrays please.
Posted: Sun Sep 16, 2007 2:43 am
If I get my result array:
and I need list results like:
<a hred=#id>#name</a>
How should I do it ?
It's not the firt time when I'm having this problem.
Code: Select all
Array
(
[0] => Array
(
[id] => 1
[name] => pirma kategorija
)
[1] => Array
(
[id] => 2
[name] => antra kategorija
)
)<a hred=#id>#name</a>
How should I do it ?
It's not the firt time when I'm having this problem.