hi all -
php.home
Im trying to pass a varible of "MOBILE" from a form i have set up
<td><span class="style61">Mobile number</span></td>
<td><span class="style61">
<label for="mobile"></label>
<input type="text" name="mobile" id="mobile" />
To a differnet .php called test.php
On this test php i have the following $mobile = $HTTP_POST_VARS['$mobile'];
how do I pass the mobile number from the form on home.php to the above variable on test.php
Hope someone can help me on this...
many thanks in advance