>In authentication.php it will call one html which will inturn contains
frames and in one >frame 4 links r there.
>
>For every link i will call one php file. I want to get one variable that is
posted during >login in this php file .

<FRAMESET ...>
    <FRAME SRC=a.php?foo=<?php echo urlEncode($foo);?>&bar=<?php echo
urlEncode($bar);?> ...>
    <FRAME SRC=b.php?foo=<?php echo urlEncode($foo);?>&bar=<?php echo
urlEncode($bar);?> ...>
    <FRAME SRC=c.php?foo=<?php echo urlEncode($foo);?>&bar=<?php echo
urlEncode($bar);?> ...>
    <FRAME SRC=d.php?foo=<?php echo urlEncode($foo);?>&bar=<?php echo
urlEncode($bar);?> ...>
</FRAMESET>

--
WARNING [EMAIL PROTECTED] address is an endangered species -- Use
[EMAIL PROTECTED]
Wanna help me out?  Like Music?  Buy a CD: http://l-i-e.com/artists.htm
Volunteer a little time: http://chatmusic.com/volunteer.htm




-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to