Start a new topic

problem in isset_par() function in sign up code

kindly explain a little bit what is isset_par() function in this code

if (isset_par('task')) {

    if (!get_par('first_name') || !get_par('last_name') ||

        !get_par('street_addr') || !get_par('state') ||

        !get_par('postal_code') || !get_par('city') ||

        !get_par('country') || !get_par('phone') ||

        !get_par('email') || !get_par('payment_currency') ||

        !get_par('i_time_zone')) {

        $ok = false;

    }

given in this link

http://support.sippysoft.com/support/solutions/articles/3000013653-sign-up-html-page-fresh-version-


1 person has this problem
1 Comment

Yes, there seems to be a couple referenced library files.  Could you please add documentation for where these files can be found.



Login or Signup to post a comment