3 lines
100 B
PHP
3 lines
100 B
PHP
<?php
|
|
//TODO: implement this.
|
|
$db::newArticle($_POST['title'], $_POST['content'], $_POST['author']); |