×

Welcome to TagMyCode

Please login or create account to add a snippet.
0
0
 
0
Language: PHP
Posted by: Freek Tech
Added: Jun 21, 2017 9:01 AM
Views: 2367
Tags: no tags
  1.     $test1 = $_POST['ID'];
  2.     $test2 = $_POST['body'];
  3.     $test3 = $_POST['img_url'];
  4.     $test4 = $_POST['active'];
  5.    
  6.     echo "<script>document.write('ID=$test1 - BODY=$test2 - IMG=$test3 - ACTIVE=$test4')";