Results 1 to 3 of 3
  1. #1
    Join Date
    Oct 2008
    Location
    Rochester, NY
    Posts
    231
    Plugin Contributions
    0

    Default How do I determine whether I'm logged in using PHP?

    I would like to create an EZ-Page that has a particular section of content that changes depending on whether the user is logged in or not. What is the code to do this? I'll also accept a session variable that feeds the login information.

    I'm good with PHP, but I wanted to know if there was a "Zen" way of doing this.

    Thanks,
    BP

  2. #2
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    12,492
    Plugin Contributions
    88

    Default Re: How do I determine whether I'm logged in using PHP?

    Code:
    if ( isset($_SESSION['customer_id']) && $_SESSION['customer_id'] ) {
      /* a customer is logged in */
    }

  3. #3
    Join Date
    Dec 2006
    Location
    Seligman, MO U.S.A.
    Posts
    2,101
    Plugin Contributions
    5

    Default Re: How do I determine whether I'm logged in using PHP?

    @ bparker. If you just need this content in a sidebox, you might try my "Mystery Sidebox" from the plugins section. That's EXACTLY what it does.

    Hope this helps.
    Teach them to shop and they will shop today;
    Teach them to Zen and they will OWN a shop tomorrow!

 

 

Similar Threads

  1. Comments always how an X, whether customer is notified or not.
    By bangsters in forum General Questions
    Replies: 1
    Last Post: 14 Apr 2009, 10:11 PM
  2. Replies: 0
    Last Post: 19 Sep 2008, 05:32 PM
  3. PHP How do we check for logged in?
    By bumba000 in forum General Questions
    Replies: 7
    Last Post: 4 Sep 2008, 05:56 AM
  4. Determine if user is logged in
    By artcoder in forum Templates, Stylesheets, Page Layout
    Replies: 7
    Last Post: 6 May 2007, 02:44 AM
  5. Error! Unable to determine the page link! Purchased template. Using an SEO Url modul
    By olaand in forum Templates, Stylesheets, Page Layout
    Replies: 4
    Last Post: 25 Apr 2007, 05:01 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR