How can I use PHP to submit data into the Mysql database and print result same time

by 1 replies
3
I have a form in PHP that can submit data into the Mysql database using PHP global processing script action $_SERVER ['PHP_SELF']. How can the sata been submitted be made to display the results in another form to be printed on POS printer.
#programming #data #database #mysql #php #print #result #submit #time
  • [DELETED]
  • You probably need something running locally (on the network where the POS printer is) that polls the MySQL database regularly and then formats and prints the data whenever a new record is found.

    I've done this with Microsoft Access automatically before but it depends where your MySQL database is and if it can be accessed remotely?
  • [DELETED]
  • [DELETED]

Next Topics on Trending Feed