Multiple choice technology performance Which function is used for correlating the dynamic values in HTTP/HTML? a.web_reg_find() b.web_reg_save_param() c.web_regsave_param() d.web_reg_saveparam() Reveal answer Fill a bubble to check yourself B Correct answer Explanation web_reg_save_param() is the function used to correlate dynamic values in HTTP/HTML scripts. It registers a request to save dynamic data from server responses to a parameter. web_reg_find() is for content verification, not parameter saving.