My Php Method Coding:
$str = {Order4no};
$len2 = count( explode(’,’,$str ));
// sc_alert(" Order4no ON-BLUR event ( $len2 ) ");
echo “<font style=‘color=red;font-size=14pt;’> Order4no ON-BLUR event ( [$len2] )</font>” ;
Questions:
- The echo output via SC with give a title Output as message heading. How to Change the SC std title (Output) with my defined title?
- I cant use (error)
sc_alert(" Order4no ON-BLUR event ( [$len2] ) ");
in my Php coding. What’s wrong- may be it cant accept $len2? How to do it?
TQ for help in advance.