Posts by Diego Souza • 43 points
9 posts
-
1
votes1
answer47
viewsQ: Changing pages according to the searched field
I am trying to make a pagination according to the value searched in the field "Search Access". Paging usually works with all the values of the bank, but when I search for certain access it shows the…
phpasked Diego Souza 43 -
0
votes0
answers23
viewsQ: Error making request without refresh in database
Guys, I’m making a system that when searching the name of an access in the search field, it searches in the database some word referring to what the user wrote in the input... I followed a youtube…
-
-1
votes2
answers111
viewsQ: Move row to another table in the PHP PDO database
I have a table of movies on my site that has the option to edit and delete. I’m having a hard time deleting the film from my chart. What I want to do is: When you click delete, it moves the row to…
-
0
votes0
answers101
viewsQ: Save data when changing Fragment
I want to save the values that are on the counter for when I change from Fragment and go back to that, the values that I counted are there. I tried to use Savedinstance so that it did not work,not…
-
0
votes2
answers305
viewsQ: Save data to an Activity when changing Activity
The program is a counter, by clicking the button + it adds +1 to the variable counts1...cont2..., I want when I click on the report and I return to this page, the data I added the variable to be…
-
1
votes1
answer1047
viewsQ: Insert Data into PHP PDO database
Good evening, I would like a help in my code. I am trying to enter some data, coming from a form, in the database. Follow code: insert Register.php session_start(); include_once("settings.php");…
-
0
votes2
answers739
viewsA: Not registered in PHP Mysql database
I found the error! was giving error because Thc is int and registers as string. What I did was to convert string to int and it worked! $thc = filter_input(INPUT_POST, 'thc', FILTER_SANITIZE_STRING);…
phpanswered Diego Souza 43 -
0
votes2
answers739
viewsQ: Not registered in PHP Mysql database
Good evening, I would like a help in my code. I am trying to save 3 values in my database and am not getting. I’ve gone over the whole thing straight, and I’ve seen and reviewed the code, and I…
phpasked Diego Souza 43 -
1
votes1
answer144
viewsQ: Infinite loop with an if inside a do in Java
Good evening. I’m doing a college job on an ATM and I’m having a little doubt. I’m creating a do to make the ATM repeat menu, but before the user enters the box, it will set a value for the…