Posts by Ferb • 179 points
19 posts
-
0
votes1
answer300
viewsQ: Java test cases
I am trying to perform a test on the banking system that I have done, I am using netbeans for this. I need you to test the option to withdraw and deposit, in case what I have done so far only the…
-
2
votes2
answers519
viewsQ: Validation in an ATM
The user starts by putting a name to the account and the initial balance, here already has a problem, I want it is not possible to enter negative values or broken numbers In the deposit option I…
-
2
votes1
answer87
viewsQ: Pagination at the end of the page
I have a system in which shows 8 data per page, my problem and that when pagination has only one data on the page or 2 is on the data side, like: data 1 - data 2 - Page 1, I wanted it to be at the…
-
1
votes1
answer58
viewsQ: Script to remove readonly
I have a user registration system and a page where I show all registered users. I display 8 users per page - each user has the option to click an anchor Info which details the user. In these details…
-
0
votes1
answer96
viewsQ: Puzzle with array and modal
So I have a page that shows a total of 8 Divs per pagination, these Divs have little information inside, they have 2 button that allows you to delete and have more information about what is inside…
-
0
votes1
answer41
viewsQ: Difficulty in visualizing and paging
I have a menu with the option to view the registered phones, only the numbers that were registered without showing the rest of the data, the intention and the user clicks on the option to view in…
-
1
votes2
answers512
viewsQ: Update modal database
I made a code that updates the data entered by the user in the database, however, it is giving the message that the data has been updated, but does not update anything. The system works as a search.…
-
0
votes5
answers683
viewsQ: How to take input readonly
I’m trying to get that by clicking on button btnEditar release the inputs: funcionário, rca and regiao... I used this script but it didn’t work: <script language='JavaScript'>…
-
1
votes1
answer253
viewsQ: Update database
So I have a modal that shows the data of the number that was searched, I want that when clicking the button edit of the modal release the inputs: work, rca and region to be able to write inside…
-
0
votes1
answer44
viewsQ: How to use a website on the server
So, I created a php system that saves the numbers among other things of the employees of the company, I use xampp on my computer, I wanted to know how I do to put the system in php on the server and…
-
0
votes1
answer146
viewsQ: Script only number
I have a script that only lets you type numbers into one input however when I type a phone number and save it to the database. The number is saved all scrambled. Example: Type in the input…
-
0
votes1
answer180
viewsQ: Search by number in Mysql table with PHP
I have a search form where the user type a number and if it is equal to the number in the database it returns the data of that number. But when I click on button enviar he shows me the page…
-
0
votes1
answer103
viewsQ: Insert into field in mysql
I have a system where have registered matches and the logged user tries to hit the results of these matches, Each match has a registration id that is with the name (game) in the database, I already…
-
1
votes3
answers536
viewsQ: How to Block a button
I have a system where you have registered matches and the logged in user tries to match the results of these matches. Each match has a id registration that is with the name (game) in the database.…
-
1
votes1
answer84
viewsQ: Table comparison
I am creating a pool system, where the administrator registers the games and the score, and the user has the option to kick a score, in case this score is equal to the registered by the…
-
0
votes1
answer347
viewsQ: Script smaller than 18
I’m making a record that’s only allowed for people over 18, I made a script that is catching two days ahead in the case today and day 02/11/2017 so only user who were born from the day 02/11/1999…
-
1
votes1
answer51
viewsA: E-mail is not being true
You start an e-mail session: $email = $_SESSION['email']; And in the if and else, instead of comparing with ==1 you compare with the variable of SESSION: if($row_usuario['email']==$email){ //...…
-
3
votes1
answer51
viewsQ: E-mail is not being true
I have a problem: I’m creating a field "forgot password", where the user enters the email and if it is in the database appears as true and redirects to the page teste.php; otherwise for the page…
-
0
votes1
answer459
viewsQ: Script inside input text
I have an Rand that generates numbers from 0 to 5, wanted that when clicking a button it generates the number inside the input text. I did it in a way but when clicking on the button generate the…