Posts by Lucas Souza • 33 points
3 posts
-
0
votes0
answers30
viewsQ: Method $_GET[] PHP
I am using the $_GET[] method in php and it is returning the following error: "Do not access the direct Superglobal Array $_GET directly." follows the code: <?php function COMP($Comp, $Lar,…
-
2
votes1
answer156
viewsQ: PHP Multidimensional Array
Well I’ve bonded for making the inputs of matriz in html with the following code. for($I=0; $I<5;++$I){ for($J=0;$J<3;++$J){ print" Matriz A: <input class='_InpText2' type='text'…
-
0
votes1
answer157
viewsQ: menu creation on Html5 and css3
I created a menu with HTML5 and CSS3, so far so good, I left it right at the top corner of the screen and everything straight, only when I open the same file on another screen the menu is no longer…