Posts by John Pablo Martins • 21 points
3 posts
-
0
votes1
answer76
viewsQ: Catch 6 numbers of a string within an array
I have a result of a DOM query in an array, as below: array(10) { [0]=> string(19) "6920709201700750550" [1]=> string(16) "6920702500550400" [2]=> string(14) "69207000550400" [3]=>…
phpasked John Pablo Martins 21 -
0
votes1
answer903
viewsA: Get PHP DOM attribute value
Well, after a while taking a look at the gift and its functions, I managed to make my code work. Below is code that is working. <?php header("Content-type: text/html; charset=utf-8");…
-
1
votes1
answer903
viewsQ: Get PHP DOM attribute value
I’m trying to make an application to take certain values from a page and insert them into a page of mine. I don’t know how to program, but I’m still taking a risk, because it’s to improve my…