Here are some practice exercises:
1. Write a function that takes a name as a parameter and returns a greeting using that name.
2. Write a loop that prints the numbers 1 to 100.
3. Create an array with the days of the week. Loop through and print each day.
4. Generate a 10 digit phone number by concatenating random numbers in a loop.
Let me know if any of these need more explanation! Practicing these concepts will help reinforce your new PHP skills.