Skip to content

Instantly share code, notes, and snippets.

@paullinney
Last active February 15, 2018 11:59
Show Gist options
  • Save paullinney/0e9cf9857b2b2084da93c2179ce375e7 to your computer and use it in GitHub Desktop.
Save paullinney/0e9cf9857b2b2084da93c2179ce375e7 to your computer and use it in GitHub Desktop.
Strengths params
<?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