Re: [PHP-WIN] Re: Fatal error with 'DB.php' - solution

2003-07-06 Thread jsWalter
Thank! You! Of all the documents I've read in the last 5 days, I didn't find that info anyway (now, I'm not saying it's not there, I'm just saying I missed it) I'm happy to get php.ini out of the windows system directory. Thank you very much. Walter -- PHP Windows Mailing List (http://www.

AW: [PHP-WIN] Re: Fatal error with 'DB.php' - solution

2003-07-06 Thread Sven Schnitzke
Hi Walter, fyi - you DON'T HAVE TO put PHP.INI into c:\WINNT, nothing of the like is being compiled anywhere. Where your systems searches for PHP.INI depends on the mode PHP is run, because it always is first searched for in the folder containing the _processes_ .EXE file: In CGI/EXE mode that is

[PHP-WIN] view pdf files as html

2003-07-06 Thread Camelia Moldovan
I have few pdf files stored in a folder .Is it possible to view them as html using a php script (something like google)? I want to have two links on my page , one will allow to see the file as pdf and one as html. Thanks. - Do you Yahoo!? SBC Yahoo! DSL - Now o

Re: [PHP-WIN] fwrite error (noobie I am)

2003-07-06 Thread Ron Stephenson
You ARE the man! That was it! Thank you very much! I new it was something simple like that, just didn't know where to look. I am forever in your debt. I had gone to many different newsgroups and no one even came close to the solution. I wish there was some way I could repay you. You have saved my s

php-windows Digest 6 Jul 2003 17:06:35 -0000 Issue 1812

2003-07-06 Thread php-windows-digest-help
php-windows Digest 6 Jul 2003 17:06:35 - Issue 1812 Topics (messages 20697 through 20704): fwrite error (noobie I am) 20697 by: Ron Stephenson 20698 by: Stephen March 20700 by: Ron Stephenson 20704 by: Stephen March Re: PHP 5 Beta 1 and IIS 20699 by:

Re: [PHP-WIN] fwrite error (noobie I am)

2003-07-06 Thread Stephen March
Allright, I got ya :) Open up any folder, let's say My Documents. Then go to the tools menu => Folder Options. From the "view" tab, scroll all the way down, and you should see something like this: http://www.enerds.ca/files/screenshots/simple_filesharing.jpg You must "uncheck" the simple fil

Re: [PHP-WIN] PHP 5 Beta 1 and IIS

2003-07-06 Thread Frank M. Kromann
Hi Den, I have two directories on my system: c:\php4 and c:\php5. In each of these directories I have all files needed for each version. php.exe (my cli version) php-cgi.exe php4ts.dll php4isapi.dll .. all extensions I then have a directory with all my PHP scripts. Each project in a sub folder.

[PHP-WIN] Question w/ Ming

2003-07-06 Thread Stan Lemon
Has anyone here worked with Ming? I have a question about setting a font, I'm having a real pickle of a time on my Windows machine. Any help would be appreciated. Thanks. - Stan -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-WIN] Test

2003-07-06 Thread The.Rock
test message -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-WIN] fwrite error (noobie I am)

2003-07-06 Thread Ron Stephenson
That's the part I think I'm missing because when I right click on the file and go to the properties there is no "Security" tab, button or anything. It does have two check boxes one for read only (unchecked) and one for Hidden. This is the Windows Explorer version. In the IIS properties there is a

Re: [PHP-WIN] PHP 5 Beta 1 and IIS

2003-07-06 Thread Denis Bourdon
Thank you Frank! It works well : - libxml2.dll and iconv.dll either in the same folder where php.exe is -> CGI - libxml2.dll and iconv.dll (+ php4ts.dll) either in %systemdir%\system32 -> ISAPI however I'd like to know how you can keep everything in c\php5 ? Is it only for CGI configuration ? Do

Re: [PHP-WIN] fwrite error (noobie I am)

2003-07-06 Thread Stephen March
If you right click on the file count.txt, go to properties -> security. Does "everyone" have modify/write permissions to this file? The first error it posts, is that it doesn't have permissions to alter the file.This would also account for it failing to create the stream. ~Steve Ron St