Eviction Banners |
|
Copy the
code in the boxes below to post any of these banners on your Myspace
profile, blog, or any other website. |
|
Chanelle - Laura - eviction |
include ('userurls.php');
//echo count($name);
$nomname = $name;
//print_r($nomname);
for ($i = 0; $i < count($nomname); $i++) {
if (is_array($nomname)) {
$name = $nomname[$i];
}
//echo $nomname[0];
//for every array member - new row
foreach( $imgarrev as $user=>$hms )
{
//echo $name;
//foreach($imgarrev[$user] as $hm=>$url ) {
//if ($hm==$name) {
if (array_key_exists($name, $imgarrev[$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 '
|
|
';
?>
|
|
|
|
|
|