Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Theyre saying something is wrong with line 17. Can you please specifically tell me how to fix it. 1 http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd> 3 4 5 Compare Strings
Theyre saying something is wrong with line 17. Can you please specifically tell me how to fix it.
1 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> 3 4 5 Compare Strings
chr/> 10 Both strings are the same. ; 16 else { 17 echo "Both strings have 18 similar text($firstString, $secondString) 19 character(s) in common.
20 echo "
You must change levenshtein($firstString, 21 $secondString) character(s) to make the strings 22 the same.
"} 23 } 24 } 25 else 26 echo "
Either the firstString variable or the $secondString variable does not contain a value so the two strings cannot 28 be compared. 29
" BO 31 ?> 32 BER . HNNNNNNN (!) Parse error: syntax error, unexpected'>' in C:\wamp\www\gp3Group-Project-03 \CompareStrings.php on line 17Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started