Question:Which are correct for opening php syntax? 

A (Delimiter style) <?php echo "

some dynamic output here

"; ?> 

B (Short tags style) <? echo "

some dynamic output here

"; ?> 

C (ASp style) <% print "

some dynamic output here

"; %> 

D (Script style) <script language="php"> print "This another php example"; </script> 

+ Answer
+ Report
Total Preview: 1440

Copyright © 2024. Powered by Intellect Software Ltd