I am trying to have a button display different text on one php file.
I want something like
<input type="submit" value="test1" name="test1">
this will change
$body_data_disply = $test1_display;
$body_data_display is to currently show
<input type="submit" value="test1" name="test1">
I have ideas but cant go further till I can figure this out.
would a <form post=./named.php> do it?
thanks