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 nabz245

  1. webrickco liked nabz245's post in the thread Making a query look like a directory.

    This is probably the easiest code to use (allows variables): Edit: Just to let you know, you need to create a .htaccess with the code...

    Sep 20, 2008
  2. tarponkeith liked nabz245's post in the thread Making a query look like a directory.

    This is probably the easiest code to use (allows variables): Edit: Just to let you know, you need to create a .htaccess with the code...

    Sep 20, 2008
  3. Masterful liked nabz245's post in the thread How Do You Get One Variable to Show in Place of Another if the First is Null?.

    I would have made it a set variable just so the code looks neater. But it shouldn't really matter. Your going to need the IF statement...

    Sep 6, 2008
  4. tua1 liked nabz245's post in the thread Warning: Cannot modify header information - headers already sent.

    That error is usually caused bt having an output before the header(); So... if you have an echo or any other html before the header();...

    May 20, 2008
  5. twistedspikes liked nabz245's post in the thread Converting links?.

    Use the following in your .htaccess RewriteEngine On RewriteRule ^LINK/(.*)\.html index.php?foo=$1 [L] This will redirect...

    May 12, 2008