Christian F. Posted September 25, 2012 Share Posted September 25, 2012 It is valid, as the last statement is closed by the closing PHP tag. Though, that said I wouldn't recommend it either. Link to comment https://forums.phpfreaks.com/topic/268447-php-test-questions/page/3/#findComment-1380728 Share on other sites More sharing options...
Hall of Famer Posted September 25, 2012 Share Posted September 25, 2012 Well if all your script does is to output one line of sentence to your users such as echo "hello world", or echo "Welcome to our site", then why not just use plain html? XD Link to comment https://forums.phpfreaks.com/topic/268447-php-test-questions/page/3/#findComment-1380875 Share on other sites More sharing options...
The Little Guy Posted September 25, 2012 Author Share Posted September 25, 2012 BTW this code is valid (note no semicolon) <?php echo 'Hello world' ?> I mentioned that in an earlier post... Link to comment https://forums.phpfreaks.com/topic/268447-php-test-questions/page/3/#findComment-1380876 Share on other sites More sharing options...
Barand Posted September 25, 2012 Share Posted September 25, 2012 I mentioned that in an earlier post... And yet you still put this in your test questions post 10. All statements must end with a semi-colon? * True - False Link to comment https://forums.phpfreaks.com/topic/268447-php-test-questions/page/3/#findComment-1380879 Share on other sites More sharing options...
The Little Guy Posted September 25, 2012 Author Share Posted September 25, 2012 And yet you still put this in your test questions post Because I was told that I should, even after mentioning that. Link to comment https://forums.phpfreaks.com/topic/268447-php-test-questions/page/3/#findComment-1380881 Share on other sites More sharing options...
Barand Posted September 25, 2012 Share Posted September 25, 2012 I'd go along with "All statements should end with a semi-colon" Link to comment https://forums.phpfreaks.com/topic/268447-php-test-questions/page/3/#findComment-1380882 Share on other sites More sharing options...
The Little Guy Posted September 25, 2012 Author Share Posted September 25, 2012 Like and Done! Link to comment https://forums.phpfreaks.com/topic/268447-php-test-questions/page/3/#findComment-1380886 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.