PHP Classes

File: file.php

Recommend this page to a friend!
  Classes of zinsou A.A.E.Moïse   Handle Binary Files With PDO   file.php   Download  
File: file.php
Role: Example script
Content type: text/plain
Description: example script
Class: Handle Binary Files With PDO
Save and load binary files in databases using PDO
Author: By
Last change:
Date: 6 years ago
Size: 113 bytes
 

Contents

Class file image Download
<?php
require_once('config.php');
require_once(
'BFile_WithPDO.php');
BFile_WithPDO::get($bdd,$_GET['id']);
?>