Answered step by step
Verified Expert Solution
Link Copied!

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.
image text in transcribed
image text in transcribed
1 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> 3 4 5 Compare Strings 6 7 8 9

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 17

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Beginning ASP.NET 2.0 And Databases

Authors: John Kauffman, Bradley Millington

1st Edition

0471781347, 978-0471781349

More Books

Students also viewed these Databases questions

Question

In an Excel Pivot Table, how is a Fact/Measure Column repeated?

Answered: 1 week ago