11-29-2015, 02:07 PM
You already have a tool for 2nd Cycle that works and you have both sets of code written. I do not understand why you cannot add an IF/ELSE statement to the PHP script in the old application...
IF 2nd Cycle game selected THEN
validate with the frozen 2nd Cycle code
ELSE
Link to 3rd Cycle server & validate with the new 3rd Cycle code
I assume that this is running on a SQL Server 2008 r2 or later.
If that is not do-able, what is the effort to replicate that tool on the new server? It looks like the new tool is written in what I assume is java script. Not sure if that is compatible with PHP, but if not, how hard would it be to replicate your HTML from the old app on this platform and rebuild the PHP logic there?
For example:
The populateKingdomListbox() function in the new app looks very similar to what you had before.
IF 2nd Cycle game selected THEN
validate with the frozen 2nd Cycle code
ELSE
Link to 3rd Cycle server & validate with the new 3rd Cycle code
I assume that this is running on a SQL Server 2008 r2 or later.
If that is not do-able, what is the effort to replicate that tool on the new server? It looks like the new tool is written in what I assume is java script. Not sure if that is compatible with PHP, but if not, how hard would it be to replicate your HTML from the old app on this platform and rebuild the PHP logic there?
For example:
The populateKingdomListbox() function in the new app looks very similar to what you had before.
The Frost Lord,
Centurion in the Military War College
Pioneer of Alamaze



.