Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Report Writer Template Scripts - Stray "/"?
12-06-2018, 10:47 PM, (This post was last modified: 12-06-2018, 11:17 PM by VortecCPI.)
#1
Report Writer Template Scripts - Stray "/"?
In all the template scripts we have:

PHP Code:
<input type="hidden" name="FormID" value="<?php echo $_SESSION['FormID']; ?>" /> 

Please not the closing "/" at the end.

Should this be:

PHP Code:
<input type="hidden" name="FormID" value="<?php echo $_SESSION['FormID']; ?>"
https://www.linkedin.com/in/eclipsepaulbecker
Reply


Messages In This Thread
Report Writer Template Scripts - Stray "/"? - by VortecCPI - 12-06-2018, 10:47 PM

Forum Jump:


Users browsing this thread: 1 Guest(s)