Stepwise regression adds and remove variables from the regression model to identify a useful subset of predictors.
Forward selection is a variable selection method which:
Begins with empty model that contains no variables (called the Null Model)
Then starts adding the most significant variables one after the other
It stops when all variables not in the model have p-values that are greater than the specified Alpha to enter value =0.25.