Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PHP

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> 
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #send #data #url #php
ADD COMMENT
Topic
Name
2+3 =