View Single Post
  #7 (permalink)  
Old 11-26-2003, 05:06 AM
LazyJim's Avatar
LazyJim LazyJim is offline
v7n Mentor
 
Join Date: 10-13-03
Location: UK
Posts: 2,469
iTrader: 0 / 0%
I'm not sure on what the functions actually do, php.net probably has them all listed.

isset() I assume checks whether any variable is set.
I don't know whether the result would be true if the variable is empty, as the variable can exist but not yet have been assigned a value.
 
Reply With Quote