[PHP] Read/Write Pieces of a Binary File

2002-09-12 Thread Bob Bowker
I have a large binary file (50+ megs) ... I want to read the first 1k bytes, make changes, and write a new file with the new 1k bytes plus the balance of the original file unchanged. I've tried several different ways of doing this, but nothing works, and I'm out of ideas - any suggestions as t

RE: [PHP] Need 2-way encryption

2002-09-11 Thread Bob Bowker
private and public keys - but don't ask me how to do it >in PHP >Hope that leads you on the right path >Martin > > >-Original Message- >From: Bob Bowker [mailto:[EMAIL PROTECTED]] >Sent: Thursday, September 12, 2002 10:49 AM >To: [EMAIL PROTECTED] >Subject:

[PHP] Need 2-way encryption

2002-09-11 Thread Bob Bowker
Is there a way to encrypt a large tar file (60+ megs) in a way that it can be decrypted ...? RH Linux 7.2, PHP 4.06 TIA -- Bob. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] session_set_save_handler question

2001-09-24 Thread Bob Bowker
Hi -- No luck finding an answer to this ... can class methods be registered as the user functions with session_set_save_handler() -- or do I have to create a wrapper outside the class to call the class functions? Using 4.0.3pl1 ... Thanks -- Bob. -- PHP General Mailing List (http://www.p