RE: [PHP-WIN] Cgi Error

2001-10-17 Thread Eric Pankoke
Did you set up a virtual directory to where your .php files are stored? If so, and the alias is not the same as the directory (ie: if the directory is c:\projects\webpages\MySite, then the alias must be MySite), you will get the error you have listed. I have had this happen to me both in IIS

Re: [PHP-WIN] Help on using mail() function

2001-10-17 Thread DL Neil
> I can't use the mail function with Win2k Server/IIS5, I'm ussing PHP4, what > can I do??? Carlos, It worked for me! If you provide details of the problem we might be able to identify a solution. Regards, =dn -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL

[PHP-WIN] 500 internal server error bug

2001-10-17 Thread Andrew Saturn
in the current version (4.0.6?) there is a slightly annoying bug (which might actually be two) when you run the Apache server (1.3.20) for a little while, PHP eventually stops working (it "falls asleep" -- the PHP ms-dos window just stays in the tray doing nothing and has to be force quit), an

RE: [PHP-WIN] Cgi Error

2001-10-17 Thread Guitar Man
I am getting in all the time. I am pretty sure I have all the permission needed for read and execute. I will double check it. thanks >X-Mailer: Internet Mail Service (5.5.2653.19) > >Guitar Man, > >Are you getting the error intermittently or all the time? If the later, >please refer to the in

RE: [PHP-WIN] Help on using mail() function

2001-10-17 Thread Flint Doungchak
Have you set your SMTP server in the php.ini file? What error message are you getting? -Flint -Original Message- From: Carlos Alberto Uribe Cano [mailto:[EMAIL PROTECTED]] Sent: Wednesday, October 17, 2001 2:05 PM To: [EMAIL PROTECTED] Subject: [PHP-WIN] Help on using mail() function

[PHP-WIN] Help on using mail() function

2001-10-17 Thread Carlos Alberto Uribe Cano
Hello, I can't use the mail function with Win2k Server/IIS5, I'm ussing PHP4, what can I do??? Thank You Carlos Uribe [EMAIL PROTECTED] -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact t

RE: [PHP-WIN] Cgi Error

2001-10-17 Thread Flint Doungchak
Guitar Man, Are you getting the error intermittently or all the time? If the later, please refer to the install.txt file that comes with the distribution. It's almost always a permissions or setup problem. -Flint -Original Message- From: Guitar Man [mailto:[EMAIL PROTECTED]] Sent: Wedne

[PHP-WIN] Cgi Error

2001-10-17 Thread Guitar Man
Sorry to bring up this topic again. I haven't found lots of discussion on this, but still couldnt figure it out. I am gettng this error: "The specified CGI application misbehaved by not returning a complete set of HTTP headers. The headers it did return are:" I have php 4.0.6 win2k IIS 5 I put

Re: [PHP-WIN] php_mcrypt.dll ?

2001-10-17 Thread Brian Gleason
I have tried to compile it myself, but in this process it asked for libmcrypt.lib that I can not find anywhere. I can make the .lib if anyone can find "libmcrypt.c". I have not found either of these files.. Brian "Squirre1" Gleason Mid-West Gaming League http://www.mwgl.org -Original

[PHP-WIN] RE: variables in URL

2001-10-17 Thread Carlos Andre Marques Moreira
main.php?var1=value1&var2=value2&var3=value3&...&varn=valuen if any value would contain spaces, caracters such as á,é,Ã,ç you should use urlencode($value) LINK or LINK "; ?> Carlos André Marques Moreira Bolsista CNPq / RHAE SENAI / CETAE [EMAIL PROTECTED] 2001 Ano Internacional do Voluntá

RE: [PHP-WIN] variables in URL

2001-10-17 Thread Svensson, B.A.T.
That why one might want to look for HTML/HTTP specific things at www.w3.org instead. >-Original Message- >From: Tony Leach >Sent: Wednesday, October 17, 2001 6:34 PM >To: [EMAIL PROTECTED] >Subject: RE: [PHP-WIN] variables in URL > > >Thanks, I knew it was simple but it isn't easy to find

RE: [PHP-WIN] variables in URL

2001-10-17 Thread Svensson, B.A.T.
Is there a special reason for you not wanting to use the POST method instead? (other wise just concatenate the variables with ampersand '&'.) >-Original Message- >From: Tony Leach [mailto:[EMAIL PROTECTED]] >Sent: Wednesday, October 17, 2001 4:12 PM >To: [EMAIL PROTECTED] >Subject: [PHP-

php-windows Digest 17 Oct 2001 16:34:19 -0000 Issue 809

2001-10-17 Thread php-windows-digest-help
php-windows Digest 17 Oct 2001 16:34:19 - Issue 809 Topics (messages 9881 through 9891): Re: setcookie 9881 by: Robin Bolton 9883 by: Stanley 9884 by: Robin Bolton Re: Array Manipulation? 9882 by: _lallous OT 9885 by: Sichta Daniel Re: php_mcrypt.d

RE: [PHP-WIN] variables in URL

2001-10-17 Thread Tony Leach
Thanks, I knew it was simple but it isn't easy to find in the php manual ! WordWrap Web Development Limited t +44 (0) 131 555 3535 f +44 (0) 870 135 3656 m +44 (0) 7768 626588 -- PHP Windows Mailing List (http:/

[PHP-WIN] 'copy' failure on Win2000

2001-10-17 Thread overlord
Hi there, I'm trying to use 'copy' to copy from a url. The line I'm using is: copy( "http://www.lotus.com";, "c:\\temp\\lotus.html"); I am getting the error: "Warning: Unable to open 'http://www.lotus.com' for reading: Invalid argument in D:/webserver/Xitami/webpages/zed/php/Downloader.php on

RE: [PHP-WIN] variables in URL

2001-10-17 Thread Matt Williams
main.php?sectionName=home&variable2=blah&soon=soon Regards Matt Williams [EMAIL PROTECTED] >> How do I construct a URL to pass more than one variable to a php page? > > main.php?sectionName=home > > works fine for one variable, how do I pass more than one? > -- PHP Windows Mailing List

[PHP-WIN] variables in URL

2001-10-17 Thread Tony Leach
How do I construct a URL to pass more than one variable to a php page? main.php?sectionName=home works fine for one variable, how do I pass more than one? Many thanks Tony WordWrap Web Development Limited t +44 (0) 131 555 3535 f +44 (0) 870 135 365

Re: [PHP-WIN] php_mcrypt.dll ?

2001-10-17 Thread Paul - Zenith Tech Inc
I just found this... http://cvs.php.net/cvs.php/php4/ext/mcrypt/ Anybody know how to compile it?? Thanks, Paul "Brian Gleason" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED]... > there is nothing to compile. it is already a dll, but if you try and use > it it says it is not a valid

Re: [PHP-WIN] php_mcrypt.dll ?

2001-10-17 Thread Paul - Zenith Tech Inc
Same thing here.. just dead ends. Surely there must be somebody who can make this dll, as the need for it seems to be quite big Paul "Brian Gleason" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED]... > Good Luck > > I have been looking for about 2 weeks and not found anything ye

[PHP-WIN] OT

2001-10-17 Thread Sichta Daniel
Hi, Can I run Tomcat and PHP under Apache at same time ? Dan