Posts by Fabio Jonas Zech • 53 points
6 posts
-
-3
votes1
answer29
viewsQ: User-friendly URL does not work properly
I am new with friendly url, the other ones I put work well but one in question is not working RewriteRule ^imovel-([0-9]+)\/([a-z]+)\.html$ imovel.php?m=$1&n=$2[NC,L] In theory the result should…
-
-1
votes1
answer29
viewsQ: Use date without creating page loop
I have a page that makes queries by dates, with the date selected the page returns me the result, until then ok, but then the client requested to keep the date as a history so that he did not need…
-
2
votes1
answer244
viewsQ: Reading JSON returns empty
I am reading a JSON from a URL, as code below: $link1 = file_get_contents('http://gwmestampas.com.br/arquivo.json'); $obj = json_decode($link1); echo $obj->event; echo $obj["event"]; foreach($obj…
-
2
votes3
answers81
viewsQ: Array reading
I receive from an API the following result: { "ShippingSevicesArray":[ { "ServiceCode":"3", "ServiceDescription":"Transportadora Jadlog ", "Carrier":"Jadlog", "ShippingPrice":"12.09",…
javascriptasked Fabio Jonas Zech 53 -
0
votes2
answers112
viewsA: HTML tag not shown
Supplementing the question: In the database it is recorded this way: <p style="margin-bottom: 10px; padding: 0px; color: rgb(102, 102, 102); font-size:…
-
1
votes2
answers112
viewsQ: HTML tag not shown
I make a query in a given table and the result is as follows: <p><span style="font-size:14px;"><strong><span style="color: rgb(120, 120, 120); font-family: "Trebuchet…