hypernatic.net
03-28-2002, 04:39 PM
For some reason it is not working... Could anyone check what I am doing wrong?
What I want is it to check if var $A is undefined (so left BLANK on the form) and if so set another variable to something else...
if ($A = '') {$B = '30'};
(note that $A = '' are actually ' ' (shows like a double quote, but it actually is two single quotes)
Could anyone tell me what I am doing wrong?
Thanks guys!!
What I want is it to check if var $A is undefined (so left BLANK on the form) and if so set another variable to something else...
if ($A = '') {$B = '30'};
(note that $A = '' are actually ' ' (shows like a double quote, but it actually is two single quotes)
Could anyone tell me what I am doing wrong?
Thanks guys!!
