Posts by eborelli • 63 points
6 posts
-
-1
votes1
answer367
viewsA: Run javascript function in php
Guys I managed to solve as follows, I did the checks of the users who were online in the php file, and after checking I put the id of the users online in an array and returned this array to the JS,…
-
1
votes1
answer367
viewsQ: Run javascript function in php
I’m building a chat system in php, and in the online client verification function that will be an ajax calling a php file from 30 to 30, and in this file there will be a foreach that will bring each…
-
2
votes4
answers479
viewsQ: Remove object from an Arraylist
I have an arraylist of objects, and I need to remove an object from it as follows. I need this object to be removed if its box attribute stores the same value that was typed in mine TextBox. Why am…
-
0
votes3
answers617
viewsQ: Move image to another form by clicking the c# button (Visual Studio)
I’m making a parking system, in which arose the need for when the user register, in the main form appear to an icon of a car on top of his vacancy (which is a label), ie when he click the 'register'…
-
1
votes1
answer487
viewsQ: How to call a class by clicking the button
i have a php class that accesses the database to check if the user is registered, I wanted that when I click on the "Log in" button that this class was called, I saw some related topics but were…
-
1
votes1
answer417
viewsQ: How to pass an integer with two digits, causing each digit to be in a position in the vector?
I make the sum of two numbers 5 and 5, how to pass the result (10) as follows: vetor[0]=1 and vetor[1]=0, that is, separate the result for each position of my vector, without the vetor[0] receive…