DB Layer
Hacking with PHP
2024-11-29
21
Using the DB layer
<?php
include
'./db.inc'
;
include
'./db_twits.inc'
;
$twits
= new
twits
;
$twits
->
save
(
$_POST
);
?>