diff options
author | Indieteq <admin@indieteq.com> | 2013-08-30 18:56:27 +0200 |
---|---|---|
committer | Indieteq <admin@indieteq.com> | 2013-08-30 18:56:27 +0200 |
commit | 4aa232983c59760412112f5c77b9aeb06ab58a27 (patch) | |
tree | 94f256cbdef4bede540d9d65fad78ec7b8494cb7 | |
parent | 03e1d606b99229787d63eb550b043c6bc48bfa26 (diff) | |
download | php-mysql-pdo-database-class-4aa232983c59760412112f5c77b9aeb06ab58a27.zip php-mysql-pdo-database-class-4aa232983c59760412112f5c77b9aeb06ab58a27.tar.gz php-mysql-pdo-database-class-4aa232983c59760412112f5c77b9aeb06ab58a27.tar.bz2 |
Renamed index.example.php to index.php
You'll instantly see the results if you browse to the folder.
-rw-r--r-- | index.php (renamed from index.example.php) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/index.example.php b/index.php index 783a08e..b96b482 100644 --- a/index.example.php +++ b/index.php @@ -44,4 +44,4 @@ // Delete statement // $delete = $db->query("DELETE FROM Persons WHERE Id = :id",array("id"=>"6")); -?>
\ No newline at end of file +?> |