Thread
:
Correct Coding
View Single Post
#
1
(
permalink
)
08-07-2003
Christopher J. Crane
Posts: n/a
Correct Coding
Is this the best way to do this?
if(isset($Task) && $Task == "Add") { Do something }
I want to check if the variable is set and if so, if it is "Add".
Christopher J. Crane