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 AsHinE

  1. offthedome liked AsHinE's post in the thread n00b PHP question:.

    I guess you are asking about toString() equivalent in php - it is __toString() function. class fwerk { private $hash;...

    Jul 2, 2010
  2. ColorWP.com liked AsHinE's post in the thread Help Me Decode This Highly Obfuscated PHP File.

    Replace eval with echo and run this code: you'll get...

    Jun 19, 2010
  3. MhW liked AsHinE's post in the thread Need help identifying a script.

    I guess it can be done with tooltip. Take a look here: http://plugins.learningjquery.com/cluetip/demo/ some of tooltips no not disappear...

    Nov 3, 2009
  4. tankard liked AsHinE's post in the thread How to Draw Sinusoids with PHP?.

    Try this :) <?php //create our image 1000*400 pixels $im = imagecreatetruecolor(1000, 400); // set white color $w =...

    Oct 28, 2009
  5. goy liked AsHinE's post in the thread How to make a call back script?.

    Something like this $links = file_get_contents("http://yourhost.com/links4site.html"); echo $links; And put html code of links in...

    Oct 21, 2009
  6. rudeturk liked AsHinE's post in the thread What am i doing wrong here? urgent.

    $url = "http://www.youtube.com/get_video?".$videoid."&t=".$vars; dots after $videoid and before $vars;

    Mar 19, 2008
  7. login liked AsHinE's post in the thread make links look like they go to my own site..

    Well. An example of .htaccess file RewriteEngine On RewriteBase /item/ RewriteCond %{REQUEST_FILENAME} !-f RewriteRule (.+?)/$...

    Mar 14, 2008
  8. okgaz liked AsHinE's post in the thread Find position in a MySQL database.

    If you know player's score (you can select it before anyway) - use a query like that SELECT count(*) FROM players WHERE score >=4...

    Feb 27, 2008