I have 2 files. One is pending.php and the other is process.php.
pending.php contains the string: <b>Page is pending</b>
How do I program process.php to remove that string on the click of a button? When I click the 'Authorize' button, I want it to take the string off of pending.php.
Thanks!