[PHP] Re: Access denied to php files in Netscape 6

2002-10-02 Thread Chris Nielsen
Forgot to mention that I have no proxy settings set for either IE or Netscape. "Chris Nielsen" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > I still haven't figured this out. > > URL problems? No. The first time I tri

[PHP] Re: Access denied to php files in Netscape 6

2002-10-02 Thread Chris Nielsen
pages from disk rather than from the web server. I'm going to check into this some more when I have some time to burn. In the meantime back to some coding =P. "Chris Nielsen" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > I'

[PHP] How to send POST info without a form?

2002-10-01 Thread Chris Nielsen
I have a single php file that I want to do some different things (only one at a time, based on a conditional): display a form to the user for input submit information from (above) form to database list information in database (that has been INSERTed by the above) I want this file to be able to c

[PHP] Access denied to php files in Netscape 6

2002-10-01 Thread Chris Nielsen
I'm running PWS on WinXP Pro. I can't test my php stuffs in Netscape cause it says Access Denied when I try to access any php file. They work fine in IE6. Any ideas? -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] stuck n00b

2002-10-01 Thread Chris Nielsen
I was sure I'd tried it, but $_POST works now. Thanks guys. "Jay Blanchard" <[EMAIL PROTECTED]> wrote in message 000501c2697d$ded95a10$8102a8c0@000347D72515">news:000501c2697d$ded95a10$8102a8c0@000347D72515... > [snip] > My form is actually using method="post". And I did use $_POST. Can't > reme

[PHP] Re: stuck n00b

2002-10-01 Thread Chris Nielsen
Well, $_POST['userName'] is now working, but I could have sworn I was trying that last night and it was returning the same error. Oh well, thanks for the help guys. "Chris Nielsen" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PR

Re: [PHP] stuck n00b

2002-10-01 Thread Chris Nielsen
My form is actually using method="post". And I did use $_POST. Can't remember if I tried $_GET, but if I'm using post would that even work? I'll give it a try later and let you know. "Jay Blanchard" <[EMAIL PROTECTED]> wrote in message 000101c2697c$4ad74bc0$8102a8c0@000347D72515">news:000101c2697

[PHP] stuck n00b

2002-10-01 Thread Chris Nielsen
I have a simple form: Enter Username: Submits to addUser.php: Returns this error in my browser: Notice: Undefined index: userName in E:\Inetpub\wwwroot\Test\addUser.php on line 11 Is there a setting in my php.ini file I need to change? register_globals is off, as that seems to be