Re: Success with admob.com publisher code
Yes admob.com ads actually works.... This is So Cool.
O.k if your interested in adding admob ads to your web/mobile site (and I know you should be).
This a very short tutorial:
1. Sign up for an account at admob.com under the publisher section.
2. After you have add you site to admob and have recieve your publisher code, copy the php curl code only, create a new notepad file, name it admob.txt and paste the php code into it. Also add ?> to the end of your code .
3. Include this into your site where you would want ads to be display (This is how I included it <?php include "/home/yourusername/public_html/admob.txt"; ?>.
4. For more information, read the information above the admob php publisher code generator.
Hope I have been helpfull. Note that this is not a complete tutorial.