Skip to content

Maximauve/ForumPHP

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

69 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

final-tp-PHP

By Mattéo FERREIRA & Maxime MOURGUES

Tableof content:

Installation guide:

Pre-requires:

  • Php 8.+
  • You need to uncomment extension=openssl in your php.ini file.

📝 You can find it around ~line 940

⚠️ Without this line uncommented, the mailing system will not work, so please, do it.

  • phpMyAdmin

If you have Xamp/Lamp you already have it.

Set-up:

Create a new database in phpMyAdmin named forum, then:

  • Go to Import
    • Upload the forum.sql, then click on Run

    forum.sql can be found in /Path/to/final-tp-PHP/Database

After that, open any Go to /Path/to/final-tp-PHP/

Once you're here, type php -S localhost:<any_port>

Of course, don't include the <>, just put a port you want your server to run on. For example, you can use 8080

About

a fully fonctionnal forum made 100% with php

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published