Posts by Gustavo S. Rocha • 11 points
6 posts
-
-1
votes1
answer34
viewsQ: Load reply to another page
I have a list of registered projects and the user can select one of them and click next to describe more details on the other page. I would like that, when pressing the forward button, besides being…
-
-2
votes1
answer35
viewsQ: Get SQL data for Select
a forum recommended using this schema to take the data from an SQL column and bring it to select. However, when I submit the form, what is being sent is the id_project and not the project name_name.…
-
-1
votes1
answer25
viewsQ: Loading Session ID
I have a table containing user id, email, password and rating (admin or not). When a person logs in, I’m making them click to other sessions as the system introduces expenses into a database and has…
phpasked Gustavo S. Rocha 11 -
0
votes1
answer27
viewsQ: Redirect system
Good morning guys, a problem that I have not been able to solve so far consists of a login system, where if, for example, the user has already logged in and has not clicked on "QUIT" (logout), if it…
phpasked Gustavo S. Rocha 11 -
-1
votes1
answer77
viewsQ: Customization and z-Index
I searched here for the site and ended up not finding the one that satisfies my doubt. I have two boxes, where one is behind the other. After I click on a button, I would like the z-index to change…
-
1
votes2
answers85
viewsQ: Is it possible to change the value of a Readonly with conditions?
Good morning. I didn’t find anything similar in many posts so I decided to ask you: is it possible to change the value of a readonly field? For example, suppose you have two fields (number 1 and…