Skip to content

Instantly share code, notes, and snippets.

@sjenkinsdc
Created October 21, 2013 16:11
Show Gist options
  • Save sjenkinsdc/7086489 to your computer and use it in GitHub Desktop.
Save sjenkinsdc/7086489 to your computer and use it in GitHub Desktop.
SAXOTECH/NEWSCYCLE Sample template to demonstrate passing variables to a $S script.
// ==========================================================================================
// File: /scripts/scripttest/scripttest2.php5
// Desc: for testing vars
// Author: Stacey Jenkins
// Date: 10/14/2013
//
// ==========================================================================================
$MaxImageWidth = $SOSE->GetVar("MaxImageWidth");
$NoRecordsFoundMessage = $SOSE->GetVar("NoRecordsFoundMessage");
// Print out vars
$SOSE->Echo("MaxImageWidth: $MaxImageWidth<br>");
$SOSE->Echo("NoRecordsFoundMessage: $NoRecordsFoundMessage<br>");
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment