Re: [PHP-WIN] createing a php script with reloadable modules.

2001-01-22 Thread kill-9
Ok feelings are also welcome :) yes the script will be running 24 hours a day 7 days a week. I need the script to pick up the changes I make. I assumed that php would cashe the script it was curtly running and there for not pick up any changes I made while I was running it. which is what I need

Re: [PHP-WIN] [PHP-Win2000 IIS5] File Uploading

2001-01-22 Thread Mitesh Patel
Do you get any error ??? what error do you get , may be script error or else also it may be the security of the server which may be having readonly rights for internet users if possible give the script and what error does it give?? - Original Message - From: NX Dev <[EMAIL PROT

[PHP-WIN] Automating web data input and extraction

2001-01-22 Thread Emore, Emmanuel
I am looking for a way to automatically enter data into a web form and extract the result of the search to a mysql database. The information I am trying to retrieve resides on a separate server/site that I have no control over. The only access is through the web pages/forms. I am running PHP 4.0.

Re: [PHP-WIN] fwrite is adding extra text, why? and where is it coming from????

2001-01-22 Thread alain samoun
It seems that you forgot the quotes inside your html statements. Like: print ""; etc... Alain Joey Garcia wrote: > > I an using the fwrite command to show how it works but it is writing extra > data. For example, I have a Form text box that prompts for a new string of > data then on submit it w

php-windows Digest 22 Jan 2001 19:42:07 -0000 Issue 409

2001-01-22 Thread php-windows-digest-help
php-windows Digest 22 Jan 2001 19:42:07 - Issue 409 Topics (messages 5131 through 5143): Re: PHP4 / WinNT 4 / Oracle 7.3 via ODBC 5131 by: Jean-Christophe Le Brun 5137 by: Carlos Correa Goncalves Re: session lifetime 5132 by: DATURA createing a php script with relo

[PHP-WIN] fwrite is adding extra text, why? and where is it coming from????

2001-01-22 Thread Joey Garcia
I an using the fwrite command to show how it works but it is writing extra data. For example, I have a Form text box that prompts for a new string of data then on submit it writes this to the text file and for just a test I wrote "this is a test" and I got the text below. I don't understand why?

[PHP-WIN] No More Crashes!

2001-01-22 Thread Gonzalo Vera
First, I want to thank all for helping me with lots of suggestions for questions I posted ("Disabling ODBC", "Tracing crashes", "ODBC vs. Straight MySQL", ...)in the last couple of months. Even if my problem was not fully solved it was more due to my having an old platform nobody else used, than l

Re: [PHP-WIN] [PHP-Win2000 IIS5] File Uploading

2001-01-22 Thread phobo
Please be more specific as to the reason why you cannot copy/move the file. Is it because you don't know the functions to do so, is it because you have access/permission violations? do you have a syntax error? is it a windows specific problem ? or what? Include your code and we can be of more ass

Re: [PHP-WIN] createing a php script with reloadable modules.

2001-01-22 Thread phobo
My feeling ... Your script wont be running for 24hours, so you can just edit the PHP file directly, can't you? Make a copy of your main PHP file, make the changes you need, and copy/overwrite the existing one. I assume the PHP engine doesn't read the file a line at a time but instead caches the w

Re: [PHP-WIN] IIS Filter

2001-01-22 Thread Phil Driscoll
>I have only the CGI (php.exe) working, mapping .php to php4iis.dll results >in a "HTTP 500 / module not found" error... If you are using IIS4, it may just not work for you - as it says in the release notes, the ISAPI version of PHP is not up to production strength. I can't get it to work reliabl

[PHP-WIN] [PHP-Win2000 IIS5] File Uploading

2001-01-22 Thread NX Dev
[ PHP-Win] Server: Windows2000 IIS5 Issue: File Uploading using POST I have it where the PHP Script knows all about using the _name/_size things. My Problem is that i cannon get PHP to copy()/move() the file from the TMPDIR location to where i want it to be. Bob -- PHP Windows Mailing List

RES: [PHP-WIN] PHP4 / WinNT 4 / Oracle 7.3 via ODBC

2001-01-22 Thread Carlos Correa Goncalves
Hi Jean-Christophe, Thanks for your help! I´ve tried your suggestion. When I add "extention=php_oci8.dll" to the php.ini and restart the www service, I get the message: -- PHP Warning: Unable to load dynamic library 'd:/php4/php_oci8.dll' - The specified module could not be found. in Unknow

Re: [PHP-WIN] IIS Filter

2001-01-22 Thread Ernest E Vogelsinger
At 11:55 22.01.2001, Phil Driscoll said: [snip] >>but the filter always fails to load. The EventLog gives me an "Event ID >>14", "The filter ... failed to load". The error data is 7B 00 00 00. >Do you already have the php4isapi.dll mapped and working for .ph

Re: [PHP-WIN] IIS Filter

2001-01-22 Thread Phil Driscoll
>but the filter always fails to load. The EventLog gives me an "Event ID >14", "The filter ... failed to load". The error data is 7B 00 00 00. Do you already have the php4isapi.dll mapped and working for .php scripts? If not, it may just be that the dll can't start up because it is missing some re

[PHP-WIN] IIS Filter

2001-01-22 Thread Ernest E Vogelsinger
Hi, I am wondering if anyone has a clue on how to get the php4isapi.dll filter running. I am proceeding as instructed in install.txt > 4. If you don't want to perform HTTP Authentication using PHP, you can (and > should) skip this step. Under ISAPI Filters, add a new ISAPI filter. > Use PHP as t

[PHP-WIN] createing a php script with reloadable modules.

2001-01-22 Thread kill-9
Ok guys I need your help I'm banging my head against the wall on this one. I need to do something like modules in a script. The main script runs 24/7 I want to be able to change the modules run time. have some kind of flag set to have it update/reload the module. I cant do something like an i