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 Technoslab

  1. HungryMinds liked Technoslab's post in the thread Need help with preg_replace.

    $query = "id, pic=>img, detail=>a, dt=>h, type, active"; $query = preg_replace("@=>[a-z]*@","",$query); echo $query;

    Aug 27, 2011
  2. Fl1p liked Technoslab's post in the thread Unzip and Rename Files.

    Try this: function unzip_rename($file){ if(is_file($file) && extension_loaded('zip')){ $z = new ZipArchive;...

    Aug 19, 2011
  3. j_o liked Technoslab's post in the thread Working with array results.

    Maybe try this: $content = str_replace(array('<h2>','</h2>'),array('',''),$content); For case insensitive replacement, try...

    Aug 16, 2011