Week 1 Slides
Week 1 Slides
Applications
Standalone Application
Apps
anywhere.
Type
You should see
http://localhost
the XAMPP
in the address
welcome page.
bar.
Installing Visual Studio Code (VS Code)
Download Install
Create PHP
Create Folder Open Write Code
File
Create a Folder Open VS Code Create a PHP File Write Some PHP
• Create a folder for your • Open VS Code and • Click File > New File. • <?php
PHP projects (e.g., navigate to your • Save the file with • echo "Hello, PHP!";
“my-php-projects”). project folder. a .php extension (e.g., • ?>
index.php).
Running PHP Code
Assignment Operators
Comparison Operators
Logical Operators
Types of
Operators
Increment/Decrement Operators
String Operators
Arithmetic Operators