hi anybody out there, i need help, how do i change the value of a URL argument?
Example:
URL: http://localhost/main.php?name='abc'&age='24'
how do i change the value of argument "name" and resend the information back to main.php without changing the age value.