Tagged Questions

0
votes
1answer
149 views

problem with class method - cannot get it to work inside foreach loop - php

I wrote the class Link which has a method shortTolong() this should return the real URL for a shortend url by returning the 'location' response header. i tested it and it works OK here is the code ...