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 Krownet

  1. nico_swd liked Krownet's post in the thread Checkbox Delete (MySQL).

    Oh.. woops. if (is_array($_POST['email'])) { mysql_query("DELETE FROM mails WHERE mailid IN(". implode(', ', array_map('intval',...

    Dec 14, 2006
  2. bobby9101 liked Krownet's post in the thread Checkbox Delete (MySQL).

    If you want to do it that way, it should look more like this: if (isset($_POST['email'])) { foreach($_POST['email'] as $key =>...

    Dec 14, 2006