Posts by jose113 • 75 points
5 posts
-
1
votes1
answer119
viewsQ: How to use str_replace to replace multiple words?
I’m displaying a date of a post I’m pulling from instagram, but it displays like this: Thu, 26 Sep 2019 13:47:05 GMT It ta resulting in English names of each day of the week, but I want to remove it…
-
0
votes1
answer28
viewsQ: How to choose what will be displayed from the xml by the php you are reading?
I have this Instagram rss code in XML is on this link: https://rss.app/feeds/wUySUmu0Kiy1c3uL.xml But the part I need is this: <description> <![CDATA[ <div> <img…
-
0
votes1
answer44
viewsQ: How to exchange one image for another depending on the time?
I’m pulling the rss of instagram of a market profile, but I want it at 10:00 in the morning 00:00 (midnight) it displays the photo of the first post, and that from the 00:01 until 9:59 in the…
-
2
votes1
answer414
viewsQ: How to filter JSON data using PHP?
I need to pull the leaderboard of football: position, coat of arms, team name, points, games, wins, goal balance. I’m pulling from an API, see the PHP code I tried: <?php header("Content-Type:…
-
1
votes0
answers151
viewsQ: How to style the texts that iframe pulls?
I’m using this code to get results from the lotteries, specifically the Mega Sena, and I need to style the text that the iframe brings. The result that iframe pulls is like XML, I’m not sure, but I…