[PHP-WIN] {PHP-WIN] Word -> PDF advice

2010-02-19 Thread Murray R. Summers
ight be willing to help with this task (for hire). Any ideas? Thanks! Murray -- Murray R. Summers

[PHP-WIN] Comparing large arrays

2010-02-22 Thread Murray R. Summers
I have two arrays, generated from even larger text source files (one is ~50K elements and the other is about 90K elements). I need to compare the two, and produce a result array that contains only the elements of array 1 that are not also in array 2. It seems like array_diff() is exactly the