Posted by ptera on June 24, 2010 at 3:59pm
When I paste this into the body of the node...
<?php
print "mac: " . $_POST["mac"] ."<br/>";
?>I get this when I view it...
<?php
print "mac: " . $_POST["mac"] ."<br/>";
?>I have looked around but can not find any where on how to get php commands like this to work.
Any help?
[Moved to appropriate forum: nevets]
Comments
Have you enable the 'PHP
Have you enable the 'PHP filter' module?
Under Input filters (for body text) did you select 'PHP Code'?