Revision history of "Phpfile"

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.

  • curprev 00:37, 13 February 2019Bacchas talk contribs 878 bytes +878 Created page with "<pre> <?php $dbhost = 'localhost:3306'; $dbuser = 'root'; $dbpass = 'out'; $conn = mysqli_connect($dbhost, $dbuser, $dbpass); if(! $conn){ die('could not connect '. mysql..."