Skip to content

html-tester-11/post_js

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

read-post-using-js

-Read post data using javascript.

First method

-single landing page

equivalent to php $_ISSET

Second method

equivalent to php

$_a=new array(); // array where all post data will be stored foreach($_POST as $key => $value) { $message = "$key => $value\n"; //echo $message;

array_push($_a,$key,$value); }

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages