I've got an external php file containing the following data:
<?php
/*|[{"username":"user","password":"password","project":"Template"}]|*/
?>
How do I pass the password element into the variable $password? Using my own php script?
Please note that the content of this PHP file has surrounded itself with a comment and pipe symbol. How do I go about removing these so that loading the file adds the json rather than ignoring it.