Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mah-shamim/simple-guestbook-application

A guestbook application where visitors can leave messages
https://github.com/mah-shamim/simple-guestbook-application

beginner-projects bootstrap code-examples css guestbook hands-on-projects html jquery learning-resources message-board mysql open-source php php-tutorials visitor-comments web-application web-development

Last synced: 19 days ago
JSON representation

A guestbook application where visitors can leave messages

Awesome Lists containing this project

README

        

# Simple Guestbook Application
A guestbook application where visitors can leave messages

**Topics**: PHP, MySQL, AJAX, CSS, Guestbook, Web Development

### Installation Process

1. **Clone the Repository**:
```sh
git clone https://github.com/yourusername/simple-guestbook-application.git
cd simple-guestbook-application
```

2. **Database Setup**:
- Create a new MySQL database.
- Import the provided `guestbook.sql` file to set up the necessary table.
- Update the database configuration in `config.php`.
- Import the provided SQL file to set up the necessary tables.
```sh
mysql -u yourusername -p todo_list < guestbook.sql
```

4. **Configure the Database Connection:**
- Open the `config.php` file and update the database credentials.
```php