RE: [PHP-WIN] How do I get php to repeat and action every day?

2005-04-21 Thread Mike
> Hello, > > I wish to have a php file repeat every day at a certain time, > is there any way to do this? > Yes and no. PHP by itself can't do this. But you can easily set up a crontab (http://www.google.com/search?hl=en&lr=&q=crontab&btnG=Search) or a windows scheduled task pending on your ser

[PHP-WIN] How do I get php to repeat and action every day?

2005-04-21 Thread Maxwell Brodie
Hello, I wish to have a php file repeat every day at a certain time, is there any way to do this? Thank you! -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-WIN] Re: Jaw Breaker - What's the ansewer?

2005-04-21 Thread graeme
In essence it's how decimal fractions are represented in binary in binary .1 is a half .01 is a quarter .001 is an eighth and so on. The binary representation of decimal .1 is not an exact value... .0001 = 0.0625 .00011 = .09375 .000110011 = .099609375 .0001100110011 = .0999755859375 As you can s

[PHP-WIN] php test suite for windows

2005-04-21 Thread Xin Huang
I installed php 4.3.11 on my windows xp sp2 box and was able to do some simple testing following the documentation. I was wondering where I can find more thorough test suite for PHP on windows? It's not in the downloaded package. Thanks, Xin -- PHP Windows Mailing List (http://www.php.net/) To

Re: [PHP-WIN] Re: Jaw Breaker - What's the ansewer?

2005-04-21 Thread JC Botha
Hi Jin, Yes that also buged me, had no idea why it does that. I also battled with this one for a while. Perhaps there are more on the mailing list that got some info on this technical point. Thanks for your intrest! Chris On 4/21/05, Wu, Jin Yong <[EMAIL PROTECTED]> wrote: > > It's so interest

[PHP-WIN] Re: Automatic word documents printing failure

2005-04-21 Thread Nick
on a network printer, he doesnt want to print on a local printer, he only wants to print the last file any help for this? thanks -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-WIN] Automatic word documents printing failure

2005-04-21 Thread Nick
hey, i have generated some word files, based on an template with bookmarks, this works. Then i saved the files, and putted the path into an array. then i wanted to print those files, but i always get this message. i am printing with a network printer "Wait till all document in process are complet

Re: [PHP-WIN] PHP cannot load extensions

2005-04-21 Thread Ryan J. Cavicchioni
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Did you put "extensions=php_mysqi.dll" or "extensions=php_mysqli.dll" in the php.ini file? chistian wrote: > Hi, > > I've installed PhpMyAdmin 2.6.2, PHP 5.0.4 and Mysql 4.1.11 and PHP > is working fine but when I try to start PhpAdmin I get this