From 27222843ca563fca6235ec85f1b4b98df87e2b20 Mon Sep 17 00:00:00 2001
From: Philip Olson <philip@php.net>
Date: Wed, 7 May 2003 06:40:36 +0000
Subject: [PATCH] mention php.net/links as a resource for finding php enabled
 web hosts.

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@126107 c90b9560-bf6c-de11-be94-00142212c4b1
---
 chapters/tutorial.xml | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/chapters/tutorial.xml b/chapters/tutorial.xml
index 98083677de..004beb3107 100644
--- a/chapters/tutorial.xml
+++ b/chapters/tutorial.xml
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.17 $ -->
+<!-- $Revision: 1.18 $ -->
  <chapter id="tutorial">
   <title>A simple tutorial</title>
 
@@ -29,7 +29,10 @@
     There is no need to compile anything nor do you need to install
     any extra tools. Think of these PHP-enabled files as simple HTML
     files with a whole new family of magical tags that let you do all
-    sorts of things.
+    sorts of things.  Most web hosts offer PHP support but if your
+    host doesn't consider reading the <ulink url="&url.php.links;">
+    PHP Links</ulink> section for resources on finding PHP enabled
+    web hosts.
    </para>
    <para>
     Let's say you want to save precious bandwidth and develop locally.