# Lab 5: PHP Basic

* Create a PHP Project
* Index Page
* Navigation Page
* Footer
* Some Other (2) Page
* Add a logo on each page.
* Create a PHP function to test Odd/Even
* Call the function in a loop starting from 5 and ending at 20. print results in each new line on the home page.
* Initialize an Array and insert 1 to 5 using loop and print the array value in each new line.
* Initialize a String and test each character whether it is Vowel or Consonant print in each new line.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://mun.gitbook.io/web/408/lab-5-php-basic.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
