Quotation Marks

$studentName = "Spiff Goodman";
print 'The student\'s name is: $studentName';
print "The student\'s name is: $studentName";
 


 Creating a Script
 Home