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. bbrian017 liked jestep's post in the thread Warning: Cannot modify header information - on my blog.

    My guess is that the script is trying to redirect or set a header when some output has been already been sent to the browser. What's...

    Jun 12, 2008
  2. jhon99 liked jestep's post in the thread What happen if we ignore refund money paypal.

    You would probably end up getting a dispute. Paypal would hold those funds from your account, and you would need to prove that the...

    Jun 11, 2008
  3. slaydragon liked jestep's post in the thread How to encrypt pw in mysql.

    You should hash passwords using md5 or sha1. This makes the password obfuscated in the database, and makes it nearly impossible for...

    Jun 9, 2008
  4. mentos liked jestep's post in the thread ebay- Reveal maximum bid of others?.

    There is no way to find this out without bidding against them.

    Jun 4, 2008
  5. quicksilver101 liked jestep's post in the thread Dynamic textbox search.

    Here's a few. You need to use Ajax to be able to dynamically query the database and return relevant results....

    Jun 2, 2008
  6. mentos liked jestep's post in the thread Charge.com/Authorize.net/iPayment - New scan charge?!.

    I wrote about this a few weeks back: http://www.merchantaccountblog.com/archives/336 The worst part about it is that it has no effect...

    May 30, 2008
  7. sawz liked jestep's post in the thread transfer records from Ecxel to MySQL.

    Try Navicat: http://www.navicat.com/ It allows you to import into mysql from txt, excel and a bunch of other file types. They have a...

    May 9, 2008
  8. EnPassant liked jestep's post in the thread How can I seperate code from design?.

    You may want to look into MVC (Model, View, Controller) style coding. The purpose of MVC is to keep design, and controls separate which...

    May 1, 2008
  9. baris22 liked jestep's post in the thread How can i display image from a link instead of link?.

    You need to split up the url's and then display the images. Something like: $imageArray = array('jpg','gif','png'); $urls =...

    Apr 10, 2008
  10. Cobnut liked jestep's post in the thread Server based MySQL backup.

    I currently use Navicat for all of my mysql backups. I have it backing up to a network file server, but the program itself is sitting on...

    Apr 9, 2008
  11. Nora liked jestep's post in the thread td and mysqli results.

    You need to use the modulus operator '%' when you are looping. Something like: $i = 0; $rows = mysql_num_rows($query); $columns = 2;...

    Mar 25, 2008
  12. okgaz liked jestep's post in the thread Best DB setup for best daily/weekly/ever high scores.

    You can use "SELECT user, score FROM table GROUP BY user ORDER BY score DESC" and you will only get one result per user. As far as...

    Mar 21, 2008
  13. unlockediphonesite.com liked jestep's post in the thread How do u withdraw funds from Google Checkout?.

    You add your bank account to the Google Checkout account and funds are sent to that account a few days after you receive a payment. It's...

    Mar 20, 2008
  14. Jarodboy liked jestep's post in the thread Weird "limitation" problem.

    As long as all of the information is accurate and OK, it should only take a few days from them to review it and restore your account....

    Mar 18, 2008
  15. X.Homer.X liked jestep's post in the thread Error while creating tables..

    Try putting a ; after each statement. article_content mediumtext, article_date date, PRIMARY KEY (article_id) );

    Mar 12, 2008
  16. Jarodboy liked jestep's post in the thread Google Checkout or Paypal? What do you prefer?.

    I would do both if you can. The more options a user has (with reserve), the more likely they are to purchase from you. GCO has...

    Mar 7, 2008
  17. yangyang liked jestep's post in the thread Any ideas on a database of 80,000 english dictionary words?.

    I think the database it the best way to go. How is your current/proposed table structure setup? I think that making the proper structure...

    Feb 29, 2008
  18. pharcyded liked jestep's post in the thread Setup Auto Digital Delivery After Payment?.

    Try: http://www.digitalproductdelivery.com/

    Sep 24, 2007
  19. Western liked jestep's post in the thread What Is "ACH Transfer" ?.

    Just to further on Colbyt's answer. It is not the same as a Wire transfer. a wire transfer is much more secure than an ACH, but is...

    Sep 21, 2007
  20. Pedro Monteiro liked jestep's post in the thread Changing YOur PayPal Business Name.

    Log into your account, and go to the help section. Search for 'change business name', and it should be the first option. You can also...

    Aug 9, 2007