This is my code, and its showing a "Submit Query" button, how can I change it's name ? \[code\]<form method="post"><input type="submit" name="submit"></form><?phpif(isset($_POST['submit'])){ $output = shell_exec('cd /home && ls'); echo "<pre>$output</pre>";}?>\[/code\]