Posts by Ezequiel Rezende • 23 points
6 posts
-
-3
votes1
answer31
viewsA: Select Mandatory to select a different value
below the line document.getElementById("justificativa0").removeAttribute("disabled"); add document.getElementById("justificativa0").setAttribute("required",1");…
-
-3
votes1
answer43
viewsA: How to redirect with Value and use Option text for Select Input?
Try using the Cod below. function redirect(){ cidade = document.getElementById("cidade").value; form = document.getElementById("my_form"); phone = "5511988998899"; text = "Ola, Tenho interesse no…
-
-2
votes1
answer36
viewsA: Fill in next fields from a populated PHP input or select
you have already included the jquery file in your main page, preferably before the custom.js, if not yet, add the line below in before any Javascript in your HTML. <script…
-
-1
votes1
answer248
viewsA: How to get a page from another site using PHP
I’ve been looking at the Ifood website. What happens is that the website detects which browser is ordering the page before submitting the content. When it identifies that it is PHP, it returns an…
phpanswered Ezequiel Rezende 23 -
0
votes1
answer37
viewsA: Generating a loop link
What kind of value is returned with $numped ?? if you want $numped to be a link just do so echo '<td><a href"#">' . $numped . '</a></td>'; replacing # with the URI of the…
phpanswered Ezequiel Rezende 23 -
0
votes1
answer18
viewsQ: Is it possible to use wilcard in firebase hosting?
I have a website hosted on firebase hosting, and I wanted it to respond to any request from Ubdomain, such as a wilcard dns, for example: if I access https://moreirasbuffet.com or…
firebaseasked Ezequiel Rezende 23