Hello all,
I am a newbie to PHP, so I apologize ahead of time if this question seems to be quite elementary.
I have two PHP files, we'll call them file A and file B. The first file, file A grabs all it's values from an html file that uses <form method=post> with name and value, etc.. then I use $_POST to declare each one to a variable. now, I want to use a few of the variables that have already been declared in file A in file B. How exactly do I do that?
Thanks!



