Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- POST json data using form
- {"method":"like","data":{"type":1,"id":123}}
- <script>
- jQuery(document).ready(function(){
- jQuery("#form").submit();
- });
- </script>
- $(document).ready(function(){
- $.post("script.php", { <?php echo $string; ?> },
- function() {
- alert("Your test.php page received the string!);
- });
- });
Advertisement
Add Comment
Please, Sign In to add comment