| NamePros Member Name: Joseph Slabaugh Location: Ohio Join Date: Aug 2004
Posts: 133
NP$: 107.00 ( Donate)
| OK how would I make a cell phone page with the new Adsense for Mobile? PHP Code: <?php
$GLOBALS['google']['ad_type']='text';
$GLOBALS['google']['channel']='0063768877';
$GLOBALS['google']['client']='pub-4754215794793251';
$GLOBALS['google']['format']='mobile_single';
$GLOBALS['google']['https']=$_SERVER['HTTPS'];
$GLOBALS['google']['host']=$_SERVER['HTTP_HOST'];
$GLOBALS['google']['ip']=$_SERVER['REMOTE_ADDR'];
$GLOBALS['google']['markup']='xhtml';
$GLOBALS['google']['output']='xhtml';
$GLOBALS['google']['ref']=$_SERVER['HTTP_REFERER'];
$GLOBALS['google']['url']=$_SERVER['HTTP_HOST'] . $_SERVER['REQUEST_URI'];
$GLOBALS['google']['useragent']=$_SERVER['HTTP_USER_AGENT'];
require('http://pagead2.googlesyndication.com/pagead/show_ads.php');
?> |