Posts by Lucas • 11 points
4 posts
-
0
votes1
answer21
viewsQ: Problem with inheritance and classes in Ruby
I have this code. I cannot print the editor variable in the incrementNameTitle method, it is not being displayed. The result is as follows: Publisher: In Flames - Collins! class Editora…
-
-1
votes1
answer51
viewsQ: Check a single item in the PHP database
My query only returns one value, and this value needs to be used in another query. How can I take this value without putting it in an array? As it is done in the code it puts the value in an array,…
-
0
votes1
answer45
viewsQ: Error while changing Javascript image
Image is not changing depending on time: function charge() { var msg = window.document.getElementById('msg') var img = window.document.getElementById('photo') var date = new Date() var hour =…
-
-5
votes1
answer39
viewsQ: I cannot write to the PHP database
File 1 picks up the data to enter into the database, the name and email are correctly being recorded, but the phone does not go to the database. FILE 1 <script type="text/javascript"> function…