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 Odpowiedź
0
Try this SELECT column from table order by id desc limit 1
26th Jun 2018, 3:18 PM
ᴋᵘⁿᵃˡ
ᴋᵘⁿᵃˡ - avatar