<?xml version="1.0"?>
<rss version="2.0">
  <channel>
    <title>PHPDeveloper.org</title>
    <link>http://www.phpdeveloper.org</link>
    <description>Up-to-the Minute PHP News, views and community</description>
    <language>en-us</language>
    <pubDate>Mon, 12 May 2008 17:24:52 -0500</pubDate>
    <ttl>30</ttl>
    <item>
      <title><![CDATA[DevShed: Handling HTML Strings and Files with the DOM XML Extension in PHP 5]]></title>
      <guid>http://www.phpdeveloper.org/news/9856</guid>
      <link>http://www.phpdeveloper.org/news/9856</link>
      <description><![CDATA[<p>
On DevShed today, they <a href="http://www.devshed.com/c/a/PHP/Handling-HTML-Strings-and-Files-with-the-DOM-XML-Extension-in-PHP-5/">continue their series</a> looking at working with XML in PHP with the DOM functionality with the fifth part of their series, a look at working with HTML strings and file data.
</p>
<blockquote>
Understanding how to use the methods and properties provided by this library requires a little effort from you, despite its fairly easy learning curve. [...] The DOM XML extension has plenty of options when it comes to moving portions of an XML document (or even the entire document) from one place to another. This is certainly a process that can be performed with minor hassles by utilizing the intuitive DOM API mentioned in the beginning.
</blockquote>
<p>
They show how to <a href="http://www.devshed.com/c/a/PHP/Handling-HTML-Strings-and-Files-with-the-DOM-XML-Extension-in-PHP-5/1/">use loadHTML</a> to pull in the text from an HTML string and use <a href="http://www.devshed.com/c/a/PHP/Handling-HTML-Strings-and-Files-with-the-DOM-XML-Extension-in-PHP-5/2/">loadHTMLFile</a> to pull it in from an external HTML file. Finally, they show how to write the data and whatever changes you might have made to it, back out to a file with <a href=http://www.devshed.com/c/a/PHP/Handling-HTML-Strings-and-Files-with-the-DOM-XML-Extension-in-PHP-5/3/">saveHTMLFile</a>.
</p>]]></description>
      <pubDate>Wed, 26 Mar 2008 08:46:05 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[PHPF1.com: PHP Form Tutorial]]></title>
      <guid>http://www.phpdeveloper.org/news/8680</guid>
      <link>http://www.phpdeveloper.org/news/8680</link>
      <description><![CDATA[<p>
<i>Balazs Kovacs</i> has <a href="http://www.phpf1.com/tutorial/php-form.html">posted an introduction</a> to using forms in a PHP script, a vital part of any online application.
</p>
<blockquote>
If you have ever made any  HTML page or started dynamic web programming then you probably have already meet with forms. Forms are special components which allows your site visitors to supply various information on the HTML page.
</blockquote>
<p>
<a href="http://www.phpf1.com/tutorial/php-form.html">His example</a> goes all the way from showing an example of an HTML form out to handling the data submitted to it and validating that to ensure correctness.
</p>]]></description>
      <pubDate>Tue, 18 Sep 2007 20:35:00 -0500</pubDate>
    </item>
  </channel>
</rss>
