isset empty or ...?

[email protected] (John Taylor-Johnston)
Newsgroups php.general
Message-ID <[email protected]>
I'm using

if($mydata->DPRresponselocationaddress1 != "")

is this the same as

if (!isset($mydata->DPRresponselocationaddress))
http://php.net/manual/en/function.isset.php

or

if (!empty($mydata->DPRresponselocationaddress))
http://php.net/manual/en/function.empty.php

or is there another function I have not learned yet? I don't really get 
the difference between isset and empty.

John
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.