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 IamaSherpa 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. audixdude

    Problems with File Cache? on Apache

    We are busy setting up a DB driven site using PHP/MySQL/Apache hosted on a "Virtual Server". The problem is that after editing/deleting files on the site, very seldom if EVER are the changes visible when the page is reloaded in a browser. At first we thought it was the Cache settings...
  2. audixdude

    Distinct not distinct...

    SELECT DISTINCTROW games.*, teams.teamname as teamname FROM games, teams WHERE games.homeid = teams.id OR games.visitorid = teams.id) AND teams.division="A" AND games.homescore is not null AND games.visitorscore is not null AND...
  3. audixdude

    Too Many Users

    Hi there Have you got the PHP manual installed? If you have check out Chapter 22. Persistent Database Connections. That might give you some insight into what the problems are. If you don't have the manual goto www.php.net & you can download whichever version you need. Hope it's of some use...
  4. audixdude

    Converting MSAccess "SQL" queries to MySql compatible queries

    I have been working on a large web project using Win98/ASP/MSAccess97. Recently we have had to convert the entire project to run under Unix/PHP/MySql. The ASP and the Database have successfully been converted to PHP/MySQL. However we need to convert all of the "phoney" SQL queries used...

Part and Inventory Search

Back
Top