Thread: Correct Coding
View Single Post

  #1 (permalink)  
Old 08-07-2003
Christopher J. Crane
 
Posts: n/a
Default 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".



Reply With Quote