On Sat, Feb 27, 2010 at 4:28 AM, acorn <[email protected]> wrote: > > I'm learning php programming with mnemosyne. However, when I add an > entry containing php code, it always strips the opening tag of '<?php' > > For instance: > > Question: How do you call a php parser > Answer: <?php ... ?> > > Unfortunately, when I do that, the answer appears blank because it > contains php code. > > Anyone know a way to circumvent mnemosyne from reading the php code? > > Thanks, > acorn
Offhand, I think wrapping it in <pre></pre> tags prevents all interpretation. If that doesn't work, you can use the usual HTML escapes of <> - < or > -- gwern -- You received this message because you are subscribed to the Google Groups "mnemosyne-proj-users" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/mnemosyne-proj-users?hl=en.
