Banners |
|
Copy the
code in the boxes below to post any of these banners on your Myspace
profile, blog, or any other website. (Post your own
banners here
to contribute to this page) |
|
|
banners and codes |
|
include ('userurls.php');
//echo count($name);
for ($i = 0; $i < count($name); $i++) {
//for every array member - new row
foreach( $imgarr as $user=>$hms )
{
//foreach($imgarr[$user] as $hm=>$url ) {
//if ($hm==$name) {
if (array_key_exists($name, $imgarr[$user])) {
echo '
|
- Made by '.$user.'
|
HTML
Copy this code for Myspace, Bebo,
Friendster, Xanga, or any other website. |
BBCode
Copy this code for message
boards that use only BBCode. |
|
|
';
}
// }
}
} //for name
//end new rows
echo '
|
|
';
?>
|
|