Posts by Guajenet • 1 point
2 posts
-
0
votes0
answers875
viewsQ: How to link an image using "echo" php
I have this php function that takes the current url: <?php function UrlAtual(){ $dominio= $_SERVER['HTTP_HOST']; $url = "http://" . $dominio. $_SERVER['REQUEST_URI']; return $url; } ?> I would…
-
0
votes0
answers61
viewsQ: How to find link/reference within this code for another page?
I’m trying to make a popup like this found in this link: "http://shoowplay.tk/embed/v2626", by inspecting the page can do virtually everything, but this code…