1
0
mirror of https://github.com/php/doc-en.git synced 2026-03-23 23:32:18 +01:00

Remove reference to features.xforms (part of php/doc-en#3579) (#3601)

This commit is contained in:
Jim Winstead
2024-07-24 16:38:16 -07:00
committed by GitHub
parent 0534f3d210
commit 08bce8d11d

View File

@@ -433,13 +433,6 @@ Hi Joe. You are 22 years old.
superglobal, if you do not care about the source of your request data. It
contains the merged information of GET, POST and COOKIE data.
</para>
<para>
You can also deal with XForms input in PHP, although you will find yourself
comfortable with the well supported HTML forms for quite some time.
While working with XForms is not for beginners, you might be interested
in them. We also have a <link linkend="features.xforms">short introduction
to handling data received from XForms</link> in our features section.
</para>
</section>
<section xml:id="tutorial.whatsnext">