Help. I am new to PHP and could use some assistance. I have a page with user information to retrieve a user id and password. I have this program working. I am trying to pass the password and userid to another php program which sends the info via email. I can retrieve the variables that display in post in url but these particular fields, the password and user id are in the databse I am reading just not displayed on the entry page. can someone tell me how to read in variables to store and pass into the next php program? Of course I do not want the password and userid displayed in the url on the next page. I have included the code I am using. Any help would be greatly appreciated. The 2nd program which emails and says "thank you" works and sends the email but I can't get the values into the email message.
Thanks
fpc
I attached the two php programs I am using.