Hi everyone, I’m need to pass a random number I generated to another web page. All the examples I’ve seen are passing the variable’s value, which I don’t know.
Example… action="http://page-1.php?random=8423"
I’ve seen where you can pass a value thru a URL, which would work except I know the value.
My random number variable is $random.
Can someone please offer suggestions or tell me if my idea is completely wrong?