Click to See Complete Forum and Search --> : frames


kevin.m.clarke
07-11-2003, 06:08 AM
I need to pass some variables from on php to another. This in itself is not a problem and works fine.
However, when I put the second php in a frame, it goes all to pot and instead of having variables, the address bar holds all the information.
Does anyone know how to get these variables into the proper page?

pyro
07-11-2003, 07:03 AM
It depends on how you are passing the info, I'd say. Are you doing it on the click of a link?

diamonds
07-12-2003, 09:56 AM
Well, if you are submitting a form, try this:

<form action="post.php" method="post" target="target_frame_name">
</form>