Posts by Pedro Terencio - Gamer Artist • 47 points
6 posts
-
0
votes3
answers96
viewsA: Show the user his test position
Good afternoon Fox, I will bring another point of view in question your question, as is marked the PHP tag I will assume that you are using PHP pro data processing/filtering. Use the select of Mboss…
-
0
votes2
answers944
viewsQ: PHP/JS - How to display an Alert() with the value of $_SESSION
Good evening guys ! I needed some help with the Alert(); , I’m trying to show off on the page index.html, one Alert(); showing that the data was inserted correctly, reading some posts on the forum,…
-
1
votes2
answers48
viewsA: Doubts with the insert
Speak beginner ! All good brother ? So! what would I do in your case... You would take the data of the other guardians, usually through the $_POST. In the PHP execution code (Where you enter your…
-
1
votes1
answer277
viewsQ: CSS - Position: relative; VS Position: Absolute;
Good evening guys I’m having a problem in a matter of leaving my site Responsive. What happens is the following... I have my menu, which contains 2 LI "ADD VALUE" , "ROUTINE". And I want to make…
-
0
votes1
answer33
viewsA: Php - update + or - in the field
Come on João! I believe that what you are looking for is very simple, I will try to be as didactic as possible. 1° Part (Input) <form type="post" action="NOMEDAPAGINA.php"> //POST pega o valor…
phpanswered Pedro Terencio - Gamer Artist 47 -
2
votes1
answer125
viewsQ: PHP - Take a value and modify the date day
I have a question about date manipulation. I need to take a value (given by the user) and turn this value into day of the month. Example : $Valor_Usuario = 30; $Data = 12/10/2018; $Resultado =…