I'm trying to either grab only part of this URL or inject part of a string into it (whichever is simplest).
Here's the URL:
http://www.goodbuytimeshare.com/listings/min:1000/max:150000/agreements:rent,buy/properties:apartment,condo,hotel,resort/show:4/
I figure I either need to be able to tim it down to:
/listings/min:1000/max:150000/agreements:rent,buy/properties:apartment,condo,hotel,resort/
Or turn it into:
http://www.goodbuytimeshare.com/listings/ajax/min:1000/max:150000/agreements:rent,buy/properties:apartment,condo,hotel,resort/show:4/start:1/end:100/
(Same URL but "ajax/" would be added after the ".com/")
Which of these would be simpler?