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
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
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.
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 - 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
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?
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
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
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
>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]
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
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
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
>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
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
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
16 matches
Mail list logo