UPDATE 1:
According to this site: http://net.tutsplus.com/tutorials/php/using-paypals-instant-payment-notification-with-php/ It says that paypal cannot access locally hosted websites unless certain router ports are opened. Is this because the website is about IPN or is this true for all paypal api's?
ORIGINAL QUESTION:
On my laptop, I have a LAMP environmetn setup, when I use the http://localhost to create website before going live.
For a new project, I need to use the paypal api's. Will I be able to use the localhost to test the paypal api's if I connect my laptop to the internet? Or will I have to upload my website to a LAMP host elsewhere?
You're probably thinking, what a stupid question, just try it to see if it works. I have tried it and it's not working and I wanted to rule out this question before going onto the next step.