echo '<?php if(isset($_POST['button'])) echo "ouch!"?>';
or
echo "<?php if(isset($_POST['button'])) echo 'ouch!'?>";
i cannot avoid syntax error...
so i put the code in an external file??
<form action="$_SERVER[DOCUMENT_ROOT].'/wp-admin/external.php'">
but how do I pass $_POST['button'] into the external.php?
This post has been edited by e_i_pi: 06 August 2012 - 08:53 PM
Reason for edit:: Please use [code][/code] tags

New Topic/Question
Reply



MultiQuote






|