[PHP-WIN] Problems getting PHP to work (IIS5/XP Pro)

2002-12-30 Thread Jeff Lewis
I don't understand why I'm having issues, I installed PHP 4.1 and below just fine in this very same set up. However, I am receiving the following error: No input file specified. I have tried some of the suggested methods of fixing this but have not been able to solve it. Does anyone have a l

Re: [PHP-WIN] php 4.3.0 phpinfo() fscked up or?

2002-12-30 Thread Frank M. Kromann
This sounds like you are using the CLI version of PHP.exe and not the CGI version. Asumiong you are not using isapi or mod_php4. - Frank > Umm... I see things, You know? > > After installing php 4.3.0 I noticed that phpinho() > > doesn't return those fancy tables anymore, instead, it spits out

[PHP-WIN] Re: phpinfo() 4.3.0 on Windows

2002-12-30 Thread Nick H. -- Technical Support Engineer
I had no trouble with using it. Worked just fine. Give me a day or two to get another IIS5 machine online and I'll show you what it does. Regards, Nick "Harm" Hale -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-WIN] php 4.3.0 phpinfo() fscked up or?

2002-12-30 Thread Wojciech Owczarek
Umm... I see things, You know? After installing php 4.3.0 I noticed that phpinho() doesn't return those fancy tables anymore, instead, it spits out pure text with newlines. Is it just my case (maybe some config problems?) Would anyone mind trying out phpinfo() on php 4.3.0 for win32? thx in adv

php-windows Digest 30 Dec 2002 19:31:12 -0000 Issue 1510

2002-12-30 Thread php-windows-digest-help
php-windows Digest 30 Dec 2002 19:31:12 - Issue 1510 Topics (messages 17585 through 17592): Sessions 17585 by: ûÅÓÔÁËÏ× îÉËÏÌÁÊ 17586 by: toby z R: [PHP-WIN] PHP 4.3 unable to load php_domxml.dll in WinXP Apache 2.0.43 17587 by: Darvin Andrioli Re: general survey...

[PHP-WIN] problem including files

2002-12-30 Thread Omar
I have an include line in all the php files i write something like --> include('connection.inc'); The include path is d:\includes. (win nt 4, php 3.0.11) It worked fine before but today failed to open the include file. Does anyone has a clue about what could cause this problem? Thank you. -- PH

[PHP-WIN] Re: email attachment blues

2002-12-30 Thread Manuel Lemos
Hello, On 12/30/2002 01:08 PM, Jerry wrote: I'm a newbie trying to create a form that will allow the user send an attachment. I got everything working when I run it from the web server but not from any other pc. I looked at a lot of examples but I am obviously missing something. It seems like the

AW: [PHP-WIN] email attachment blues

2002-12-30 Thread peterschen
Hello Jerry, PHP creates automatically an temp copy of your attachment. > It seems like the attachment has to be uploaded to the > server first before sending the attachment. I think the encoding of your form isn't correct. Try to put in your form tag this: enctype="multipart/form-data" > I attac

[PHP-WIN] email attachment blues

2002-12-30 Thread Jerry
Hi All, I'm a newbie trying to create a form that will allow the user send an attachment. I got everything working when I run it from the web server but not from any other pc. I looked at a lot of examples but I am obviously missing something. It seems like the attachment has to be uploaded to the

RE: [PHP-WIN] general survey.... php.ini config gui

2002-12-30 Thread Sjon
>www.analogx.com used to carry a PHP configuration GUI >I can't find it on their site any more, You should've searched better... :) http://www.analogx.com/contents/download/network/phpconf.htm >Luke made a good point about a PHP-GTK version, though. that would help in being cross-platform too...

[PHP-WIN] R: [PHP-WIN] PHP 4.3 unable to load php_domxml.dll in WinXP Apache 2.0.43

2002-12-30 Thread Darvin Andrioli
Hi Rui, I may suggest you to copy the *.dll files from the dll directory into system32 or int the same directory where you have the php.exe. I noticed this behaviour when I installed php 4.3, and, with this trick, I got it work, but I haven't read carefully the new file 'install', probably you may

Re: [PHP-WIN] Sessions

2002-12-30 Thread toby z
what on earth are u tryin to do startin the session and checkin it in the same file ? :S what toby --- ûÅÓÔÁËÏ× îÉËÏÌÁÊ <[EMAIL PROTECTED]> wrote: > OS: WinXP Pro SP1. > Apache 2. > php 4.3 isap > > index.php > > session_start(); > session_register("sa"); > ec