Print the last insert value to printer | Sololearn: Learn to code for FREE!
¡Nuevo curso! ¡Todo programador debería aprender IA Generativa!
Prueba una lección gratuita
0

Print the last insert value to printer

I want to print the MySQL table values. in printer using php.Please help me.....

26th Jun 2018, 3:16 PM
Bharath Kumar
Bharath Kumar - avatar
1 Respuesta
0
Try this SELECT column from table order by id desc limit 1
26th Jun 2018, 3:18 PM
ᴋᵘⁿᵃˡ
ᴋᵘⁿᵃˡ - avatar