i'm sure many of you have seen this questions many of times before. Is there any way to email a link to a friend WITHOUT using MySQL or a database?
I've gotten as far as being able to retrieve the link with $SCRIPT_NAME, and have the form working to send an email and everything. But I can't seem to figure out how to fetch the variable from the HTML file (defined as $url = $SCRIPT_NAME) and pass it on to the .php file to send with the email form...
any help will be greatly appreciated.
sofia