Posts by Jonata Santos • 1 point
5 posts
-
-1
votes1
answer24
viewsQ: Insert (Value)"Slider value" into an Angular Nativescript Label
Guys, I’m having a problem in my studies in Nativescript/Angular, I’m trying to insert a value of a Slider inside a Label the slider is in the following: <Slider value="1" minValue="0"…
-
0
votes0
answers42
viewsQ: Do not save Array of value 0 in the database
Guys, I have a form with 'n' quantities of inputs, all with the same structure: echo "<input name='quantidade[]' type='number'>"; When I finish the form and send it to the next page, they come…
-
0
votes2
answers706
viewsA: Place form data in Array
I got the answer, after analyzing the answer of $Programadorcaio, I realized that it could be ugly using Array, and after studying a little I discovered that to send the input data was simply put…
-
-1
votes2
answers706
viewsQ: Place form data in Array
Following guys, I have a database with some items and display the items of this database using this model: <?php $conexao = mysqli_connect("Host","User","Pass","banco"); if( !$conexao ){ echo…
-
0
votes1
answer46
viewsQ: How to put a specific variable in Session
Guys, first hello everyone!! I have a question, I need to put a variable with the URL of the specific page in Session, to be used in several later pages. The code I’m using to get the URL is this…
phpasked Jonata Santos 1