RE: [PHP-WIN] PHP Editor

2002-11-04 Thread Thoenen, Peter Mr. EPS
ftp://ftp.vim.org/pub/vim/pc/gvim61.exe <-- best php editor I have seen. use it all the time. (well the non-gui version but gui good for beginners) If you want to shell out some cash... http://www.activestate.com/Products/Komodo/ <---best IDE I have seen for PHP, recommend it. http://www.zend.co

[PHP-WIN] PHP Editor

2002-11-04 Thread Mgr. Brian Kabela
Is there a Editor for PHP? I don't know that much about PHP, I just installed it today, and looked at some code, but i can't finda editor for it. I am runnign PHP 4 on Windows 2000 Server Thanks. Brian Kabela -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://ww

[PHP-WIN] Re: Form text with reserved chars

2002-11-04 Thread Brad Thomas
Hi It sounds like magic_quotes_gpc is set to On in your php.ini file.. change this value to Off if you wish to handle escaping of characters yourself. Secondly, it's advisable to research nl2br() HTH Brad "News.Php.Net" <[EMAIL PROTECTED]> wrote in message news:20021101073812.3879.qmail@;pb1.p

php-windows Digest 4 Nov 2002 18:29:54 -0000 Issue 1423

2002-11-04 Thread php-windows-digest-help
php-windows Digest 4 Nov 2002 18:29:54 - Issue 1423 Topics (messages 16715 through 16725): Re: 2 Issues for Mail() in Win/PHP4- 16715 by: Steve Yates 16717 by: Marie Monday 16718 by: Marie Monday 16724 by: Dash McElroy PHP.INI Configuration Problems 1

Re: Re[2]: [PHP-WIN] is_file() can't tell the difference between file and directory in Win32...

2002-11-04 Thread Jack Kelly Dobson
Passing the whole path does work as well. I wrote the attached script so departments in our company could put files on out internal website by dragging and dropping to a shared folder. I have to find away around the "This page has expired" message when you click the "back" button but other than th

RE: [PHP-WIN] 2 Issues for Mail() in Win/PHP4-

2002-11-04 Thread Dash McElroy
Read this link: http://www.php.net/manual/en/security.registerglobals.php Having register_globals set to on can make it easier for someone to exploit poorly written code (there are examples on the page). I like to use register_globals=off too because I know explicitly where each variable is comin

[PHP-WIN] Windows Stop error and PHP

2002-11-04 Thread Cynthia Blue
Hello, I'm pretty new to this list, and to hosting my own server and running PHP. I run a Windows 2000 Server box with IIS5. My box is currently running Chkdsk so can't look up my version of PHP or MySQL.. but I only installed the latest versions about 2 months ago. Lately my server has been cr

Re[2]: [PHP-WIN] is_file() can't tell the difference between file and directory in Win32...

2002-11-04 Thread Alexander Kuznetsov
Hello Jack, Monday, November 04, 2002, 6:09:52 PM, you wrote: JKD> I answered my own question with a little digging on the PHPBuilder page... JKD> is_file() and is_dir() will report everything as a directory unless you JKD> first chdir() to the directory. After I added the chdir() it worked. Any

Re: [PHP-WIN] is_file() can't tell the difference between file and directory in Win32...

2002-11-04 Thread Jack Kelly Dobson
I answered my own question with a little digging on the PHPBuilder page... is_file() and is_dir() will report everything as a directory unless you first chdir() to the directory. After I added the chdir() it worked. Anyone know if that's going to be changed in the future? (I love recursion!) \n"

[PHP-WIN] PHP4.3 with Dav and Apache2

2002-11-04 Thread Alex
Hello. Here is the question: I have apache 2 and php4.3 installed as cgi script (not an apache2 module), so, in apache2 config i've create a webDir, it normally works from IE, so, then a've load apache2 mod_dav and it starts working too (from Network Places i can add this folder). Now, the questio

[PHP-WIN] fsockopen fails if port blocked by firewall - PHP 4.0.6 / Apache / Linux

2002-11-04 Thread neil smith
Hello List - I am having a problem with fsockopen since my ISP upgraded their linux server. The same function works just fine on another linux server and PHP version (using a different ISP). This fsockopen function previously worked as expected, returning within the specified timeout (2 sec) i

Re: [PHP-WIN] 2 Issues for Mail() in Win/PHP4-

2002-11-04 Thread Marie Monday
I've been scanning the list msgs trying to figure out why that's discouraged. Anyone know why? "Charles P. Killmer" wrote: > Also check and make sure that you have register_globals set to on in php.ini Some >argue that you shouldn't use that though. > > Charles Killmer > > -Original Messa

[PHP-WIN] Re: 2 Issues for Mail() in Win/PHP4-

2002-11-04 Thread Marie Monday
Thanks everyone for the good responses. I'm learning alot just reading through! ~marie Marie Monday wrote: > I'm a PHP newbie and have just installed php4.2.3 on WinNT 4.0 w/ IIS4.0 > > Already have set the SMTP and sendmail_from in php.ini. > 1). Mail function sends mail, except that none of th