Hi!
I am relatively a newbie to PHP. I have got my PHP script to accept the data through HTML form and store it in MySQL table successfully. Now I am looking for a way to run a query and not only display the result of the query in a table form (like a report) on the screen but I also want to print the same on a printer. How do I go about it? Any help is greatly appreciated!
Thanks in advance!