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

1 replies
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.
#data #database #mysql #php #print #result #submit #time
Avatar of Unregistered
  • Profile picture of the author FordPrefect
    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?
    {{ DiscussionBoard.errors[11382288].message }}

Trending Topics