Getting mixed input from the php manual and it is a rather simple (in RBase)
script so:

 

if (Trim($EN6365)=="") $validationOK=false;

 

I would like to include all fields that are entered (no empty fields) so
what is the separator for this?  Is it as simple as the example below and
just use the 'or' even if this example shown had that commented out?

 

 

Sincerely,

Paul Dewey 

 

 

Example:

<?php


if(call()==TRUE) // or if(call())
{
// nothing to do
}
else
{
// do something here
}
?>

 

Reply via email to