<?php
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/shared-manual.inc';
$TOC = array();
$TOC_DEPRECATED = array();
$PARENTS = array();
include_once dirname(__FILE__) ."/toc/index.inc";
$setup = array (
  'home' => 
  array (
    0 => 'index.php',
    1 => 'PHP Manual',
  ),
  'head' => 
  array (
    0 => 'UTF-8',
    1 => 'tr',
  ),
  'this' => 
  array (
    0 => 'getting-started.php',
    1 => 'Başlarken',
    2 => 'Başlarken',
  ),
  'up' => 
  array (
    0 => 'index.php',
    1 => '&Ouml;ns&ouml;z',
  ),
  'prev' => 
  array (
    0 => 'copyright.php',
    1 => 'Telif Hakkı',
  ),
  'next' => 
  array (
    0 => 'introduction.php',
    1 => 'Giriş',
  ),
  'alternatives' => 
  array (
  ),
  'source' => 
  array (
    'lang' => 'base',
    'path' => 'manual.xml',
  ),
  'history' => 
  array (
  ),
  'extra_header_links' => 
  array (
    'rel' => 'alternate',
    'href' => '/manual/en/feeds/getting-started.atom',
    'type' => 'application/atom+xml',
  ),
);
$setup["toc"] = $TOC;
$setup["toc_deprecated"] = $TOC_DEPRECATED;
$setup["parents"] = $PARENTS;
manual_setup($setup);

contributors($setup);

?>
<div id="getting-started" class="book">
  <h1 class="title">Başlarken</h1>
  


 



  

 



 <ul class="chunklist chunklist_book"><li><a href="introduction.php">Giriş</a> — PHP nedir ve ne yapabilir?</li><li><a href="tutorial.php">Basit bir eğitmen</a><ul class="chunklist chunklist_book chunklist_children"><li><a href="tutorial.requirements.php">Neye ihtiya&ccedil; var?</a></li><li><a href="tutorial.firstpage.php">İlk PHP-etkin sayfa</a></li><li><a href="tutorial.useful.php">İşe yarar bir şey</a></li><li><a href="tutorial.forms.php">Form Kullanımı</a></li><li><a href="tutorial.whatsnext.php">Sonraki adım nedir?</a></li></ul></li></ul></div><?php manual_footer($setup); ?>