NYCPHP Meetup

NYPHP.org

[nycphp-talk] passing variables between two phps iwithout opening a new window in the browser

jlesidt sumisudhir at yahoo.com
Tue Mar 21 16:50:22 EST 2006


By new window, I mean it is not passing the values
from two.php to the already opened (parent) one.php,
but opening a new one.php with the selected values.

--- Ken Robinson <kenrbnsn at rbnsn.com> wrote:

> At 04:16 PM 3/21/2006, jlesidt wrote:
> >Hi,
> >
> >    I have the file one.php (opened in a browser)
> with
> >a link to the page two.php. This is basically a
> lookup
> >php which retreives ID for my one.php. two.php has
> >some checkboxes for ID. The checked value is being
> >passed onto one.php. but this opens a new one.php
> >instead of passing it to the already opened window
> of
> >one.php. How can I prevent a new one.php being
> opened?
> 
> PHP doesn't know or care about browser windows. It
> is the browser 
> that is interpreting the HTML that the PHP script
> sends as to what to do.
> 
> What do you mean by a new window?
> 
> Please post some code showing us how scripts one &
> two are linked and 
> pass information.
> 
> Ken
> 
> 
> _______________________________________________
> New York PHP Community Talk Mailing List
> http://lists.nyphp.org/mailman/listinfo/talk
> New York PHP Conference and Expo 2006
> http://www.nyphpcon.com
> Show Your Participation in New York PHP
> http://www.nyphp.org/show_participation.php
> 




More information about the talk mailing list