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. SlingshotSEO liked jestep's post in the thread Google Checkout, Help?.

    Have you downloaded the scripts from google. They have almost functional scripts in most languages:...

    Nov 26, 2008
  2. adamjthompson liked jestep's post in the thread Insert Rows into MySQL and immediately retrieve row id.

    The code above should work fine then. Just put the insert_id function after the insert statement.

    Nov 21, 2008
  3. scubita liked jestep's post in the thread Looking for a PHP Framework.

    Its sometimes easier to start with a framework before you know a ton about programming with that language. Something that experienced...

    Nov 20, 2008
  4. jrbiz liked jestep's post in the thread PCI DSS Compliance.

    PCI is a requirement. You can read about it here: https://www.pcisecuritystandards.org/ There are virtually hundreds of approved...

    Nov 14, 2008
  5. Gnoc liked jestep's post in the thread First Data expands into Pakistan.

    Not sure if this applies to anyone here, but this is a huge advancement in payment processing for Pakistan....

    Nov 7, 2008
  6. Masterful liked jestep's post in the thread PhpMyAdmin: How Do You Set Foreign Keys?.

    If you're looking for an easier way to manage a mysql DB try navicat. It makes managing a DB so much easier than phpmyadmin. You can see...

    Oct 2, 2008
  7. triphp123 liked jestep's post in the thread Installing large database :::help!!!:::.

    My personal recommendation is to use a program like Navicat (http://www.navicat.com/) to import the data into the database. There is a...

    Sep 24, 2008
  8. Alexj17 liked jestep's post in the thread Importing Data.

    Personally, I would use something like navicat (http://www.navicat.com/) to import the text file into the db. Assuming that there is...

    Sep 23, 2008
  9. microbrain liked jestep's post in the thread How much do you keep in your paypal at any time?.

    I don't thing there is anything dangerous in keeping a lot in an account except when you get a limited account, you can't access it. If...

    Aug 5, 2008
  10. m0nkeymafia liked jestep's post in the thread MySQL: Retrieve the last added row.

    You can use mysql_insert_id() to retrieve the id of the last inserted row - http://us.php.net/mysql_insert_id. As long as you are...

    Aug 5, 2008
  11. ЄxDeus™ liked jestep's post in the thread How much do you keep in your paypal at any time?.

    I don't thing there is anything dangerous in keeping a lot in an account except when you get a limited account, you can't access it. If...

    Aug 5, 2008
  12. YIAM liked jestep's post in the thread Help!! Simple MySQL query.

    This should work for you. Always make sure you have a backup in case you do get some poor advice... DELETE FROM table_2 WHERE name_id...

    Jul 31, 2008
  13. greatlogix liked jestep's post in the thread Whats wrong with this simple query?.

    SELECT * FROM sw_credit s, tblcustomer c, needs to be SELECT * FROM sw_credit s, tblcustomer c The extra comma was killing it.

    Jul 30, 2008
  14. Blacksnow liked jestep's post in the thread One more question about checkout GOOGLE.

    Google automatically transfers the money to the account that you specify. Normally it takes a few days after money is received. Check...

    Jul 23, 2008
  15. lpxxfaintxx liked jestep's post in the thread Restoring A Large Database without SSH.

    If you can grant remote access to the database, something like Navicat may work for you. I've restored large databases (>10 GB) remotely...

    Jul 16, 2008
  16. SeoVeteran33 liked jestep's post in the thread Is it OK to Connect To Multiple MySql Databases?.

    Unless the connection took a long time, I would not close out the first connection. I would do this: Open 1 and 2; //do stuff Close 2;...

    Jul 2, 2008
  17. oneawesomeguy liked jestep's post in the thread Thinking of Switching from Paypal to Authorize.net.

    I do recommend authnet over paypal, but you do need to consider that you will have downgrade charges with authnet and a merchant...

    Jun 26, 2008
  18. mentos liked jestep's post in the thread Anyone faced this before? - Double Charged in Paypal (Authorisation / Payment).

    Usually the authorization will clear out in a day or so. I would contact the seller and inform them that you still have a pending...

    Jun 17, 2008
  19. raymond222 liked jestep's post in the thread Easiest way to list table contents.

    Select * FROM table;

    Jun 17, 2008
  20. Rohit patel liked jestep's post in the thread Paypal - How to accept only verified members.

    Do you have a business account? I don't think that selling preferences are available with a personal account, and may not even with a...

    Jun 13, 2008