Posts by CodeGirlLB • 39 points
6 posts
- 
		0 votes1 answer194 viewsQ: Problems defining sizes in flexbox itemsI am a laywoman in flexbox, and I have difficulty in aligning the items inside the flex, I determined size for them, but when it comes to positioning, they don’t look the same, they always look… 
- 
		0 votes1 answer226 viewsQ: How to make a single request with ajax and jquery?I have more than 50 checkbox,when I click on it, it checked the state with jquery step pro ajax bring the data from the page "home.php", but the way it is like this, I have to duplicate the code and… 
- 
		0 votes1 answer36 viewsA: Show Postgresql data on web pageWell, using PHP I was able to display the data using js(jquery). <?php include_once("./php/conect_postgre.php"); $consulta_bd = "SELECT * FROM uniao WHERE regua LIKE 'Co%'";… 
- 
		0 votes1 answer44 viewsQ: I cannot show database data with ajax,php and jqueryI need you to click on checkbox, he makes a database query and returns it to me inside a div. But I can pull the data with ajax and show in div directly(home_.php is showing the select I did), but… 
- 
		-1 votes1 answer139 viewsQ: How do I bring records from the database by clicking on the checkbox using jquery and ajax?Well, I can bring you data from the bank using ajax, but I want you to click on input of the kind checkbox, he performs the database query and shows me the data inside a flexbox. I have 10 checkbox,… 
- 
		-2 votes1 answer61 viewsQ: Use of jquery to pull records, but does not appearI saw in a celke tutorial, select the BD using php and list the records using jquery. I can see you pulled the data, but when it comes to showing inside the span, it doesn’t. I wonder where I went…