Hi
Does anyone know if ASP has the equivalent of ISSET in PHP.
eg. below:
It just basically says if a variable IS SET do something...
Thanks in advance...PHP Code:<?php
if (isset($userName))
print "Welcome " . $userName . "<br>";
else
print "You are not logged in <br>";
?>







Bookmarks