save a query result May 20, 2019, 11:20:21 AM Hihow do i save a query result? i have to made a math operation and save the result but a cant do that.for example "SELECT qt, tempo, qt * tempo AS preco FROM pecas"it a test the query the output its ok but how i make it save the output to preco field? and visible on web-page?many thanks Quote Selected
Re: save a query result Reply #1 – May 23, 2019, 03:49:57 PM There's no direct way of doing this in phprad interface currently but you can modify the controller to save the generated query.to get the last executed query simply call $db->getLastQuery(); Quote Selected
Re: save a query result Reply #2 – May 24, 2019, 07:58:36 AM many tks, i discovered how to doit. another question, its possible export all the project (phprad and database) i want share the project in the forum, i think it will be a good strating point for new users without programing skills in data bases and php. Quote Selected
Re: save a query result Reply #3 – May 25, 2019, 12:26:51 PM @lp_felix yes it is possible. Here is a sample project for you to see what to export.Sample Rad Project export for share Quote Selected Last Edit: August 14, 2019, 04:44:17 PM by willvin