I have a form in page1.php where a users selects the products and then the page is redirected to page2.php where he gets his table to update based on his selection.Have used FORM VARIABLES.
And now what i want is that when the user clicks the update button on page2.php a full page screenshot should be captured and sent directly to MYSQL DATABASE.
MY database name = test
my table = test_table
and I even have made the image column BLOB in my database.
What I need is that I want the images directly to be sent from page2.php and return to page1.php.