[PHP] variable passing using URL

2004-05-14 Thread gowthaman ramasamy
hello list,

I have a problem in passing variables using URLs.
I have a link from  a PHP 'Page One' and passing some variables thru
URL.
This link should now open another page (main frame) which will have two
frames in it (left frame and Right frame). But I want the variables to
be passed on to the left frame(one of the two frames in main frame).

Can this be done some how? I apologize if this does not sound like a PHP
question. Many thanks in advance.
-- 
Ra. Gowthaman,
Graduate Student,
Bioinformatics Lab,
Malaria Research Group,
ICGEB , New Delhi.
INDIA

Phone: 91-9811261804
   91-11-26173184; 91-11-26189360 #extn 314

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



Re: [PHP] variable passing using URL

2004-05-14 Thread Steve Douville
Capture the variables you've sent to the main frame page and send them via
the url of the frames.

FRAME SRC=buttons.htm?pass=yourvariables

Hope that helps.


- Original Message - 
From: gowthaman ramasamy [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Friday, May 14, 2004 2:24 AM
Subject: [PHP] variable passing using URL


 hello list,

 I have a problem in passing variables using URLs.
 I have a link from  a PHP 'Page One' and passing some variables thru
 URL.
 This link should now open another page (main frame) which will have two
 frames in it (left frame and Right frame). But I want the variables to
 be passed on to the left frame(one of the two frames in main frame).

 Can this be done some how? I apologize if this does not sound like a PHP
 question. Many thanks in advance.
 -- 
 Ra. Gowthaman,
 Graduate Student,
 Bioinformatics Lab,
 Malaria Research Group,
 ICGEB , New Delhi.
 INDIA

 Phone: 91-9811261804
91-11-26173184; 91-11-26189360 #extn 314

 -- 
 PHP General Mailing List (http://www.php.net/)
 To unsubscribe, visit: http://www.php.net/unsub.php






[PHP] R: [PHP] variable passing using URL

2004-05-14 Thread Alessandro Vitale
in the html link you should set correctly the target window. Try using
something like this:

A HREF=www.mysite.com TARGET=main_windowgo to my site/A

main_window is the name of the window as assigned in the frameset
declaration.

cheers,

A.

-Messaggio originale-
Da: gowthaman ramasamy [mailto:[EMAIL PROTECTED]
Inviato: venerdì 14 maggio 2004 8.24
A: [EMAIL PROTECTED]
Oggetto: [PHP] variable passing using URL


hello list,

I have a problem in passing variables using URLs.
I have a link from  a PHP 'Page One' and passing some variables thru
URL.
This link should now open another page (main frame) which will have two
frames in it (left frame and Right frame). But I want the variables to
be passed on to the left frame(one of the two frames in main frame).

Can this be done some how? I apologize if this does not sound like a PHP
question. Many thanks in advance.
--
Ra. Gowthaman,
Graduate Student,
Bioinformatics Lab,
Malaria Research Group,
ICGEB , New Delhi.
INDIA

Phone: 91-9811261804
   91-11-26173184; 91-11-26189360 #extn 314

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php