If this is your first visit, be sure to
check out the FAQ by clicking the
link above. You may have to register
before you can post: click the register link above to proceed. To start viewing messages,
select the forum that you want to visit from the selection below.
Try ADMOB or any others.... there are a few.... cant remember them.... if you look in blingywap v4 script there are still links to them..... for free its almost impossible to advertise mobile sites
PHP Code:
foreach ($_SERVER as $server => $value)
{
echo "$server is $value<br />";
}
Comment