View Single Post
Old 06-22-2016, 01:47 PM  
blackmonsters
Making PHP work
 
blackmonsters's Avatar
 
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 is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote