MySQL Access from PHP: Revision history

Jump to navigation Jump to search

Diff selection: Mark the radio buttons 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.

(newest | oldest) View ( | older 50) (20 | 50 | 100 | 250 | 500)

23 May 2007

  • curprev 18:2518:25, 23 May 2007 Admin talk contribs 2,950 bytes +2,950 New page: == QUICK EXAMPLE == $db_hostname = "localhost"; $db_username = "user"; $db_password = "pass"; $db_database = "dbase1"; $db_table1 = "table1"; mysql_connect($db_hostname, $db...
(newest | oldest) View ( | older 50) (20 | 50 | 100 | 250 | 500)