/php-blog

Simple blog on php from geekbrains lesson

Primary LanguagePHP

php-blog

Launch with LAMP Stack.

/etc/init.d/apache2 start : start a server
create db 'blog' in phpmyadmin
create table 'articles' with 4 columns: 'id' (A.I), 'title', 'content', 'date'
/etc/init.d/apache2 restart