Hello there,
you were very kind the first time I posted a question, so I hope someone will know the answer to my problem
.I have a perl script that needs to make a php page. I am making a php page because I need it to be password protected. The thing is, each time there is a $ character, perl does not write it into the php file, nor the name associate with it. For example:
$LOGIN_INFORMATION = array('guest' => '1234');it looks like this in php:
= array('guest' => '1234');
Could you please tell me how to solve this?
Thank you!
In reply to "Translating" $ by kviki_kiki
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |