Forum Moderators: coopster
i want to know the best way of programming a function like this?
basicly i need to send the url of my first page to a form in my 2nd page, which well then use the url to code an email which gets forwarded to the user or other people. ive got the email side of it done but dont know how to import the url as the user changes pages from the start page to the form page.
help!
You can also use $_SERVER["HTTP_REFERER"] [us3.php.net]. Good Luck!