<?php
echo "<frame src=http://localhost/example.php?fir st=first name =
top>";
echo "<frame src=http://localhost/test.php?first= first name =
bottom>";
?>
I have $fitst variable (from post data, and echo of $first is
proper).
I want to give the value of the $first as a parameter for test.php and
example.php [there are also $first variables] scripts. But what I
reach is, that the $first in both scripts get "first" as a value. It
is not what I mean.
How could I make it?
TIA
Greetings
echo "<frame src=http://localhost/example.php?fir st=first name =
top>";
echo "<frame src=http://localhost/test.php?first= first name =
bottom>";
?>
I have $fitst variable (from post data, and echo of $first is
proper).
I want to give the value of the $first as a parameter for test.php and
example.php [there are also $first variables] scripts. But what I
reach is, that the $first in both scripts get "first" as a value. It
is not what I mean.
How could I make it?
TIA
Greetings
Comment