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 jestep

  1. WeedGrinch liked jestep's post in the thread Replace certain chars in a string based on sub_str location.

    Is it always the 3rd character? You can use 2 substr's and rejoin them with the new character. $string = "000000000000000000000";...

    Jul 16, 2009
  2. Laurentvw liked jestep's post in the thread mysql query "failing" after a transaction.

    mysql_query("SET AUTOCOMMIT=0") or die(mysql_error()); You never set AUTOCOMMIT back, so the last insert " crawl_ticket(box)...

    Jul 15, 2009
  3. krishmk liked jestep's post in the thread How to ouput the upcoming 6 months?.

    $date2 = time(); $month = date('F', $date2); $year = date ('Y', $date2); echo ("$month - $year"); $months = 6;...

    Jul 9, 2009
  4. Bohra liked jestep's post in the thread php framework.

    A framework is basically an organized pattern (usually the MVC pattern) to develop php sites and applications. They facilitate a system...

    Jul 2, 2009
  5. Bohra liked jestep's post in the thread $_SESSION variable from site not being passed to WordPress.

    Remove it from wp-config. You would most likely need to put it at the beginning of index.php, or in wp-blog-header.php. Also, this...

    Jun 27, 2009
  6. Isaaf liked jestep's post in the thread wt they ment by " Shipping Insurance " at ebay !.

    UPS and other carriers offer insurance on packages. It basically insures the value of the shipment from getting lost or broken. You...

    Jun 24, 2009
  7. Radz liked jestep's post in the thread Paypal Payment CHARGEBACK after 45 days ?.

    Long answer is that if they paid through Paypal with a credit card, they have up to 180 days. So it is possible, but becomes more...

    Jun 22, 2009
  8. Feizar liked jestep's post in the thread Using Google Checkout with money from PayPal.

    If it's available for you, you can use the Paypal debit card, and add it to your GCO account. This would be an instantaneous way to use...

    Jun 18, 2009
  9. adacprogramming liked jestep's post in the thread Translate this hackers code.

    $ch = curl_init(); curl_setopt($ch, CURLOPT_URL,...

    Jun 10, 2009
  10. zuly liked jestep's post in the thread backup hosting for a site, how?.

    If you can figure out how to keep the files and database in sync, you can do a simple DNS failover setup. Basically you have 2...

    Jun 6, 2009
  11. jhn2001 liked jestep's post in the thread PayPal - Credit Card Company Files Dispute.

    Yes. The person files a chargeback against paypal and they create a claim immediately. The way a chargeback works, the issuing bank...

    May 28, 2009
  12. sultanofseo liked jestep's post in the thread Why no Paypal in Pakistan?.

    This was briefly discussed here: http://forums.digitalpoint.com/showthread.php?t=1302166

    May 26, 2009
  13. phyza liked jestep's post in the thread Why no Paypal in Pakistan?.

    This was briefly discussed here: http://forums.digitalpoint.com/showthread.php?t=1302166

    May 26, 2009
  14. kiteguy123 liked jestep's post in the thread Need Help With Teasers.

    Can you post the code for the teasers section of the template? There are probably 50 ways to do this, so it's hard to figure out how...

    May 25, 2009
  15. aaron_nimocks liked jestep's post in the thread How to select a DISTINCT.

    A GROUP BY clause will filter to only one result per user. Something like this: mysql_query("SELECT * FROM scores WHERE examid =...

    May 25, 2009
  16. edual200 liked jestep's post in the thread arranging words in that are in 1 column, possible?.

    If they all have a middle name, you can split the string into three parts. While looping through the results. while($array =...

    May 20, 2009
  17. mokimofiki liked jestep's post in the thread Is there a more consolidated way to code this?.

    if ($row['experience'] >= 0 <= 19) { $level = 1; } else if ($row['experience'] >= 20 <= 39) { $level = 2; } else if...

    May 19, 2009
  18. Bohra liked jestep's post in the thread DNS Management.

    http://www.dnsmadeeasy.com/ is one that I use. It's not free but is a very good and reliable service. There's probably several 3rd party...

    May 19, 2009
  19. cchetanonline liked jestep's post in the thread Why is my PayPal email address shown to my customers?.

    Go to profile -> Custom Payment Pages Make sure you select your custom profile and not the default one. Also, you may need a business...

    May 7, 2009
  20. Digital_shubhi liked jestep's post in the thread New Paypal Account.

    It's possibly, but it is likely that the account will get a hold quickly.

    May 6, 2009