<?xml version="1.0" encoding="UTF-8"?>    <rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
      <channel>
        <title></title>
        <link>https://interactivetools.com/forum/forum-search.php?k=user%3AEsmaeili</link>
        <description></description>
        <pubDate>Tue, 26 May 2026 09:06:23 -0700</pubDate>
        <language>en-us</language>
        <atom:link href="https://interactivetools.com/forum/forum-search.php?k=user%3AEsmaeili&amp;rss=1" rel="self" type="application/rss+xml" />

                <item>
          <title>Re: [greg] Creating a dynamic dropdown menu</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2218103#post2218103</link>
          <description><![CDATA[How Can set Custom Tags to _listItemStart ?!<br />]]></description>
          <pubDate>Fri, 12 Oct 2012 12:32:46 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2218103#post2218103</guid>
        </item>
                <item>
          <title>Re: [drewh01] Creating a dynamic dropdown menu</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2218094#post2218094</link>
          <description><![CDATA[I have Same Problem <br /><br />I wrote this recursive Function<br />you can Use Your Css Or Set Custom Tags And attr ...<br /><br /><code>&lt;ol &gt;<br />		&lt;?php<br />		<br />		list($categoryRecords, $selectedCategory) = getCategories(array(<br />			'tableName'           =&gt; 'main_menu',<br />			'selectedCategoryNum' =&gt; '',         // defaults to getNumberFromEndOfUrl()<br />			'categoryFormat'      =&gt; 'showall',  // showall, onelevel, twolevel<br />		));<br />		<br />		//GetChild Recursive Function<br />		function getchild($recnum,$categoryRecords)<br />		{	<br />			$childs=0;<br />			foreach ($categoryRecords as $child):<br />				if($recnum == $child['parentNum'])<br />					$childs++;<br />			endforeach;<br />			if($childs&gt;0)<br />			{	<br />				$childs = 0;<br />				echo &quot;&lt;ol&gt;&quot;;<br />				foreach ($categoryRecords as $child):<br />				if($recnum == $child['parentNum'])<br />				{<br />					echo &quot;&lt;li&gt;&quot;.$child['name'].&quot;&quot;;<br />					getchild($child['num'],$categoryRecords);<br />				}<br />				else<br />				{<br />					echo&quot;&lt;/li&gt;&quot;;<br />				}<br />				endforeach;<br />				echo &quot;&lt;/ol&gt;&quot;;<br />			}<br />			<br />		}<br />		// End Function<br />		foreach ($categoryRecords as $categoryRecord):<br />			if($categoryRecord['parentNum'] == 0)<br />			{		<br />					echo &quot;&lt;li&gt;&quot;.$categoryRecord['name'].&quot;&quot;;<br />					getchild($categoryRecord['num'],$categoryRecords);<br />					<br />			}<br />		endforeach; <br />		?&gt;<br />	&lt;/ol&gt;</code><br /><br />This is my Email : <a href="mailto:smaeily@gmail.com">smaeily@gmail.com</a>]]></description>
          <pubDate>Fri, 12 Oct 2012 04:44:17 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2218094#post2218094</guid>
        </item>
              </channel>
    </rss>
  