[PHP-DB] Access Violation PLEASE HELP.

2001-07-10 Thread PHPFAN

I have the following setup.

PHP 4.04 running on windows 2000 using SQL Server 7.0

The script runs fine for sometime, then I get the following errors
PHP has encountered Access Violation at 013A2466. So I have to reboot
everytime. This happens
almost every 2 to 3 hours or so. I have to use PHP on windows 2000.

Please help.

Thank you
PHPFAN



-- 
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




Re: [PHP-DB] Newbie:Backend scripts

2001-07-05 Thread PHPFAN

Thank you very much for your help Beau!!!

Sagil.


"Beau Lebens" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> // OK, i just checked and tested (jeez i'm a nice guy.. :P) and
> // dodgy Windoze
> // schedule doesn't allow you to do it by the hour, so if you
> // want it every 2
> // hours, you'll have to set one, daily at 2am, one daily at
> // 4am etc etc, all
> // doing the same thing.
>
>
> change this, under the "Schedule" Advanced settings for the scheduled
event
> you can
>
> "Repeat Task"
>
> every x minutes/hours etc, so only need one scheduled event for it all :)
>
> beau



-- 
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




Re: [PHP-DB] Newbie:Backend scripts

2001-07-05 Thread PHPFAN

Hello Beau Lebens,

Thank you very much for the advice.
I am using windows 2000/NT.So do you happen to know how to handle it in
windows?

Sagil.


"Beau Lebens" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> Sagil,
> the way I do something like this is write a script using PHP that does
> exactly what you want, without any input or anything like that, then just
> set up cron to run that script every 2 hours. you can use either lynx to
hit
> it as a webpage, or it's an admin script or something that you don't want
> other people to be able to hit (because it'd be in the web-root) then you
> can put it outside the documentroot and use the php cgi to run it.
>
> if you use lynx, do something like this in your crontab entry (the
'timing'
> might be wrong)
>
> * 2,4,6,8,10,12 * * * lynx -source
> http://yourscript > /dev/null
>
> that will just get the source of the page, then pipe it to the 'bin' so to
> speak, but in doing this, it will perform whatever operations you have
told
> it to in the script
>
> HTH
>
> Beau
>
> // -Original Message-
> // From: PHPFAN [mailto:[EMAIL PROTECTED]]
> // Sent: Friday, 6 July 2001 9:43 AM
> // To: [EMAIL PROTECTED]
> // Subject: [PHP-DB] Newbie:Backend scripts
> //
> //
> // Hi,
> //
> // I am using php4 with mssql backend loaded on windows 2000.
> //
> // Here is my problem:
> //
> // I want to update my database contents every 2 hours with some sql
> // statements.
> // Is there anyway I can write scripts in php and run them
> // every 2 hours?
> // Anyother solutions are most welcome.
> //
> // Thank You,
> // Sagil.
> //
> //
> //
> // --
> // PHP Database Mailing List (http://www.php.net/)
> // To unsubscribe, e-mail: [EMAIL PROTECTED]
> // For additional commands, e-mail: [EMAIL PROTECTED]
> // To contact the list administrators, e-mail:
> // [EMAIL PROTECTED]
> //



-- 
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




[PHP-DB] Newbie:Backend scripts

2001-07-05 Thread PHPFAN

Hi,

I am using php4 with mssql backend loaded on windows 2000.

Here is my problem:

I want to update my database contents every 2 hours with some sql
statements.
Is there anyway I can write scripts in php and run them every 2 hours?
Anyother solutions are most welcome.

Thank You,
Sagil.



-- 
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




[PHP-DB] PLEASE HELP !!!

2001-05-22 Thread PHPFAN

I am running PHP 4.0.5 on Windows 2000 with SQL server databases.
If there is an error with my PHP code, my computer becomes very very slow
and  nothing works. The PHP process is using 99 % of the CPU. So I have to
restart the computer. This
happens everytime there is an error in my PHP code. For the work I am doing,
I have to use PHP with backend SQL
Server on Windows Platform.

Any suggestions will be greatly appreciated.

Thank you
PHPFAN



-- 
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




[PHP-DB] php 4.0/win 2000/sql server

2001-05-22 Thread PHPFAN

When ever I am trying to access a php file with an error,my system is
overwelmingly slowing down and restarting is the only solution.
Previously I worked on linux/apache/php 4.0/mysql ,I never had such
problem.I used to get some errors and I used to correct them but working in
this environment is almost impossible as I am restarting my system 95% of
time.

Any ideas what might be the problem and got any tips?

Thanks in advance,
Sagil.



-- 
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]