Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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 forget

This 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/)