Posts by Matheus Francisco • 93 points
3 posts
-
3
votes1
answer185
viewsA: Receive array values from the console
There are some minor problems in your code. First: The function callback of the reader method.() receives only one argument, which is the string the user has typed. I mean, it would look like this:…
-
2
votes1
answer4470
viewsA: Place elements side by side css/html/bootstrap
You can do this using Bootstrap, without additional css. I took into consideration that you are using version 3.3.7 of Bootstrap, but I believe that unless you are using some version > 4, there…
-
1
votes1
answer1494
viewsQ: Two variables and a group by? PHP and MYSQL
I’m making a very simple private chat system (just between two people) with PHP and Mysql, Jquery and HTML/CSS. In the database, the table has the following structure: id (int) remetente (varchar)…