PHP question (newbie)
PHP question (newbie)
Out of context: Reply #1
- Started
- Last post
- 9 Responses
- ********0
if(isset($_POST['my_var'])) {
$tr_author = '1'; }if(!isset($_POST['my_var'])) {
$tr_author = '0'; }
if(isset($_POST['my_var'])) {
$tr_author = '1'; }
if(!isset($_POST['my_var'])) {
$tr_author = '0'; }