This two very simple but effective patterns can be easily confused at first sight.

Scott MIllett author of ASP Design Patterns gives a very simple example on what is the difference between the two: State vs Strategy pattern

if you want to see a nice php implementation have a look at Giorgio Sironi articles:
State Pattern
Strategy Pattern