Within a string there is an excerpt used by Wordpress to display the image in the middle of a story, is it possible for me to remove all of that portion of the string and take advantage of the URL of the image?
$conteudonoticia = '[caption id=...
The intention with the program is that when two clients connect they display in the window of one client the id of the other. The program saves the two ids in the variables but sends only to the first user who logged in. The second logged-on use...
How do I get the data from a txt file and play in html to generate a chart ??
I'm using that HighCharts tool, and I'd like to know how to play the values on the date, so I can generate the chart.
series: [{
name: 'Sensor 1',
data: [...
I have a function that performs a calculation and changes the value of my component. But I would like it to return the value in Reals already with the Mask, I am using MaskMoney but it is returning NaN . Can anyone help me?
Follo...
I created a rule in my%% archives to be able to work with fonts within my webpack.config.js , but when I do scss to output build to load the file it stays as:
/distfonts/minha_font.woff
Since the folder is only...
I have my bd, however, it's bringing me a different result than the one in the bank
$consulta = "select * FROM PRODUTO_pedido WHERE PEDIDO_PED_ID =12";
$resultado = $db_con->query($consulta);
$contador = $resultado -...
I really need some help, thanks.
I need to create this function:
<input type="button" value="Refresh Page" onClick="history.go(0)">
But it must be created using the document.createElement () method and I'm not getting it, I've already...
Good morning people, I would like some help, I need to show youtube videos on the site.
This code I used worked, after page load, it displays the last five videos:
<div class="video">
<script>...
Could anyone help me with how I can change the information that is in blue in the image below, according to the selection of select (monthly, quarterly, semiannual and annual)?
I need to change the value of the product and the button l...