index.php
Notice the json_encode, which encodes objects or arrays for Javascript (JSON stands for JavaScript Object Notation) and also notice the ' instead of ", because JSON uses ".
json_encode
'
"
Although, this soulution would be better:
...