Which is the correct format for adding a comment to a PHP script?
all of these answers
#This is a comment
// This is a comment
/* This is a comment */