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 Riverofrhyme

  1. boa8888 liked Riverofrhyme's post in the thread Cleaning Up SQL Injection Attack : b.js & preventing SQL Injection.

    Try using this: function secure($string) { $string = strip_tags($string); $string = htmlspecialchars($string); $string =...

    Jul 28, 2009
  2. exodus liked Riverofrhyme's post in the thread PHP form numbers validation.

    is_int That's what you're looking for. To do a range check just do something like: if($number > 12 && $number < 16){ } else { }

    Mar 7, 2009