The site entry page (index.htm) asks for username/password, the submit then passes the values to a PHP page for validation against the server database. If a visitor has permission, they go into HTML pages which contain mailto:
Question - after moving into HTML page with mailto:, how do I get the data back I had obtained in the previous PHP page to include in the mailto email?. I have looked at sessions, but if correct thats only a PHP to PHP page function or is it?
Regards
Question - after moving into HTML page with mailto:, how do I get the data back I had obtained in the previous PHP page to include in the mailto email?. I have looked at sessions, but if correct thats only a PHP to PHP page function or is it?
Regards