Posts by wilder • 59 points
9 posts
-
0
votes0
answers411
viewsQ: Query with like and or with PHP variable
I have a form with two inputs one type text and one type date. I am trying to make a query where the result should be filtered either by name field or by birth date field or by two together. It…
-
-1
votes1
answer348
views -
0
votes2
answers177
viewsQ: problem with PHP file path
Good evening, I’m having problems doing include of a file I use to register data in my database, I’m getting the error: Warning: require(./cadastro/usuario/usuario.php): failed to open stream: No…
-
0
votes1
answer129
views -
0
votes0
answers94
viewsQ: Change Text through a class
Good morning everyone, I’m trying to change a text of a link on a Wordpress site that is the name of a category, but when I update the page using the code below is displayed quickly the old text and…
-
0
votes2
answers537
viewsQ: Procedure of Insert in three tables
Good morning everyone I am trying to change a precedent I created to insert a new book in three tables the table has autoencrement in the id_book column, and tables B and C are not null, I am using…
-
2
votes2
answers161
viewsQ: Update in three tables
Good morning, I wonder if it is possible to update in three tables at once? I have the A, booklet, booklet, which are listed by the id_book column, and I would like to change the value of the book…
-
0
votes0
answers52
viewsQ: Function to return total sales
I have this function that returns me the amount of sales of a cnpj month to month in the year 2018, I would like if possible someone would help me implement a variable in this function, which takes…
-
2
votes1
answer693
viewsQ: Function to return months of year sql server
I’m new in sql server and would like if possible a help with an exercise I’m doing. I have a query that she returns me the region of a resale, the name of the resale, the cnpj, the registration date…