Welcome Guest, Not a member yet? Register   Sign In
Weird comparison results using set_select - probably PHP's fault
#2

[eluser]mattpointblank[/eluser]
Never mind, got it. Changed the third parameter of set_select from:
Code:
set_select('startTimeHours', '01', @$StartTimeHours == 01)
to
Code:
set_select('startTimeHours', '01', @$StartTimeHours == '01')


Messages In This Thread
Weird comparison results using set_select - probably PHP's fault - by El Forum - 01-22-2010, 08:08 AM



Theme © iAndrew 2016 - Forum software by © MyBB