Answers for "send data with url in php"

PHP
-1

send data with url in php

// Send the variables myNumber=1 and myFruit="orange" to the new PHP page...
<a href="page2.php?myNumber=1&myFruit=orange">Next page</a>
Posted by: Guest on January-31-2020

Browse Popular Code Answers by Language