Posts by Yuri Silva • 13 points
4 posts
-
0
votes1
answer35
viewsQ: Insert javascript value via php variable
I need to insert value width and height through a php variable. window.addEventListener('DOMContentLoaded', function () { var image = document.querySelector('#image'); var cropper = new…
-
-1
votes1
answer160
viewsQ: Get SRC attribute value of an image inside the DIV
I have a div that has a registered image and the problem is this: only this div tag that has id through this div id I need to know the address of the image that is in src. Example: <div…
phpasked Yuri Silva 13 -
0
votes5
answers325
viewsQ: Php View Columns
I have two columns A and B with mixed words, I want to remove, the whole row of A and B that in column B has less than 8 characters. how do I do this in php?
-
0
votes3
answers3285
viewsQ: Search word in Php text
I have a text file with a name teste.txt, in it I have the following code: <ID>490901</ID> <ID>28602</ID> <ID>298174</ID> <ID>1081022</ID> I want to…
phpasked Yuri Silva 13