Hi, im looking to include a page in my php file, for example http://othersite.com/foward/15052 (I think its with Header("")), forwards the page to othersite.com?viewmovie=15052&tempid=10101505050550505&autostart=0
I need to get the address into my php page, but I dont know where to start with this.
I need to then break up the variables, I could probably do that with explode, but everytime I go to the forward page it will change the viewmovie variables, so I gotta make it dynamicly break up the variables on the spot.
If you can point me towards any commands or tutorials that would be great, thanks.
edit: you can close this, I found curl