Multiple choice technology performance

Which function is used for correlating the dynamic values in HTTP/HTML?

  1. a.web_reg_find()

  2. b.web_reg_save_param()

  3. c.web_regsave_param()

  4. 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.