$x = "Hi, how are you?";$x = "Hello World!"; echo substr($x, -5, 3); echo substr($x, 5, -3);