Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/felipenobrg/php-exercises
My practical PHP studies.
https://github.com/felipenobrg/php-exercises
html php
Last synced: 9 days ago
JSON representation
My practical PHP studies.
- Host: GitHub
- URL: https://github.com/felipenobrg/php-exercises
- Owner: felipenobrg
- Created: 2023-09-10T23:14:28.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-11-24T22:02:58.000Z (about 1 year ago)
- Last Synced: 2023-12-16T15:56:38.695Z (about 1 year ago)
- Topics: html, php
- Language: HTML
- Homepage:
- Size: 7.78 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# PHP Practical Studies
Welcome to the `PHP Practical Studies` repository! Here, you'll find a collection of hands-on exercises and studies designed to enhance your PHP skills.
## Getting Started
### Clone the Repository:
```bash
git clone https://github.com/yourusername/php-practical-studies.gitDive into various PHP exercises within the repository. Each folder represents a specific topic or concept.
Run the Code:
Execute the PHP scripts to observe practical implementations of the studied concepts. Use this as an opportunity to experiment and sharpen your PHP skills.Topics Covered
Basic Syntax
Variables and Data Types
Control Structures (if, else, switch)
Loops (for, while, foreach)
Functions
Arrays
Form Handling
Database Connectivity (optional)
Contribution Guidelines
Contributions are encouraged! If you have additional exercises, improvements, or corrections, feel free to submit a pull request.Happy coding! 🚀