Guest User

Untitled

a guest
Jan 22nd, 2018
49
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.42 KB | None | 0 0
  1. <head>
  2. <script src="./jquery-latest.min.js"></script>
  3. <script>
  4. var jash = window.location.hash;
  5. var url = "datos.php";
  6.  
  7. $.ajax({
  8. type: 'POST',
  9. url: url,
  10. data: {jash:'tuVariable'},
  11. success: exitoso
  12. });
  13. </script>
  14. </head>
  15. <body>
  16. </body>
  17.  
  18. /src/list.html#access_token=533b45555555acf01e11f55b536a565b57531ad114461ae8736d6506a3
  19.  
  20. <?php
  21. $url = isset($_POST['tuVariable']) ? $_POST['tuVariable'] : '';
  22. echo $url;
Add Comment
Please, Sign In to add comment