|
read a bunch of files that are in many directors into onestring First, which version of PHP? PHP 5 added a lot of features for reading files. Thank you, Micah Gersten onShore Networks Internal Developer http://www.onshore.com Richard Kurth wrote: I am trying to read a bunch of files that are in many directors into one string But it will only read one file. ... 7 Aug 2008 22:44
read a bunch of files that are in many directors into one string I am trying to read a bunch of files that are in many directors into one string But it will only read one file. Every file is a number 134328923 but they all start with 13 They are in 22 directors named 0 to 22 How can I make the script look in each directory and read each file into a string that is one line af... 7 Aug 2008 21:43
JDBC Wrapper for PHP Does anyone know of a JDBC API Wrapper that can be called from PHP? I'm already using this to connect to Java: http://php-java-bridge.sourceforge.net/doc/ -- Thank you, Micah Gersten onShore Networks Internal Developer http://www.onshore.com ... 7 Aug 2008 18:38
PHP 4.4.9 Released! Hello, The PHP development team would like to announce the immediate availability of PHP 4.4.9. It continues to improve the security and the stability of the 4.4 branch and all users are strongly encouraged to upgrade to it as soon as possible. This release wraps up all the outstanding patches for the PHP 4.... 7 Aug 2008 22:44
A few questions about PHP's SOAP module * I'm trying to better understand the 'classmap' option for the SoapClient class. Is it used to define the class of an instantiated object which will be passed as an argument to the server's function call? So, as a very simplistic example, it might go something like this: <?php class MyClass { publi... 7 Aug 2008 17:36
Scripts for removing Reg entries I was looking thru some of the scripts that were mentioned and I am wondering if there is a way to write on that will delete registry entries? I am trying to uninstall Office 97 on XP machines and there are a lot of pieces left after the uninstall has run. I would need to look and see if the entry exists and if it ... 7 Aug 2008 14:31
Object overhead vs. arrays I knew that there would be some overhead when working with objects vs working with arrays, but I didn't expect this much. Is there some optimization that I could do to improve the performance any? While the script below is just a benchmark test script, it approximates functionality that I'm going to need to imple... 7 Aug 2008 18:38
How to encrypt php code. Hi folks, I have Given a task to make a application installation using key. The installation file is ready I have to just add the Registration key feature. I have to do following task. 1. when user gives the url a installation page apears. when he clicks on user agree terms, it goes to then next page where ... 7 Aug 2008 09:21
ReflectionClass Hi, Do you know where can I find more information about using the ReflectionClass. What is it for? In which situation can I use it and so on. Thank you in advance! Viktor ... 7 Aug 2008 14:31
Anyone use FileMaker I'm wondering if anyone here has experience integrating FileMaker with PHP using either ODBC or JDBC. -- Thank you, Micah Gersten onShore Networks Internal Developer http://www.onshore.com ... 7 Aug 2008 04:14 |