Re: [PHP] retrieve result of a query

2008-12-28 Thread Phpster
Ajax is what you need to look at. JS can certainly accept the data being posted back from the server. Bastien Sent from my iPod On Dec 28, 2008, at 9:32 AM, "Alain Roger" wrote: Hi, basically i have a php file with several parameter received in GET or POST. this PHP page execute a db qu

Re: [PHP] retrieve result of a query

2008-12-28 Thread Thiago H. Pojda
You can return (echo) a JSON or a XML with those results. That way it doesn't store the file anywhere. :) (I'd go for JSON + jquery) Regards, Thiago Henrique Pojda On Sun, Dec 28, 2008 at 11:32 AM, Alain Roger wrote: > Hi, > > basically i have a php file with several parameter received in GET

[PHP] retrieve result of a query

2008-12-28 Thread Alain Roger
Hi, basically i have a php file with several parameter received in GET or POST. this PHP page execute a db query and should return a specific amount of records and columns. however i do not want to display those records like that... i have a web page with javascript and the javascript should read