Posts by André Paiva • 51 points
8 posts
-
0
votes1
answer1094
viewsQ: Fetch file path from input type="file"
Good afternoon, for some time I have a problem, I have the following input of type file, to get some file any. <form class="form-signin" method="post"…
-
1
votes1
answer137
viewsQ: Jquery validation using array in the Names input?
I am making the following form for the registration of data in the database, to enter in the database I am using array us input names form. <form method="post" id="validar"…
-
0
votes0
answers182
viewsQ: Error "Cannot assign an Empty string to a string offset" in Wordpress
I used the version of WP 4.9.3, after upgrading to the latest version which is 5.0.3, began to appear the following error message: "Warning: Cannot assign an Empty string to a string offset in…
-
1
votes1
answer96
viewsQ: Select where the month name appears?
At the moment I’m developing a app where I list on a table the month and the sum of consumption of each month in KW as shown in the print below: only that I n know how I would do to instead of…
-
0
votes1
answer244
viewsQ: Select with Inner Join
Good afternoon, I am making an app where I need to list all rooms of a user and the last recorded consumption of each room, only that my code search wrong, if a room has more than one consumption it…
-
0
votes0
answers96
viewsQ: How to use Google Analytics with Ionic 3
Good afternoon, I’m making an app using Ionic 3 and I use the Restful API with php for connection to the Mysql database, and I need to use Google Analytics in the project, but I can’t find a…
-
0
votes1
answer88
viewsQ: Pass-through id to another Ionic 3 page (Restful API with php)
Good afternoon, I’m making an application in Ionic 3 using the Restful API with php for connection to the MYSQL database and my app lists rooms of a house with its respective consumption, follows…
-
1
votes1
answer141
viewsQ: Error when listing MYSQL data via Restful API with PHP (Ionic 3)
Good morning, I have a problem listing data in Ionic 3 using mysql. The problem is this, I have an app that lists the comforts of a house and the consumption of each room, but I can’t find the…