[PHP-WIN] HTML -> PHP -> HTML calling sequence

2001-04-22 Thread Bob Sears
I'm stuck. Module A is a HTML program with a FORM/ACTION/GET that xctls to a PHP module. I have no problem getting to the PHP module, displaying a dummy screen, and returning to the HTML program. In a PHP text I perused through at Border's, the text said to access STDIN via: $fh = open("PHP://

Re: [PHP-WIN] HTML -> PHP -> HTML calling sequence

2001-04-22 Thread Chris Adams
On 21 Apr 2001 17:06:05 -0700, Bob Sears <[EMAIL PROTECTED]> wrote: > >I'm stuck. Module A is a HTML program with a FORM/ACTION/GET that xctls to >a PHP module. I have no problem getting to >the PHP module, displaying a dummy screen, and returning to the HTML >program. In a PHP text I perused th