<?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>Sun, 19 May 2013 01:28:22 -0500</pubDate>
    <ttl>30</ttl>
    <item>
      <title><![CDATA[Script-Tutorials.com: Autocomplete with PHP, jQuery, MySQL and XML]]></title>
      <guid>http://www.phpdeveloper.org/news/16981</guid>
      <link>http://www.phpdeveloper.org/news/16981</link>
      <description><![CDATA[<p>
In <a href="http://www.script-tutorials.com/autocomplete-with-php-jquery-mysql-and-xml/">this new tutorial</a> from Script-Tutorials.com they show you how to combine PHP, <a href="http://jquery.com">jQuery</a>, <a href="http://mysql.com">MySQL</a> and XML to create an auto-complete box with drop-down suggestions.
</p>
<blockquote>
Today I have new article for PHP. I will tell you about implementation autocomplete for your sites. Data can be located in different sources - directly in the JS code, in the database, and even in the XML file.
</blockquote>
<p>
All of the code and markup you'll need is included - the HTML for the page containing the field, CSS to style it, the Javascript (jQuery) to make the field work and the SQL/PHP/XML for the backend. You can check out a live demo of the script in action <a href="http://www.script-tutorials.com/demos/160/index.html">here</a> or <a href="http://www.script-tutorials.com/demos/160/source.zip">download the source</a> in a single package and get started.
</p>]]></description>
      <pubDate>Wed, 12 Oct 2011 08:54:40 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[Tiffany Brown's Blog: Turn text files into pull down menus]]></title>
      <guid>http://www.phpdeveloper.org/news/9710</guid>
      <link>http://www.phpdeveloper.org/news/9710</link>
      <description><![CDATA[<p>
<i>Tiffany Brown</i> shares <a href="http://tiffanybbrown.com/2008/02/26/turn-text-files-into-pull-down-menus/">a quick function</a> she whipped up to create dropdown menus from the contents of a newline separated text file (or files).
</p>
<blockquote>
I developed this PHP function for a project I'm working on. I'm posting it here in case I need it again, or in case you find it handy.
</blockquote>
<p>
The <a href="http://tiffanybbrown.com/2008/02/26/turn-text-files-into-pull-down-menus/">function</a> turns each line into an option tag making defining custom menus based on the contents of dynamically-given text files easy.
</p>
<p>
This could also be easily adapted to create navigations menus at the top of your pages with a few modifications to the HTML tags being used and some CSS to change the look of the list.
</p>]]></description>
      <pubDate>Wed, 27 Feb 2008 09:35:00 -0600</pubDate>
    </item>
  </channel>
</rss>
