0
Print the last insert value to printer
I want to print the MySQL table values. in printer using php.Please help me.....
1 Réponse
0
Try this
SELECT column from table order by id desc limit 1
I want to print the MySQL table values. in printer using php.Please help me.....