TrainReq
12-09-2006, 05:47 AM
I have some stuff going as
www.site.com/file.php?variable=222, 333, 444, 555
and how would i get it to on the other site, they will seperate as
<a href=http://samplesite.com/222> <br> <a href=http://samplesite.com/3333> ,
If i do regular GET 222, i'll end up coming out with <a href=http://samplesite.com/222, 333, 444, 555> and i dont want that..
So i would like it to seperate at the commas and write as that.
www.site.com/file.php?variable=222, 333, 444, 555
and how would i get it to on the other site, they will seperate as
<a href=http://samplesite.com/222> <br> <a href=http://samplesite.com/3333> ,
If i do regular GET 222, i'll end up coming out with <a href=http://samplesite.com/222, 333, 444, 555> and i dont want that..
So i would like it to seperate at the commas and write as that.