Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/antonio-phpfullstack/php-basics
In-depth PHP tutorials with practical examples, covering variables, data types, conditionals, loops, functions, arrays, database interactions, and security practices.
https://github.com/antonio-phpfullstack/php-basics
crud data-validation forms functions http mysql php php-tutorials php7 prepared-statements procedural-programming programming-basics security session-management transaction web-development
Last synced: 5 days ago
JSON representation
In-depth PHP tutorials with practical examples, covering variables, data types, conditionals, loops, functions, arrays, database interactions, and security practices.
- Host: GitHub
- URL: https://github.com/antonio-phpfullstack/php-basics
- Owner: antonio-phpfullstack
- Created: 2024-12-19T14:08:58.000Z (22 days ago)
- Default Branch: main
- Last Pushed: 2025-01-01T15:34:05.000Z (9 days ago)
- Last Synced: 2025-01-01T16:35:07.519Z (9 days ago)
- Topics: crud, data-validation, forms, functions, http, mysql, php, php-tutorials, php7, prepared-statements, procedural-programming, programming-basics, security, session-management, transaction, web-development
- Language: PHP
- Homepage: https://phpfullstack.com.br
- Size: 13.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# PHP - Basics
## Objective of this repository
**Here is a little story:** In my first job, I always arrived early. I sat in my chair, turned on the computer (that old
one), typed the OS login password, and started working. After several months, the unexpected happened: I simply forgot
the password. The password was stored in the webmail, which was accessible upon starting the computer. This incident
taught me a few things:- Never overestimate your ability to learn
- Never underestimate your ability to forgetThis repository covers the basics of PHP syntax. If you are new to PHP and want to learn this amazing programming
language, keep in mind that forgetting is an inherent part of learning. Good luck!**How this project was built**
This project was built based on the following repository:
- [Site: https://github.com/antonio-phpfullstack/skeleton-webserver-apache-php-mysql](https://github.com/antonio-phpfullstack/skeleton-webserver-apache-php-mysql)
If you don’t have PHP installed on your host or want to replicate the developer's (my) environment, clone the repository
above and place the *PHP - Basics* repository inside the `www/public` directory.**Useful Links:**
- :tada: [Site: https://phpfullstack.com.br](https://phpfullstack.com.br/)