Posts by maxmodle • 7 points
3 posts
-
-1
votes2
answers69
viewsQ: How to modify the Alert Button link
I wanted to know how to change the alert button link. For example, when to press OK go to a page. I tried the following code but it didn’t work: echo "<script>alert('Clique para ir para a…
-
-2
votes1
answer92
viewsQ: How to scan a vector in PHP
I’m trying to make a question and answer game in php, already working the comparison, however, I’m having a problem, when I click to answer the vector goes to the last Dice, ie, last question. I…
-
0
votes1
answer108
viewsQ: Convert structure to string
How do I convert an integer to string? Example: convert int cod for char cod[30]. #include <stdio.h> #include <stdlib.h> #include <conio.h> #include <string.h> #include…