Posts by mealine • 101 points
3 posts
-
3
votes3
answers428
viewsQ: Test equal values (data) in PHP
Hello, I need to test if two dates are equal in PHP (current date x last working day of the month), the two are strings, but I’m not getting the result using the following code: if(strcmp($ultimo,…
-
4
votes2
answers1287
viewsQ: Button that when clicked shows only content of certain class
Hello, I’m creating a Javascript system, where I need a button to show only paragraphs with a certain class in a div with hidden content. Example: <button id="btn1">Abre classe1</button>…
-
3
votes2
answers1809
viewsQ: Take a value that is within a <span> on another site using PHP
I would like to know how to get a value that is within one of an external URL to use in a given calculation. Example: http://www.agropan.coop.br/cotac.htm I want to take only the value related to…