MySQL in combination with PHP problem

2003-01-24 Thread Damir Dezeljin
Hi. The below problem isn't realy MySQL problem, but is somehow colegated with MySQL, so please look below ;) I got a task to program a search engine for a site which is all around based on sessions and persistent connections to MySQL. The problem is that I first have to select a subset of

RE: RE: MySQL in combination with PHP problem

2003-01-24 Thread Steven Roussey
I'm using temporary tables for this but there is a problem. Temporary tables are visible trough the entire connection. So in future one browser window can interact (can display) with results from another browser window. Does anyone have a sugestion how to solve this? You could do something