Programming Tutorials

Comment on Tutorial - isset() function in PHP By Emiley J.



Comment Added by : dimitra

Comment Added at : 2011-10-05 16:24:11

Comment on Tutorial : isset() function in PHP By Emiley J.
Hello ,
I have a problem in understanding completely what this wants to do !

$month="February";
if (isset($_GET['month']))
$month=$_GET["month"];

thank you very much


View Tutorial