nopaste
Home
All pastes
Popular pastes
Recent pastes
Step2
By: Xmoo | Date: Mar 24 2009 12:59 | Format: PHP | Expires: never | Size: 355 B | Hits: 1053
Edit & repaste
|
raw paste
|
Request removal
<?php
$result
=
mysql_query
(
'SELECT id, cat FROM grupo_cat_links'
)
;
$cats
=
array
(
)
;
while
(
$row
=
mysql_fetch_assoc
(
$result
)
)
{
$row
[
'items'
]
=
array
(
)
;
$cats
[
$row
[
'id'
]
]
=
$row
;
}
$result
=
mysql_query
(
'SELECT id, lg, catlinks, name, link FROM grupo_links'
)
;
while
(
$row
=
mysql_fetch_assoc
(
$result
)
)
{
$cats
[
$row
[
'id'
]
]
[
'items'
]
[
]
=
$row
;
}
?>
Latest pastes
Undefined
16 days ago
Undefined
2 months ago
Spotify uri's
17 months ago
Undefined
19 months ago
Undefined
23 months ago