Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- if(isset($_POST['id'])){
- echo $_POST['id'] .' Variabile con POST';
- }
- if(isset($_GET['id'])){
- echo $_GET['id'] .' Variabile con GET';
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement