Results 1 to 7 of 7

Thread: [Resolved] isset() Question

Threaded View

  1. #1

    Thread Starter
    Stuck in the 80s The Hobo's Avatar
    Join Date
    Jul 2001
    Location
    Michigan
    Posts
    7,256

    [Resolved] isset() Question

    I know that isset() checks to see if a variable exists. So if I have:

    PHP Code:
    $var '';

    if (isset(
    $var)) {


    The variable exists, so will that return TRUE or FALSE? What about variables equal to NULL?
    Last edited by The Hobo; Oct 15th, 2003 at 01:53 PM.
    My evil laugh has a squeak in it.

    kristopherwilson.com

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width