[PHP-DEV] RE: Rsync and Snaps

2002-11-04 Thread Spyros Ioakim
Will you please let us know when to re-enable the cron jobs for rsync. Also a question... Will the script that checks when the last update was for each site, disable all the sites? They are not going to be updated for 5 days or so... Regards, Spyros -Original Message- From: James Cox

RE: [PHP-DEV] ODBTP, a possible solution for MS-SQL and other databases

2002-11-04 Thread Mike Robinson
Robert Twitty writes: So far 3 people have shown interest in ODBTP, however, it is the weekend. I am currently working on packaging it in a tar.gz file. If the response is low I will only release it to those who have shown an interest, and if it becomes higher than I will release it to

[PHP-DEV] CVS Account Request: the_q

2002-11-04 Thread Yuval The-Q
Translating PHP manual into Hebrew. -- PHP Development Mailing List http://www.php.net/ To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DEV] CVS Account Request: harrie

2002-11-04 Thread Harrie Hazewinkel
Development of the SNMP extension (second try, network problem at PHPCON) -- PHP Development Mailing List http://www.php.net/ To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DEV] PHP crypto extension news

2002-11-04 Thread J Smith
Since I just finished a pretty major source overhaul of the cryptopp-php extension, I figured I should make a little announcement, as this is oh-so-exciting news. Recently, Wei Dai released Crypto++ 5.0, which was pretty much a complete re-write of the public domain Crypto++ cryptography

[PHP-DEV] Re: PHP crypto extension news

2002-11-04 Thread nicos
Very nice news. -- M.CHAILLAN Nicolas [EMAIL PROTECTED] www.WorldAKT.com Hébergement de sites internets. J Smith [EMAIL PROTECTED] a écrit dans le message de news: [EMAIL PROTECTED] Since I just finished a pretty major source overhaul of the cryptopp-php extension, I figured I should make a

[PHP-DEV] When my PHP file opens, I want it to automatically submit

2002-11-04 Thread Luke
Hello, On my website, I have a php form which submits the global Ip address of the computer its on to a specific email address, I want it to automatically click the submit button on the website without questions, it already has an email address specified in it, but you have to open the document

Re: [PHP-DEV] ODBTP, a possible solution for MS-SQL and other databases

2002-11-04 Thread Robert Twitty
I'd be interested in seeing more about this extension. It sounds like it could be useful. What kind of license would this stuff be released under? If it proves to be a viable DB solution, then my goal is to have it become a part of PHP. Thus, it would be under the same license as PHP. Best

Re: [PHP-DEV] When my PHP file opens, I want it to automatically submit

2002-11-04 Thread Wei Weng
Basically, you need to do a HTTP post to the URL where it had that submit button and wrap the global IP address of computer along with other information you want to pass to that URL in the post data area. You can search the PHP-General mailing list archive, I asked how to submit HTTP post