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. blog8491 liked jestep's post in the thread Quesiton about paypal accounts.

    AOL in the US only uses a handful of IP addresses. There could be a million paypal users accessing from the same IP at any time. As...

    May 4, 2009
  2. geekology liked jestep's post in the thread How can I replace my email id on top of PayPal's sales page?.

    You need to have a business account, and you can change the text/logo on the checkout and confirmation pages. It's located under...

    Apr 27, 2009
  3. narci liked jestep's post in the thread Which best database.

    How big do you expect the site to get to? What type of hardware are you hosting on, Platform, CPU's, RAM, etc...? MySQL may not be a...

    Apr 24, 2009
  4. Digital_shubhi liked jestep's post in the thread Can I remove PayPal withdrawal limits using debit card?.

    Is your debit card a Visa or Mastercard debit card? If, so you can verify you account as if it were a credit card.

    Apr 16, 2009
  5. lifeplayer liked jestep's post in the thread Can I remove PayPal withdrawal limits using debit card?.

    Is your debit card a Visa or Mastercard debit card? If, so you can verify you account as if it were a credit card.

    Apr 16, 2009
  6. jacobbannier liked jestep's post in the thread Using $_SERVER['REQUEST-URI'].

    This should be the fastest way to check. There are other function like preg_match but strpos is the fastest....

    Apr 2, 2009
  7. Clive liked jestep's post in the thread How can i change my account type ??.

    You are allowed to have one personal and one business account, no more than 2 total. If you need to downgrade, login to your account,...

    Apr 2, 2009
  8. phyza liked jestep's post in the thread Moneybookers and USA.

    No. Moneybookers is not available to US citizens. Moneybookers violates a bunch of anti-gambling / anti-money laundering regulations and...

    Mar 31, 2009
  9. Sprouter liked jestep's post in the thread Redirecting All subdomains & pages to home page?.

    Put this in your .htaccess file in the root of the site: RedirectPermanent / http://www.mysite.com/ Also make sure you understand...

    Mar 27, 2009
  10. timallard liked jestep's post in the thread Best PHP Weather Script?.

    Yahoo has the best one I've played with, but I haven't tried more than three or four. http://developer.yahoo.com/weather/ Weather.com...

    Mar 26, 2009
  11. Grit. liked jestep's post in the thread Help... i'm a little rusty again :S.

    What error are you getting? Put: error_reporting(E_ALL); as the first line of php code...

    Mar 25, 2009
  12. lordadel liked jestep's post in the thread remove member using x email.

    If you can get them into a spreadsheet, you can use the concatenate command to create a list of queries to remove the addresses....

    Mar 19, 2009
  13. thuankkk liked jestep's post in the thread MySQL IN AND INDEX :).

    If you are always selecting by these three criteria, I would use an index on all three columns. INDEX multi_index (firstname,...

    Feb 9, 2009
  14. nick2007 liked jestep's post in the thread What's difference a money order from a pesonal check?.

    A money order is a pre-funded paper payment. Assuming that it is legitimate, it is already guaranteed and usually cannot be canceled. A...

    Jan 27, 2009
  15. RovingCalypso liked jestep's post in the thread Getting MS Excel to work with PHP.

    You would need to write your own script to do it. Here's some places to get started: http://www.codeplex.com/PHPExcel...

    Jan 7, 2009
  16. SGBoise liked jestep's post in the thread Reformatting php code.

    You can use a text editor and find and replace to get the correct formatting. Dreamweaver has a good, multi-line find and replace...

    Dec 12, 2008
  17. twistedspikes liked jestep's post in the thread Query not working for some reason, any ideas?.

    Try this possibly: $query = " SELECT * FROM users WHERE id = '$user_id'";

    Dec 11, 2008
  18. Kayz liked jestep's post in the thread Displaying Auto Int from db?.

    Use it here: $query = "INSERT INTO ticket_registration (firstname, surname, email, date) VALUES('$firstname', '$surname', '$email',...

    Dec 11, 2008
  19. cgo85 liked jestep's post in the thread What's wrong with this code? Rep Boost!.

    You will need to debug the query. That error means that the query failed. if(!$result = mysql_query($sql)): die(mysql_error()); endif;

    Dec 9, 2008