Posts by Diego Albuquerque • 51 points
12 posts
-
0
votes2
answers44
viewsQ: Working with Array in PHP
I would like to know how to proceed to achieve the result below in PHP. The way out today is: Array ( [0] => "0000000009999999" [1] => "20181209" [2] => "000000" [3] => "REM BASICA" [4]…
-
-1
votes1
answer300
viewsQ: Accent x JSON(Jquery)
How should I proceed in Jquery so that the return request via json is / is with the correct accent? Current: "Monday, 12 de Março de 2018" Precise: "Monday, March 12, 2018" I’m trying to…
-
0
votes1
answer88
viewsA: Jquery, append vanishing
I managed to "solve" the issue of the disappearance of the Divs added by append by adding "Event". Now the result is added, however, when I look for something else it adds under the previous result.…
-
0
votes1
answer88
viewsQ: Jquery, append vanishing
good afternoon! My Jquery is adding the results obtained via ajax and they are disappearing. What might be happening? And how to solve? Thank you var _urlSearchInput; var _urlSearch;…
-
0
votes1
answer277
viewsQ: Preg_match c/ Regular expression
I need to remove everything around the link below. I’m using preg_match with regular expression, and as I’m new in the area, I’m having a hard time finding my mistake. Would you please help me? Like…
-
0
votes0
answers107
viewsQ: Foreach in PHP with Simplexmlelement Object
I need to have access to the information (id_midia, midia_tipo, etc.) within the object array below. How should I proceed? [midias] => SimpleXMLElement Object ( [midia] => SimpleXMLElement…
-
0
votes0
answers143
viewsQ: Regular Expression in PHP (Remove a specific TAG among other tags)
I need to learn how to remove the tag '</div>' among the Tags '</blockquote> </div> </figure>' in PHP. Reinforcing, only in this condition that the GAR </div> should be…
-
0
votes1
answer37
viewsQ: Capturing a given link in an array
I need to check and capture links that contain (youtube.com/embed) in an array. The position of the link in the array is always variable. How should I do? Array ( [0] => esqueci [1] => de [2]…
phpasked Diego Albuquerque 51 -
-1
votes1
answer48
viewsQ: Count items with a certain extension within a PHP array
Hello, good morning! All right? I need to set up a media gallery for a certain image extension ('.jpg') and I’m having difficulty counting the files ($key) in the value field (ds_midia_link). How…
-
0
votes0
answers21
viewsQ: Position of an Object with a specific name within an Array
good afternoon! All right? Please help me solve the case in Jquery/XML below? I make a request for a city name ex. 'Vila Velha - ES' via JSON to a given XML, and it returns me an array of cities…
-
1
votes3
answers1413
viewsQ: Handle accent with Jquery
I’m having trouble treating stress in jQuery. I would like to remove word accents and replace spaces with "%20". I tried to do it the way down, but it didn’t work. cidade_sem_tratar =…
-
2
votes2
answers114
viewsQ: Selecting a Specific Value in Jquery Array
Hello, good morning, good morning! I am beginner in the area and would like to (if possible) help to resolve an issue. The user will have a field to select the cities, when selecting, the system…