Re: [PHP-WIN] Using PHP to reload a page w/variable.

2003-11-20 Thread H Marc Bower
If I understand what you're trying to do correctly, I would have the form action come back to the same page, where verification is done. At the top, you could have a big "if the page has been submitted, execute this code" section where it does verification of the data. If the data is ok, it can d

[PHP-WIN] Re: PHP mkdir with IIS and network share

2003-11-20 Thread David Strencsev
I'm not sure if you need the mode octal in the mkdir funcion in windows. Anyway I hope you read a comment in the php's online mkdir function manual: mkdir will create directories with undesired/unexpected owner/group settings in certain circumstandes when SAFE_MODE is on. See the bug report: http

php-windows Digest 20 Nov 2003 09:01:50 -0000 Issue 2008

2003-11-20 Thread php-windows-digest-help
php-windows Digest 20 Nov 2003 09:01:50 - Issue 2008 Topics (messages 22139 through 22150): Reading files from different user's 22139 by: Gerardo Rojas 22141 by: Dave Gardner 22142 by: Gerardo Rojas Re: loading php_gd2.dll 22140 by: David Felton 22148

Re: [PHP-WIN] Using PHP to reload a page w/variable.

2003-11-20 Thread Luis Moreira
Hi. In PHP you evaluate a string with "string comparison" functions. It is viewed in asterisks, but passed quite normally. As for the rest, you start by checking a variable on your page, and if it denotes an error on a password, echo your message and proceed to read it again, and the