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
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
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
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
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
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 - 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
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)()
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