Folks,
The title is my question, how do I assign strign value into variables? Say , is the 
syntax below correct?

if ($singleRooms==1) {
     $roomType ='Single Room';
}elseif ($singleRooms==2) {
    $roomType ='Double Room';
}else{
   $roomType='Room Type not declared';
  }
Jack
[EMAIL PROTECTED]
"There is nothing more rewarding than reaching the goal you set for yourself"

Reply via email to