Stepwise Linear Regression is a method by which you leave it up to a statistical model test each predictor variable in a stepwise fashion, meaning 1 is inserted into the model and kept if it "improves" the model. Improve is defined by the type of stepwise regression being done, this can be defined by AIC, BIC, or any other variables. If it worsens the model, the predictor is then taken out. It sort of does some work for you. DON'T SKIP THE NEXT PARAGRAPH!!!!
HOWEVER!!!! this method should be avoided. Nothing wrong with the mathematics, but the logical thinking about how and why each variable should be in a model is not taken into account. What is your reasoning for putting this or that variable in the model? Questions of that nature, to understand our uncertainty about some variable of interest is not accounted for by the stepwise process. These are questions that stepwise regression can't answer, and the variables it's based on to include/exclude variables can't do that either. People loved it before because they could dump 20+ predictor variables in and get an "equation", but they didn't know if it was good or not, and the thinking behind what was in the equation was lost. Otherwise, it's like predicting shoe size by ice cream scoops (totally bogus, even if r^2 = 1.00)