I don’t know how to handle this PHP question and need guidance.
1. create a two text field web form where one field allows the user to specify the text string to search for and the other field allows the user to specify the replacement string. The page should also show a sentence of your choosing that the search and replace will be performed on. Take the in input from the from and using appropriate string functions perform the search and replace on the sentence and return the updated sentence to the user/browser.
2.Using string functions, compare the string “I have a 3.72 GPA” to string “I have a 3.72 GPA”| where 3.72′ gets formatted as an integer equivalent. Output the result by stating which statement is larger or smaller.



