Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. KarterJK

    Loops, output buffering and execution time

    the program is just extracting the ID tag info and putting it into a database, it usually takes about 45 seconds, its closer to 15Gb
  2. KarterJK

    Loops, output buffering and execution time

    My real problem is that I used to do Visual Basic programming and PHP is powerful enough, that I try to do things that should be really run locally LOL Thanks again
  3. KarterJK

    Loops, output buffering and execution time

    Thanks for the clarification
  4. KarterJK

    Loops, output buffering and execution time

    ummmmm Thanks for the reply, yes I thought about doing that... but was reluctant, I don't know why LOL so let me ask them... I I were to read my directories into an array as I do now and had it set to a global array and then transferred control to another PHP page would that restart the...
  5. KarterJK

    Loops, output buffering and execution time

    Hello to all, I am a confused on looping and output buffering in regards to execution time. I have 3000+ music files stored they have a file structure Library as main directory then artists by directory then albums by directory then the songs for that album Example C:/Library/3 Doors...
  6. KarterJK

    issues with php and javascript

    I might suggest using javascript and the innerHTML command to update your parent window text field you would add this to the popup --------------------- <script language='javascript'> function updatetext(x){ submitted = document.getElementById('content_1').value; theheader = 'editor_' + x...
  7. KarterJK

    php.exe vs php-cgi.exe Ver 5.1.1

    Well okay after some playing around here is what I finally came up with to resolve my situation Phew!!! in IIS6 anyway you have the Web Sites Branch the main one not Default Web Site * on Web Sites * I mapped the .php .php3 .php4 extensions to point to c:\php\php5isapi.dll and applied it...
  8. KarterJK

    php.exe vs php-cgi.exe Ver 5.1.1

    Thanks jpadie for the reply And sort of is the answer to your question. I realize that by using the application process you can assign different php versions (copies) to run for each site. But what I didn't want to have to do is install seperate copies(versions) for each web site...
  9. KarterJK

    php.exe vs php-cgi.exe Ver 5.1.1

    Here is where I got the idea registry is only goof for CGI The configuration file The configuration file (called php3.ini in PHP 3, and simply php.ini as of PHP 4) is read when PHP starts up. For the server module versions of PHP, this happens only once when the web server is started. For the...
  10. KarterJK

    php.exe vs php-cgi.exe Ver 5.1.1

    Thanks for the reply, Ummm, I did go back and check the manual, it didn't mention anything about cgi mode and the registry. I am uncertain now as to where I read this information. But, the fact remains its not reading my value. For my php.ini, my pathing is set using the system enviroment...
  11. KarterJK

    php.exe vs php-cgi.exe Ver 5.1.1

    Hi to all, I installed PHP 5.1.1 .zip file on a Windows 2003 server, while I initially was using the php5isapi.dll, unfortunately to change configurations using windows registry the .dll ignores any registry entries and would need to run in CGI mode to use these. In reading the install.txt it...
  12. KarterJK

    Problem using the generated password with my php code.

    If you are new to programming in php and MySQL, what you may not understand is that the md5 is an encryption function what is happening is a time value Example: 05:19:25 is being encrypted by md5 function into the BEE77AB0FB9380C but your true password is still the 051925 removing the md5...
  13. KarterJK

    multiple PHP instances Windows 2003 Server

    Hey thank you.... that is exactly what I needed, just didnt know where to look Greatly appreciated Don PDX Oregon
  14. KarterJK

    multiple PHP instances Windows 2003 Server

    Hello to all, Question to any who might help me understand: I have a Windows 2003 (Web Version) Server with PHP5 installed. With multiple web Sites. Everything runs great. But, I would like to set up multiple web sites, example: mydomain1.com mydomain2.com etc where they can all run the same...
  15. KarterJK

    PHP Install

    just go straight to the PHP website and look at the documentation http://www.php.net/manual/en/ pretty straight forward The problem is usually not PHP install but the MySQL install can be tricky
  16. KarterJK

    multiple sites with web edition

    We have a Win 2003 server with web edition installed Is it not possible to setup multiple sites with web edition? I have set up seperate directories, and each has its own IP, PHP is also installed, each has its own index.php but when accessing the second site the index.php is pulled from the...
  17. KarterJK

    Win2003 SP1 downoad speed decrease

    ???network switch port Not sure I follow you on that...
  18. KarterJK

    Win2003 SP1 downoad speed decrease

    Ummm, Okay did that and no difference what so ever. Micro$oft is beginning to get annoying.. But thanks for the suggestion
  19. KarterJK

    Win2003 SP1 downoad speed decrease

    Hello to all, I hope someone might steer me in the right direction, we are running a site with Windows2003 Web Version. We have 100Mbps connection and do large file transfers, we were getting 1.2Mbytes - 750Kbyte data transers and then all of a sudden the best transfer rates we can get are in...
  20. KarterJK

    PEAR pressure :)

    No that was all I wanted to make sure of... I thought that was correct... Thanks for the confirmation Don PDX Oregon

Part and Inventory Search

Back
Top