Skip to content

dantestopp/MyBlog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MyBlog

MyBlog is a PHP-Software to make your special Blog.

It will be published over the next months.

Twitter

Database

Change your username and password to connect to your database.

<?php
$mysqli = new mysqli('localhost','Your username','Your password','myblog');
?>

To-Do

  1. Create Posts
  2. Comments
  3. Dashboard