Posts by Anderson Henrique • 143 points
9 posts
-
0
votes1
answer1607
viewsQ: How to run a php function in ajax?
I’m wondering how I can do to click a button and the onclick of this button I call a php function, said I have to use ajax, but I have no knowledge in ajax but I will study, could help me?…
-
0
votes1
answer46
viewsQ: Wordpress Problem, Manipulating Images
I need to do the following, take the news content and its images of a page and show on the main page(Bs the current news, and this page is not in WP only the others) follows the images with the…
-
0
votes1
answer867
viewsQ: Use of arrow keys to generate movement in play
I wanted to know how the developer of the game Snake in C++ merged with C made the snake move from the arrow keys. I think the part where it moves is when it compares tecla=='K' tecla=='H' and so…
-
6
votes2
answers119
viewsQ: What’s going on in my C program?
I just have to add the lines but the values don’t make sense: Here the code: #include <stdio.h> #include <stdlib.h> int main (){ int matriz[6][6],i,h,somalinha[6]; for(i=0;i<=4;i++){…
-
0
votes2
answers155
viewsQ: How do I not get the site bugged when I lower the screen and have a problem with a button going up in CSS?
I’m doing a test and I wanted to know how not to make the screen bugle, just below has the normal page and it when the screen shrinks. And I have another problem, I wanted to give an effect of the…
-
0
votes2
answers5270
viewsQ: How to align paragraphs next to the image in HTML and CSS?
I have a test in .html and .css and wanted to align the text on the image side, how can I do that? I wanted to put it where the arrow shows. HTML code <!doctype html> <html> <head>…
-
0
votes1
answer2016
viewsQ: How to make an appointment in C language?
Good evening, I’m doing a little project of writing binary files in a txt and then reading these files. But I have to read the file or list them all. How could I do a search for the necessary file?…
-
2
votes2
answers319
viewsQ: Problem Converting String to Date
I have a project to do and I’m not able to convert String for Date. I want to compare the current date with the date of the query that is in textField Date, and if the current date has passed the…
-
1
votes1
answer102
viewsQ: How to take more than one database value and save in a Combobox more than one returned value?
I have a question that is next, when I make a bank consultation he can return me more than two names, and I can only get one. The idea is to filter the names of doctors by the type of…
javaasked Anderson Henrique 143