Quick PHP Question 2025-04-01 Hello, I have a quick question regarding php. Let's say I have a string of numbers: 1234567890, and out of that string I only want to print the first 2 and the last 2. How can I do that in PHP? Thanks, S