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 TouchToneTommy 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: *

  • Users: expert01
  • Content: Threads
  • Order by date
  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

    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.
  4. 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.
  5. 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()); }...
  6. 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...
  7. expert01

    Need assistance inserting data from complex array/hash into MySQL

    I'm having trouble figuring out how to insert data from an array into several MySQL tables. My biggest problem is I can't figure out how to get $xtvdata->{programs}->{program}->__program_name_here__ and assign the program name as `pid` in the programs table, with the data contained in the...

Part and Inventory Search

Back
Top