Home / PHP Tips Generated By ChatGPT / Working with Arrays in PHP Store multiple values in a single variable with indexed arrays. Source Code $fruits = ["Apple", "Banana", "Cherry"]; echo $fruits[0]; // Apple