Posts by Felipe Dias • 13 points
2 posts
-
0
votes1
answer119
viewsA: How to create a friendly URL
Use a session variable as $_SESSION['id_empresa'] or use a form with POST method not to appear on the site <form action="www.nomedomeusite" method="post"> <input type="hidden" value="24"…
-
1
votes1
answer63
viewsQ: I cannot print an array with foreach
I cannot print my array when I put a different key, it gives the error Warning: Invalid argument supplied for foreach(), how to proceed? for ($i=0; $i < 2; $i++) { $use[$i]['outrachave'] = 'some…