Last active
February 15, 2018 11:59
-
-
Save paullinney/0e9cf9857b2b2084da93c2179ce375e7 to your computer and use it in GitHub Desktop.
Strengths params
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
// Callback URLS | |
if (!$_sds_mywow_strengths_obj->setCallbackUri([ | |
'quiz' => 'start.aspx', | |
'results' => 'start.aspx', /* Same as quiz but diferent uri param.*/ | |
'xmlResults' => 'SDSRequests/resultsXML.aspx', | |
'reset' => 'SDSRequests/AJAX_resetProgress.aspx', | |
'progress' => 'SDSRequests/AJAX_getProgress.aspx' | |
]) | |
// URL params | |
$url_template = "iFrameNo={iframe}&dob={dob}&UId={uid}&ClientPass={servicepassword}&UserPass={userpass}&u_fName={firstname}&u_sName={surname}"; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment