Sophie

Sophie

distrib > Mageia > 4 > i586 > by-pkgid > f800694edefe91adea2624f711a41a2d > files > 12459

php-manual-en-5.5.7-1.mga4.noarch.rpm

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
 <head>
  <meta http-equiv="content-type" content="text/html; charset=UTF-8">
  <title>A simple tutorial</title>

 </head>
 <body><div class="manualnavbar" style="text-align: center;">
 <div class="prev" style="text-align: left; float: left;"><a href="intro-whatcando.html">What can PHP do?</a></div>
 <div class="next" style="text-align: right; float: right;"><a href="tutorial.requirements.html">What do I need?</a></div>
 <div class="up"><a href="getting-started.html">Getting Started</a></div>
 <div class="home"><a href="index.html">PHP Manual</a></div>
</div><hr /><div id="tutorial" class="chapter">
  <div class="info"><h1>A simple tutorial</h1>
<h2>Table of Contents</h2><ul class="chunklist chunklist_chapter"><li><a href="tutorial.requirements.html">What do I need?</a></li><li><a href="tutorial.firstpage.html">Your first PHP-enabled page</a></li><li><a href="tutorial.useful.html">Something Useful</a></li><li><a href="tutorial.forms.html">Dealing with Forms</a></li><li><a href="tutorial.oldcode.html">Using old code with new versions of PHP</a></li><li><a href="tutorial.whatsnext.html">What's next?</a></li></ul>
</div>

  <p class="para">
   Here we would like to show the very basics of PHP in a short, simple
   tutorial. This text only deals with dynamic web page creation with
   PHP, though PHP is not only capable of creating web pages. See
   the section titled <a href="intro-whatcando.html" class="link">What can PHP
   do</a> for more information.
  </p>
  <p class="para">
   PHP-enabled web pages are treated just like regular HTML pages and
   you can create and edit them the same way you normally create
   regular HTML pages.
  </p>

  

  

  
   
  

  
  
  
 </div>
<hr /><div class="manualnavbar" style="text-align: center;">
 <div class="prev" style="text-align: left; float: left;"><a href="intro-whatcando.html">What can PHP do?</a></div>
 <div class="next" style="text-align: right; float: right;"><a href="tutorial.requirements.html">What do I need?</a></div>
 <div class="up"><a href="getting-started.html">Getting Started</a></div>
 <div class="home"><a href="index.html">PHP Manual</a></div>
</div></body></html>