Passing the value to other textbox in php [closed]

In my page there is an eye icon which opens a form, in which there is textbox 1 and textbox 2. The user inputs the value in both textboxs and save the form.

The second time the user clicks on the eye icon, can textbox 2 pass the value to textbox 1 in PHP?