# XAMPP kurulumu

XAMPP, Apache Friends tarafından geliştirilen, kolay kullanımlı bir web sunucusu paketidir. XAMPP, Apache, MySQL/MariaDB, PHP ve Perl gibi web geliştirme için gerekli olan bileşenleri içeren ücretsiz ve açık kaynaklı bir yazılımdır.

* **X**: Cross-platform (çoklu platform desteği)
* **A**: Apache (web sunucusu)
* **M**: MySQL (veritabanı yönetim sistemi) veya MariaDB
* **P**: PHP (betik dili)
* **P**: Perl (betik dili)

[Download XAMPP (apachefriends.org)](https://www.apachefriends.org/tr/download.html)

.exe dosyası içinde yer alan herhangi bir dosyayı indirebilirsiniz!

`.exe`, Windows işletim sistemlerinde yürütülebilir dosya formatını belirtir. Bu dosya uzantısı, "executable" kelimesinin kısaltmasıdır ve bilgisayarın doğrudan çalıştırabileceği programları temsil eder.

## XAMPP Nasıl Kullanılır?

1. **İndirme ve Kurulum**:
   * XAMPP'yi Apache Friends web sitesinden indirin ve işletim sisteminize uygun olan sürümü kurun.
2. **Başlatma**:
   * XAMPP kontrol panelini açın ve Apache ve MySQL servislerini başlatın.
3. **Proje Dosyalarını Yerleştirme**:
   * Proje dosyalarınızı `htdocs` klasörüne yerleştirin. Bu klasör genellikle XAMPP'nin kurulu olduğu dizinde bulunur.
4. **Erişim**:
   * Web tarayıcınızı açarak `http://localhost` adresine gidin. Buradan projelerinizi çalıştırabilir ve test edebilirsiniz.

<div align="center"><figure><img src="https://github.com/Yavuzlar/Book/blob/main/egitim/.gitbook/assets/php/php2.png" alt=""><figcaption></figcaption></figure></div>

<div align="center"><figure><img src="https://github.com/Yavuzlar/Book/blob/main/egitim/.gitbook/assets/php/php3.png" alt=""><figcaption></figcaption></figure></div>

<figure><img src="https://github.com/Yavuzlar/Book/blob/main/egitim/.gitbook/assets/php/php4.png" alt=""><figcaption></figcaption></figure>

<figure><img src="https://github.com/Yavuzlar/Book/blob/main/egitim/.gitbook/assets/php/php5.png" alt=""><figcaption></figcaption></figure>

<figure><img src="https://github.com/Yavuzlar/Book/blob/main/egitim/.gitbook/assets/php/php6.png" alt=""><figcaption></figcaption></figure>

<figure><img src="https://github.com/Yavuzlar/Book/blob/main/egitim/.gitbook/assets/php/php7.png" alt=""><figcaption></figcaption></figure>

<figure><img src="https://github.com/Yavuzlar/Book/blob/main/egitim/.gitbook/assets/php/php8.png" alt=""><figcaption></figcaption></figure>


---

# 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://docs.yavuzlar.org/egitim/00x0-php-nedir/00x000-xampp-kurulumu.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.
