fork(17) download
  1. <?php
  2.  
  3. echo "<input type = 'button' onclick = 'showform(\"psswdform\")' value = 'Change password'>";//this shows the form and needs quotes
Success #stdin #stdout 0.01s 20568KB
stdin
Standard input is empty
stdout
<input type = 'button' onclick = 'showform("psswdform")' value = 'Change password'>