[PHP] Neatest way to display remote page including images?

2002-02-01 Thread Graeme Bailey
Greetings all, I'm new, obviously. I want to (hopefully) display an html page with multiple choice drop down select option list, the list displaying various remote urls hidden, with plain text descriptions... eg option 1 this page eg option 2

Re: [PHP] redirection rather than include()

2002-02-01 Thread Graeme Bailey
G'day Martin, I'm new to PHP too, and I'm working on the same sort of problem... I had some success with something like this... //- Location chosen = Location $n"); //debugging switch($n){ case 0: $location = "http://www.xyz.com/";; break;