Is there a way to get something like
To properly highlight the "escaped" variable like Visual Studio does?
Code: Select all
echo "Address: {$sub['ship_name']} ";
Code: Select all
echo "Address: {$sub['ship_name']} ";