On Tue, 2004-08-17 at 21:03, Chuck wrote:
> Thanks for the quick reply. I wasn't sure which room I should post to, so I
> posted to this one and php.windows. I will only try one in the future.
>
> I went through all the documents I could and found what these warnings were,
> but nothing helped.
Thanks for the quick reply. I wasn't sure which room I should post to, so I
posted to this one and php.windows. I will only try one in the future.
I went through all the documents I could and found what these warnings were,
but nothing helped. The variables are not passed to my second script.
On Tue, 2004-08-17 at 16:46, Chuck wrote:
> Hello everyone. Hopefully someone can help me with this.
>
> I was able to install PHP successfully. I tried a sample script and it
> worked fine through IE. I then tried to create a script that would pass a
> value on to another script using the post
Hello everyone. Hopefully someone can help me with this.
I was able to install PHP successfully. I tried a sample script and it
worked fine through IE. I then tried to create a script that would pass a
value on to another script using the post method. These are called Pass.php
and Pass1.php.