Guest User

Untitled

a guest
Mar 21st, 2018
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. (function() {
  2.  
  3. var variable="contenido";
  4. alert(variable);
  5.  
  6. })();
  7.  
  8. </script>
  9.  
  10. $url = "<script> document.write(variable) </script>";
  11. echo 'variablePHP = '.$url;
Add Comment
Please, Sign In to add comment