Likes Received By XDMCoder

  1. iitob liked XDMCoder's post in the thread Looking for a job. XHTML/CSS, PHP/MySQL, JavaScript/AJAX/jQuery.

    Hi everyone. I'm 2+ years experienced programmer in PHP/MySQL (OOP PHP). Good knowledge of JavaScript/AJAX/jQuery. Can convert PSD to...

    Sep 10, 2009
  2. mark1 liked XDMCoder's post in the thread Run Javascript Once.

    <?php if(!isset($_COOKIE['coockieName'])) { $expire=time()+60*60*24; setcookie("coockieName", "value", $expire); echo "<script...

    Aug 2, 2009
  3. informationHell liked XDMCoder's post in the thread Adding Simple User Referral System to a Script.

    After verifying email address: $con = mysql_connect("localhost","qwerty","qwerty"); mysql_select_db("yourDB", $con); $numOfRef=0;...

    Aug 1, 2009