Hi all,
Is it possible to pass a variable from a PHP page "which contains a URL " to a non PHP page, ie (a HTML page).
What I want to do is this:
I have my PHP pages, one of which as a variable which holds a URL stores in a table.
When a user clicks on the URL it takes them to a normal HTML framed page. I want the URL to be available in a temp variable on the HTML page.
Is this possible.
Kind regards
Dereck