Revision history of "A PDO Example Using SQLite and simple AJAX"

Jump to: navigation, search

Diff selection: Mark the radio boxes of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

  • (cur | prev) 00:56, 1 August 2014Viper-7 (Talk | contribs). . (2,578 bytes) (+2,578). . (Created page with " <nowiki><?php // Connect to the DB. // In this case we're using sqlite, with a file path of /temp/barcodes.sqlite $db = new PDO('sqlite:/temp/barcodes.sqlite'); // Create ...")