Posts by Noah • 29 points
5 posts
-
1
votes1
answer1038
viewsQ: XML printing Object(Simplexmlelement)#1 (0) { }
How to transform a xml in a array or object? I make a request that returns to me the following xml: xmlteste.xml <?xml version="1.0" encoding="utf-8"?> <DataSet…
-
0
votes1
answer85
viewsQ: Sqlite Visual Studio 2008
I am trying to work with Sqlite in Visual Studio 2008 to make a system for Windows Embedded Compact 7. The problem is that it always gives the following error: A first chance exception of type…
-
1
votes1
answer233
viewsQ: Return 2 PDO queries in JSON
I need to return two queries. $id = $_POST['id']; $id = end(explode('editarnovoservico', $id)); $searchid = $pdo->query('SELECT * FROM cad_servicos WHERE id = '.$id); $searchid =…
-
0
votes2
answers323
views -
0
votes0
answers85
viewsQ: AJAX with Slim Frame
Project : https://github.com/noebezerra/survey-slim I have a problem with the AJAX request ( Resources/views/templates/app.Twig ) ajax - app.Twig $('.stars-default').click(function(e) {…