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: roardood
  • Content: Threads
  • Order by date
  1. roardood

    Sudden decrease in MySQL perfomance

    Hi All My problem is as follows: I am currently running a PHP application that has a MySQL backend (Apache & PHP are on a seperate server to MySQL which is on a dedicated box - P4, 1.6GHz, 512MB RAM, OS: Linux). Part of the application merges data from approximately 900 tables in one DB...
  2. roardood

    Referring to one object from within a method of anotherobject

    I have a script where I have two objects of two different classes, call them Object A and Object B. Object A has a method called Method_A and Object B has a method called Method_B. When I initialise Object B, I pass a reference to Object A and assign it to $Object_A. So far so good.However, now...
  3. roardood

    Accessing MySQL Db connection from within a function

    This is probably a really newbie question, but I can't search tek-tips at the moment, so I am going to have to post it. I am writing a script where I establish a connection to a mysql db server within the main body of my script. Later I call a homemade function that runs a query via the already...
  4. roardood

    Problems importing text files

    Hi all This is probably a newbie question, but seeing as that's what I am, please bear with me. I have a file that I need to import (comma-seperated variables) into a MySQL table. There are three fields, two of which are arbitrary, and one in which I am interested. The field I am interested in...

Part and Inventory Search

Back
Top