Is their a help file I can download as to how to use the extra features in the message/html block like the quote, code, php, etc the picture and web links work great but can't get the format for the code,php etc I have a script that call a file for each day using the date etc but I wat to automate it so was hoping I could add in some php code, but cant get it to work what am I missing ?? ie
| PHP: |
// should print something like: Wednesday the 15th echo date("l \\t\h\e jS"); ?>
|