1. Advertising
    y u no do it?

    Advertising (learn more)

    Advertise virtually anything here, with CPM banner ads, CPM email ads and CPC contextual links. You can target relevant areas of the site and show ads based on geographical location of the user if you wish.

    Starts at just $1 per CPM or $0.10 per CPC.

Likes Received By smatts9

  1. bogart liked smatts9's post in the thread How to limit number of rows in MySQL.

    Well you don't have to delete them if you don't want. When calling on the table just limit it to the latest 20 entries. If you want to...

    Dec 23, 2007
  2. bogart liked smatts9's post in the thread PHP - if URL is Homepage, then do this....

    you can try using: <? $homepage = "/index.php"; $currentpage = $_SERVER['REQUEST_URI']; if($homepage==$currentpage) { echo "links...

    Dec 12, 2007
  3. guerilla liked smatts9's post in the thread Using stored info, multiple numbers one column?...

    I have a mysql table full of items, and I have a field called "related". Each item has a unique id called id. I'm wondering what's the...

    Dec 9, 2007
  4. GTech liked smatts9's post in the thread Huckabee's fair tax and plan to abolish IRS?.

    What do you all think of Huckabee's plan to abolish the IRS, but in turn replace it with a fair tax? I'm not a big fan of the fair tax...

    Nov 30, 2007
  5. nico_swd liked smatts9's post in the thread Learn PHP fast?.

    Start searching the web for tutorials. You can goto Barnes & Noble and they have programming sections with many PHP & mySQL books that...

    Oct 3, 2007
  6. espmartin liked smatts9's post in the thread PHP - if URL is Homepage, then do this....

    does it echo index.php when you are on your homepage?

    Oct 2, 2007
  7. reuben0207 liked smatts9's post in the thread Help on WP theme....(sidebar).

    Goto your sidebar.php in the theme file and where the code is that includes the links put this: <? if (is_home()) { // put code to...

    Sep 7, 2007
  8. bluemouse2 liked smatts9's post in the thread simple question....

    Yes you can use just something like this: $REFERRER = $_POST['REFERRER']; if (strlen($REFERRER) > "8") { exit; } // continue script here.

    Feb 9, 2007
  9. creativegenies liked smatts9's post in the thread Help with re-sizing header in Wordpress.

    Your going to have to change up something in your stylesheet located at:...

    Jan 23, 2007
  10. delsia liked smatts9's post in the thread Learning php.

    Install XAMPP so you can run PHP / mySQL scripts on your local PC, and start plugging away at tutorials.

    Jan 14, 2007
  11. danielbruzual liked smatts9's post in the thread Selecting Specific Results or Filtering With PHP.

    Definitely filter as much as you can through the sql query.

    Sep 5, 2006