Skip to content

Tag: html

pass parameters in url via php

i am tying to pass some parameters in my URL via php. Below is my code i have tried. <button onclick="window.location.href='process2.php?name=' .$fname. '&Usrname=' .$name " style="…