This repository was created to provide practical examples and simple projects for those starting to learn PHP. The goal is to offer a study environment using Wamp Server with PHP 7.
-
Wamp Server: Wamp Server is a Windows web development environment that includes Apache, MySQL, and PHP.
-
PHP 7.x: PHP version 7.x introduces various performance improvements and new features.
- If Wamp Server comes with a different version of PHP, follow the instructions to switch to PHP 7.x.
-
Basic PHP Scripts: Simple examples to understand fundamental concepts of the language, such as variables, arrays, loops, functions, etc.
-
Form Handling: Examples of how to capture and process data from HTML forms using PHP.
-
MySQL Integration: Demonstration of how to connect and perform basic operations in a MySQL database.
-
Sessions and Cookies: Examples on how to work with sessions and cookies in PHP.
-
File Uploads: A tutorial on how to upload files through PHP forms.
-
Error and Exception Handling: How to handle errors effectively and catch exceptions in code.
- Install Wamp Server and make sure it's running correctly.
- Clone this repository into the
www
directory of Wamp Server.git clone https://github.com/Viniirb/exploring-php.git