Webmastersite.net
Register Log In

Doc change for {SESSIONID}

Title Doc change for {SESSIONID}
Message Text If SESSIONID is alphanumeric then the integration scripts will fail. Example: $sessionquery = 'SELECT x FROM y WHERE id={SESSIONID}'; needs to change to $sessionquery = 'SELECT x FROM y WHERE id="{SESSIONID}"'; This should probably be the case for any variable not explicitly defined as a numeric variable. (ie, anything that could be alphanumeric should be double-quoted). Thanks, Nigel
Rating
  • 0/5
  • 1
  • 2
  • 3
  • 4
  • 5
0/5 based on 0 votes.
Ownership nelgin
Views 305 views. Averaging 0 views per day.
Similar Topics
Submission Date Oct 04, 2007 - 3:24 PM