Begin with the connection between php and mysql.
It has a template that loads all the friends of userID 666. It uses a connect.php and a friendship.php
This commit is contained in:
@@ -12,3 +12,8 @@
|
||||
@import url("styles/menu.css");
|
||||
@import url("styles/footer.css");
|
||||
</style>
|
||||
<?php
|
||||
|
||||
include_once("../connect.php");
|
||||
|
||||
?>
|
||||
Reference in New Issue
Block a user