Search found 5 matches

by Sneha Reddy
Sat Dec 10, 2005 7:06 pm
Forum: PHP - Code
Topic: multiple sessions
Replies: 9
Views: 1525

Hi ,


I could figure out somethings. But just let me know onething........

When I open a pop-up window from PHP using window.open(abc.html.....). How do I acces my session variable at abc.html.

Thank You

Sneha
by Sneha Reddy
Sat Dec 10, 2005 3:32 pm
Forum: PHP - Code
Topic: multiple sessions
Replies: 9
Views: 1525

Thanks for the reply Jcart, This is where my problem is . I am using indexed arrays here. How can I initiate java script from PHP. And how do I access them in my pop-up window? Like every time we want to initiate a pop-up window, can we access the array elements as _SESSION ['myarray']['key1'] ? In ...
by Sneha Reddy
Sat Dec 10, 2005 3:08 pm
Forum: PHP - Code
Topic: multiple sessions
Replies: 9
Views: 1525

yes but....

There is a recursive function in the script...in which there is an array 'myarray'. every time the function is called we get new values into it. Based on them we have to generate a pop-up window which shows all the values of that array in it and the user has to select some. these some values should ...
by Sneha Reddy
Sat Dec 10, 2005 12:11 pm
Forum: PHP - Code
Topic: multiple sessions
Replies: 9
Views: 1525

Array keeps changing

Hi the array values keep changing

like my $_SESSION['myArray'].....here "myarray" keeps changing in the recursive function.

Thank You


Sneha
by Sneha Reddy
Sat Dec 10, 2005 12:08 am
Forum: PHP - Code
Topic: multiple sessions
Replies: 9
Views: 1525

multiple sessions

Hi all, This is very urgent. I need help!!! I need to instantiaite a pop-up window from PHP script and pass an array values from PHP script to the window. the user selects some of them from a list of those array values(say they are in a multiple select list box) and the values are again sent back to...