Day 52: PHP Update

Dan Esmail - 2/21/2023

Day 52: PHP Update

Now that I'm not using a JSON format to bring data from PHP I'm going to have to make it look like a CSV file. This shouldn't be hard. I'm just going to be adding in comas and enters to make it the correct text. This was super easy and the only thing that tripped me up is I needed to use double quotes instead of single quotes for the echo. All this did was make sure that there was only one backslash.


Day 1

Day 1