Posts by vncalmeida • 41 points
6 posts
-
-1
votes1
answer48
viewsQ: Percentage of one value over another
I would like to show how many percent represented a sale on the total amount. For example: Valor total 100. Produto 1 representou :10% do valor total produto 2: 80% Produto 3: 10% Only I’m doing the…
-
0
votes2
answers32
viewsQ: How to rename an input from a selector?
I would like to know which script is able to rename an input by choosing a selector. My input name is THUMB, if the person marks the first option, but I would need the input name to change if I…
-
0
votes2
answers684
viewsQ: How to read string from a specific word?
my doubt is as follows: If I have the phrase "The rat gnawed on the clothes of the king of rome" How do I read only from "Roeu" to "roma"? This without using numbers, because there will be several…
-
0
votes2
answers239
viewsQ: Web Scraping how to insert the result into the <img src=
I’m making a web scraping of a website, however I would like the returned images to come to me inside the <img src= but I’m not succeeding // Find all images foreach($html->find('img') as…
-
-1
votes2
answers122
viewsA: HTML5 Local video
Try to put the html in the same directory as the mp4 file and call only 1_559400305_teste.mp4"
-
2
votes1
answer119
viewsQ: Disregard words in input
I would like to know how to override/disregard certain floods placed by users in the input. I have an input where the person should send me the URL of a site, in case they should send the url as a…