Posts by Andre Figueiredo • 1 point
2 posts
- 
		-2 votes1 answer23 viewsQ: How to sort a query listing using curl_setopt_array?I’m populating a Dropdown, and I need to sort through Label. curl_setopt_array($curl, array( CURLOPT_URL => "url..., CURLOPT_CUSTOMREQUEST => "GET", CURLOPT_HTTPHEADER => array(....… phpasked Andre Figueiredo 1
- 
		-3 votes1 answer35 viewsQ: Add sequential ID to DIV and then hideI have to manipulate some fields without having access to form. When I am hiding the input fields, you are setting the lines of the div, causing form stay with holes between the lines. My idea would…