[PHP] how to pass value from popup window to php program

2002-02-06 Thread Zhunbao Zhi
Hi all, I met one problem as below. To express clearly i use some psu-code instead: //this is php code if ($need_user_email_address) { //we popup a window to let user fill his/her email popup_window($give_me_your_email); //we get the user email from the popup window echo "your email

[PHP] how to pass value from popup window to php program

2002-02-06 Thread Zhunbao Zhi
Hi all, I am a new comer for PHP. now my situation like below, to express clearly i used some expression instead of PHP code in below php code: if ($need_to_know_your_email) { //popup one window to get the user' email JavaScript:window.open(leave your email address); //then i try to

[PHP] how pass value from popup window to php program

2002-02-06 Thread Zhunbao Zhi
Hi all, I am a new comer for PHP. now my situation like below, to express clearly i used some expression instead of PHP code in below php code: if ($need_to_know_your_email) { //popup one window to get the user' email JavaScript:window.open(leave your email address); //then i try to