I have a simple question which I do not know the answer.
I have two programs: A.php and B.php.
From within A.php I call B.php.
B.php will return a random number.
A.php will then write that random number into a file.
My trouble is in passing the random number back into A.php.
Help!
I have two programs: A.php and B.php.
From within A.php I call B.php.
B.php will return a random number.
A.php will then write that random number into a file.
My trouble is in passing the random number back into A.php.
Help!