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...
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...
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...
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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.