[Pmapper-users] You can use the savequery() function. Add a few line for saving queries in query.php after the 'queryBy...()' requests in function 'q_execMapQuery()', like ... @$this-map-queryByRect

2006-03-20 Thread Carlos Timóteo
I tried to use your info to attach query info into pdf/print. how can i see / print the query results ?? i used: $this-map-loadquery($_SESSION['queryFile']); but i dont know how to parse the results. Do i need to parse the file with php functions to parse files ? what i have to in the next

[Pmapper-users] You can use the savequery() function. Add a few line for saving queries in query.php after the 'queryBy...()' requests in function 'q_execMapQuery()', like ... @$this-map-queryByRect

2006-03-20 Thread Armin Burger
Carlos Tim?teo wrote: I tried to use your info to attach query info into pdf/print. how can i see / print the query results ?? i used: $this-map-loadquery($_SESSION['queryFile']); but i dont know how to parse the results. Do i need to parse the file with php functions to parse files