Posts by WCDS • 15 points
5 posts
-
-6
votes1
answer126
viewsQ: ERROR WHEN SELECTING THE DATABASE
Warning: mysqli_select_db() expects Parameter 1 to be mysqli, string Given in C: Users wesle Onedrive Images New htdocs MOBILE folder db.php on line 3 FAILURE TO SELECT THE DATABASE $connect =…
-
-1
votes1
answer51
viewsQ: Table 6, what am I missing? LANGUAGE C
Not giving the results, always 0 #include <stdio.h> #include <stdlib.h> #include <locale.h> main () { setlocale(LC_ALL, "Portuguese"); int i; for (i = 1; i <= 10; i++) {…
-
0
votes2
answers697
viewsQ: Error lvalue required as left operand of assignment
Someone help me, how can I resolve this error:[Error] lvalue required as left operand of assignment #include <stdio.h> #include <stdlib.h> #include <locale.h> main () {…
-
0
votes2
answers66
views -
1
votes2
answers170
viewsQ: I can’t keep my footer down
My HTML and CSS: body { background-image: url(img/fundonew.png); background-repeat: repeat-x; font-family: Arial; background-color: #003013; } #main { position: absolute; top:0px; left:50%; width:…