PHP - Check is Set HTTP GET


/ Published in: PHP
Save to your folder(s)

Check and Set Default HTTP GET (Verifica e define padrão para parametro HTTP GET)


Copy this code and paste it in your HTML
  1. $Song = isset( $_GET["Song"] ) ? $_GET["Song"] : null;

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.