Thread
: Rant
See, you messed up! You think it's set???
View Single Post
06-22-2016, 01:47 PM
blackmonsters
Making PHP work
Industry Role:
Join Date: Nov 2002
Location: 🌎🌅🌈🌇
Posts: 20,227
See, you messed up! You think it's set???
You think it's set but it's empty!
Don't believe me?
Then run this script :
<?php
$var="";
if(empty($var)) {
echo "This is empty<br>";
}
if(isset($var)) {
echo "This is set<br>";
}
echo "<br>See, you messed up";
?>
__________________
Make Money with Porn
blackmonsters
View Public Profile
Visit blackmonsters's homepage!
Find More Posts by blackmonsters