Posts by RWProgramer • 11 points
3 posts
-
1
votes1
answer179
viewsQ: Submit a form using request in php
Good morning guys, I am making a form (course work) and need to echo in all information typed in the form using REQUEST (can be POST too) when I click the "Submit button". I searched the internet a…
-
-1
votes2
answers84
viewsA: Php - multidimensional array using for or foreach
Sorry, reversed, the correct is: $cores =array (‘vermelhas’,’amarelas’,’verdes’)
phpanswered RWProgramer 11 -
0
votes2
answers84
viewsQ: Php - multidimensional array using for or foreach
Guys, I need help, look at the examples below: $cores = array (‘vermelhas’,’amarelas’,’verdes’) $ frutas = array( array (‘maçã’,’morango’,’cereja’,’acerola’), array (‘banana’,’melão’), array…
phpasked RWProgramer 11