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 Kyosys

  1. petershaman liked Kyosys's post in the thread Trouble with chmod after upload.

    <?php /** * Menu-callback for JavaScript-based uploads. */ function yui_editor_image_upload() { header("content-type: text/html"); //...

    Oct 15, 2009
  2. premiumscripts liked Kyosys's post in the thread detect iframe.

    There are also some anti-clickjacking headers which prevent frames. It's not that well supported, but it's better than nothing:...

    Aug 21, 2009
  3. iluvm liked Kyosys's post in the thread PHP code fault.

    at the very end $sql="SELECT...

    Nov 5, 2008
  4. z80039 liked Kyosys's post in the thread Parse error: syntax error, unexpected $end ??.

    Well actually, you did end it, but you commented out the end.

    Oct 28, 2008
  5. ::Mike:: liked Kyosys's post in the thread Seporating String contents.

    $strings = explode("-","whatever-whatever");

    Oct 25, 2008
  6. baris22 liked Kyosys's post in the thread how can i use a function in php.

    <?=safename($item[title])?>.

    Oct 25, 2008
  7. Fl1p liked Kyosys's post in the thread Grab a Piece of code/text from Youtube.

    look into fsockopen/fopen/curl/file_get_contents (<- this is the easiest solution) and then preg_match or maybe strpos to get the value

    Oct 24, 2008
  8. Daniel591992 liked Kyosys's post in the thread PHP Include and Different Folders.

    that's right. The problem is that you have relied on register globals, which are turned off in your enviroment (which is a good things)...

    Oct 22, 2008
  9. lruneh liked Kyosys's post in the thread How to limmit the times a loop is repeated..

    $i = 1; foreach() { if($i >= 10) break; $i++; }

    Oct 22, 2008