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 gkittelson 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. expert01

    HTACCESS and favicon.ico

    What would I have to add to htaccess to redirect requests for /favicon.ico to /favicon.php (for example)? I want to set my site up to have the firefox method (line in <head>), but I want it to be dynamic, and IE only requests /favicon.ico.
  2. expert01

    mult-processor system

    Would it be better to go with quad P3 700MHz Xeons, or dual regular P3's at 933mhz each? I can get either server for about $120, so I'm wondering which would perform better with Apache.
  3. expert01

    Large number of entries

    I'll do it my way. Maybe it doesn't seem the best from a "classical" point of view, but from a file system point of view it is much better. Easier to access a single entry in a 200KB file than in a 30GB file.
  4. expert01

    Large number of entries

    so it's more wise for MySQL to have one big file in the 20GB range than a ton of smaller files?
  5. expert01

    Large number of entries

    I want to have one database for all my website information, and one database that has users and products they've purchased. I was thinking of: ->Purchased -->User1 --->Product1: Yes --->Product93: Yes -->User2 -->User3 --->Product64: Yes with each user being a table (with a name of the user's...
  6. expert01

    Large number of entries

    Is it better to have 100,000 tables with 10 entries each, or one table with 1,000,000 entries? Please take this as a serious question for performance, I may soon encounter a situation not only like this, but with many more entries.
  7. expert01

    Manipulate remote page through JS?

    I want to load a remote page in a frame and use JS to change the layout and such. Is this possible? I've got a little profile on MySpace, and I really want to amp it up. I know, pathetic, but I've got no job and nothing to do for two weeks until I move.
  8. expert01

    Apache 2.2 WIN32 binary release

    I was wondering that myself, it's been a month. I got mine from http://www.dj02.net/Apache/
  9. expert01

    Making list from MySQL query

    Thanks, that worked :D
  10. expert01

    Making list from MySQL query

    no, same output... it looks exactly the same as what was there, just different format.
  11. expert01

    Making list from MySQL query

    (quote from first post) It works fine for the first category, but not the second. The second category should contain "Couch".
  12. expert01

    Making list from MySQL query

    I'm having a problem with this script. It works fine for the first category, but not the second. Output: http://test.org/checklist.php Script <?PHP $connect = mysql_connect('test.perfora.net', 'test118443323', 'test'); if (!$connect) { die('Could not connect: ' . mysql_error()); }...
  13. expert01

    Need help with iframe script

    Yes. I even tried deleting everything after the code makes the new window through the end of that function and it still happened.
  14. expert01

    Need help with iframe script

    Ummm... what new code?
  15. expert01

    Need help with iframe script

    Anyone?
  16. expert01

    Need help with iframe script

    I noticed it appears then disappears. I tried messing with the addwindow function. Perhaps someone could take a look at it? http://rapidshare.de/files/8059917/desktoptest.rar.html
  17. expert01

    Need help with iframe script

    I've got a page that uses various scripts I have collected. One of the scripts was designed for Mozilla only. I modified the CSS to display the menu bar in the right place, but it doesn't load new windows properly in IE. If you view http://s92246609.onlinehome.us/desktop/index.html and click on...
  18. expert01

    Need assistance inserting data from complex array/hash into MySQL

    I'll work on this more, but I might end up just using existing scripts and XMLTV.
  19. expert01

    Need assistance inserting data from complex array/hash into MySQL

    The perl script uses up to 130MB of ram and 99% processor. I read at CPAN (http://search.cpan.org/dist/XML-Simple/lib/XML/Simple/FAQ.pod#What_isn't_XML::Simple_good_for?) If you are working with very large XML files, XML::Simple's approach of representing the whole file in memory as a 'tree'...
  20. expert01

    Need assistance inserting data from complex array/hash into MySQL

    The file is downloaded (I've got another script doing that). It's parsing the XML file that is taking so long. Script to download XML file: http://docs.tms.tribune.com/tech/tmsdatadirect/zap2it/datadirect-parse.zip Site to sign up to get XML listings: http://labs.zap2it.com Certificate Code...

Part and Inventory Search

Back
Top