Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/mah-shamim/simple-guestbook-application
- Owner: mah-shamim
- License: mit
- Created: 2024-07-30T17:48:32.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-08-01T19:31:42.000Z (4 months ago)
- Last Synced: 2024-10-10T21:17:40.384Z (about 1 month ago)
- Topics: 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
- Language: PHP
- Homepage:
- Size: 13.7 KB
- Stars: 6
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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