Re: [PHP-WIN] page cannot be displayed error

2003-09-26 Thread Jim
Yes, I can see other file formats in the directory. -Jim "Mike Brum" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] Now, if you put a .htm, .txt, .jpg or other file (anything NOT .php), then do you see those files when placed in the same directory? -M -Original Message- Fro

[PHP-WIN] overwrite a single line of text

2003-09-26 Thread Gerardo Rojas
I'm having problems overwriting a single line of text. If the line I'm replacing is shorter then the new line. The subsequent line gets truncated into the line above. Note example below ( tag)? I've been able to fix it, if the new line is shorter, i keep adding spaces. (not ideal fix)! Why

[PHP-WIN] Testing Email Mpdules on Win2000

2003-09-26 Thread Arijit Chaudhuri
For testing email generating modules on Win2000, I presently need to be online and send out emails to an external account address and verify that with a mail client or webmail interface. On Linux, emails like [EMAIL PROTECTED] could be used for testing which could be checked very fast and without d

RE: [PHP-WIN] Writing to a file

2003-09-26 Thread Gerardo Rojas
MG29, this doesn't work. It will still write the new line after the line (I matched). Everytime I read a line from a file, the $fd gets incremented, so when I say fwrite, $fd is already pointing to the next line in the file? Any suggestions as to working around this? I can't rewrite the ent

RE: [PHP-WIN] page cannot be displayed error

2003-09-26 Thread Mike Brum
Now, if you put a .htm, .txt, .jpg or other file (anything NOT .php), then do you see those files when placed in the same directory? -M -Original Message- From: Jim [mailto:[EMAIL PROTECTED] Sent: Friday, September 26, 2003 2:28 PM To: [EMAIL PROTECTED] Subject: [PHP-WIN] page cannot be

[PHP-WIN] page cannot be displayed error

2003-09-26 Thread Jim
Hello, I receive a "Page cannot be displayed error" (404 error)when I try to access a .php file from my server. I have windows server 2003, IIS 6.0, and php 4.3.3. I have checked and double checked my registry settings, permissions and file placements, and still nothing seems to work. Any help wou

php-windows Digest 26 Sep 2003 15:07:29 -0000 Issue 1929

2003-09-26 Thread php-windows-digest-help
php-windows Digest 26 Sep 2003 15:07:29 - Issue 1929 Topics (messages 21569 through 21572): newbie question: using image function with php 21569 by: Exiang 21570 by: Shadow php_execute_script 21571 by: Anonymus Crux PATH_INFO 21572 by: Aron\(Amix\) Administ

[PHP-WIN] PATH_INFO

2003-09-26 Thread Aron\(Amix\)
Hi, I'm using PHP 4.3.3, W2k and IIS5 and when I try to send PATH_INFO, I get the following message Url: http://winrootdocs.amix.com.br/prod/index3.php/123/456 Warning: Unknown(C:\htdocs\rootdocs\123\456): failed to open stream: No such file or directory in Unknown on line 0 Warning: (null)()

[PHP-WIN] php_execute_script

2003-09-26 Thread Anonymus Crux
Hi! Is there any sample code available how to use properly this API ? zend_file_handle file_handle; file_handle.type= ZEND_HANDLE_FILENAME; file_handle.filename= "c:\php\hello.php"; file_handle.free_filename = 0; file_handle.opened_path = NULL; php_execute_scrip