<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Menu Horizontal Multi Level Menggunakan jQuery &amp; PHP</title>
	<atom:link href="http://gawibowo.com/menu-drop-down-multi-level-menggunakan-jquery-php.htm/feed" rel="self" type="application/rss+xml" />
	<link>http://gawibowo.com/menu-drop-down-multi-level-menggunakan-jquery-php.htm</link>
	<description>Tutorial Web, Ajax, jQuery, PHP, etc</description>
	<lastBuildDate>Fri, 10 Feb 2012 07:27:41 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Shogi</title>
		<link>http://gawibowo.com/menu-drop-down-multi-level-menggunakan-jquery-php.htm#comment-6677</link>
		<dc:creator>Shogi</dc:creator>
		<pubDate>Wed, 01 Feb 2012 05:15:29 +0000</pubDate>
		<guid isPermaLink="false">http://gawibowo.com/?p=218#comment-6677</guid>
		<description>Mas nie pake IE berapaya? lao punya ku kyak ya IE 5 . kyaknya g suport gman nie?? maksih sblumnya</description>
		<content:encoded><![CDATA[<p>Mas nie pake IE berapaya? lao punya ku kyak ya IE 5 . kyaknya g suport gman nie?? maksih sblumnya</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ardi</title>
		<link>http://gawibowo.com/menu-drop-down-multi-level-menggunakan-jquery-php.htm#comment-6674</link>
		<dc:creator>Ardi</dc:creator>
		<pubDate>Tue, 24 Jan 2012 08:29:23 +0000</pubDate>
		<guid isPermaLink="false">http://gawibowo.com/?p=218#comment-6674</guid>
		<description>Mantaaaaap ..</description>
		<content:encoded><![CDATA[<p>Mantaaaaap ..</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: aries</title>
		<link>http://gawibowo.com/menu-drop-down-multi-level-menggunakan-jquery-php.htm#comment-6660</link>
		<dc:creator>aries</dc:creator>
		<pubDate>Thu, 08 Dec 2011 08:03:09 +0000</pubDate>
		<guid isPermaLink="false">http://gawibowo.com/?p=218#comment-6660</guid>
		<description>save save save.. makaccciiihhh :)</description>
		<content:encoded><![CDATA[<p>save save save.. makaccciiihhh <img src='http://gawibowo.com/smilies/yahoo_smiley.gif' alt='&#58;&#41;' class='wp-smiley' width='18' height='18' title='&#58;&#41;' /></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: charisma</title>
		<link>http://gawibowo.com/menu-drop-down-multi-level-menggunakan-jquery-php.htm#comment-6659</link>
		<dc:creator>charisma</dc:creator>
		<pubDate>Wed, 07 Dec 2011 04:38:16 +0000</pubDate>
		<guid isPermaLink="false">http://gawibowo.com/?p=218#comment-6659</guid>
		<description>sorry mas..ini script yang sudah benar benar saya test..allhamdulillah berhasil sukses tanpa pusing pusing &lt;code&gt;
include_once &quot;config/utk_database.php&quot;; include_once &quot;config/antiinjection.php&quot;;
$idnya = antiinjection($_POST[&#039;idnya&#039;]);
$website= antiinjection($_SESSION[folder_website]);
if (is_numeric($idnya) &amp;&amp; $idnya != &#039;&#039;){
        mysql_query(&quot;DELETE FROM menu_charisma where website=&#039;$website&#039; AND id=&#039;$idnya&#039;&quot;)or die(&#039;Sorry Something Was Wrong, Menu Can Not We Delete.&#039;);
				  $checkSub  = &quot;SELECT * FROM menu_charisma where parent_id = &#039;$idnya&#039; AND website=&#039;$website&#039;&quot;; 
			$check = mysql_query($checkSub) or die(&#039;Sorry Sub Menu Level 1 Can Not We Detect&#039;);
				if(mysql_num_rows($check) &gt; 0){
					$r=mysql_fetch_array($check);
				     $id2=$r[&#039;id&#039;];
			        $checkSub2  = &quot;SELECT * FROM menu_charisma where parent_id = &#039;$id2&#039; AND website=&#039;$website&#039;&quot;; 
		           	$check2 = mysql_query($checkSub2) or die(&#039;Sorry Sub Menu Level 3 Can Not We Detect&#039;);
				 	if(mysql_num_rows($check2) &gt; 0){
							$r2=mysql_fetch_array($check2);
						 $id3=$r2[&#039;id&#039;];
						 mysql_query(&quot;DELETE FROM menu_charisma where website=&#039;$website&#039; AND parent_id = &#039;$id3&#039; &quot;);
						}
			 mysql_query(&quot;DELETE FROM menu_charisma where website=&#039;$website&#039; AND parent_id = &#039;$id2&#039; &quot;);
			 mysql_query(&quot;DELETE FROM menu_charisma where website=&#039;$website&#039; AND parent_id = &#039;$idnya&#039; &quot;);
			
				}
		echo&quot;success&quot;;
	}

&lt;/code&gt; wassalammu&#039;alaikum wr wb..selamat berkarya terus mas..sukses selalu ..amin..;</description>
		<content:encoded><![CDATA[<p>sorry mas..ini script yang sudah benar benar saya test..allhamdulillah berhasil sukses tanpa pusing pusing <code><br />
include_once "config/utk_database.php"; include_once "config/antiinjection.php";<br />
$idnya = antiinjection($_POST['idnya']);<br />
$website= antiinjection($_SESSION[folder_website]);<br />
if (is_numeric($idnya) &amp;&amp; $idnya != ''){<br />
        mysql_query("DELETE FROM menu_charisma where website='$website' AND id='$idnya'")or die('Sorry Something Was Wrong, Menu Can Not We Delete.');<br />
				  $checkSub  = "SELECT * FROM menu_charisma where parent_id = '$idnya' AND website='$website'";<br />
			$check = mysql_query($checkSub) or die('Sorry Sub Menu Level 1 Can Not We Detect');<br />
				if(mysql_num_rows($check) &gt; 0){<br />
					$r=mysql_fetch_array($check);<br />
				     $id2=$r['id'];<br />
			        $checkSub2  = "SELECT * FROM menu_charisma where parent_id = '$id2' AND website='$website'";<br />
		           	$check2 = mysql_query($checkSub2) or die('Sorry Sub Menu Level 3 Can Not We Detect');<br />
				 	if(mysql_num_rows($check2) &gt; 0){<br />
							$r2=mysql_fetch_array($check2);<br />
						 $id3=$r2['id'];<br />
						 mysql_query("DELETE FROM menu_charisma where website='$website' AND parent_id = '$id3' ");<br />
						}<br />
			 mysql_query("DELETE FROM menu_charisma where website='$website' AND parent_id = '$id2' ");<br />
			 mysql_query("DELETE FROM menu_charisma where website='$website' AND parent_id = '$idnya' ");</p>
<p>				}<br />
		echo"success";<br />
	}</p>
<p></code> wassalammu&#8217;alaikum wr wb..selamat berkarya terus mas..sukses selalu ..amin..;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: charisma</title>
		<link>http://gawibowo.com/menu-drop-down-multi-level-menggunakan-jquery-php.htm#comment-6658</link>
		<dc:creator>charisma</dc:creator>
		<pubDate>Wed, 07 Dec 2011 03:46:12 +0000</pubDate>
		<guid isPermaLink="false">http://gawibowo.com/?p=218#comment-6658</guid>
		<description>oh ya sorry mas..jangan pusing pusing santai aja ..allhamdulillah untuk sementara saya buat delete sub menu 3 level saja ini scriptnya &lt;code&gt; include_once &quot;config/utk_database.php&quot;; include_once &quot;config/antiinjection.php&quot;;
$idnya = antiinjection($_POST[&#039;idnya&#039;]);
$website= antiinjection($_SESSION[folder_website]);
if (is_numeric($idnya) &amp;&amp; $idnya != &#039;&#039;){
        mysql_query(&quot;DELETE FROM menu_charisma where website=&#039;$website&#039; AND id=&#039;$idnya&#039;&quot;);
				  $checkSub  = &quot;SELECT * FROM menu_charisma where parent_id = &#039;$idnya&#039; AND website=&#039;$website&#039;&quot;; 
			$check = mysql_query($checkSub) or die(&#039;error&#039;);
				if(mysql_num_rows($check) &gt; 0){
					$r=mysql_fetch_array($check);
				     $id2=$r[&#039;id&#039;];
			        mysql_query(&quot;DELETE FROM menu_charisma where website=&#039;$website&#039; AND parent_id = &#039;$id2&#039; &quot;);
				   mysql_query(&quot;DELETE FROM menu_charisma where website=&#039;$$website&#039; AND parent_id = &#039;$idnya&#039; &quot;);
				
					  $checkSub2  = &quot;SELECT * FROM menu_charisma where parent_id = &#039;$id2&#039; AND website=&#039;$website&#039;&quot;; 
		           	$check2 = mysql_query($checkSub2) or die(&#039;error&#039;);
				 	if(mysql_num_rows($check2) &gt; 0){
							$r2=mysql_fetch_array($check2);
						 $id3=$r[&#039;id&#039;];
						 mysql_query(&quot;DELETE FROM menu_charisma where website=&#039;$website&#039; AND parent_id = &#039;$id3&#039; &quot;);
						}
				}
		
	}&lt;/code&gt; hmm sudah jam 10:51, saya mau melanjutkan ke fitur yang lain lagi..makasih ya mas ..wassalammu&#039;alaikum wr wb..;</description>
		<content:encoded><![CDATA[<p>oh ya sorry mas..jangan pusing pusing santai aja ..allhamdulillah untuk sementara saya buat delete sub menu 3 level saja ini scriptnya <code> include_once "config/utk_database.php"; include_once "config/antiinjection.php";<br />
$idnya = antiinjection($_POST['idnya']);<br />
$website= antiinjection($_SESSION[folder_website]);<br />
if (is_numeric($idnya) &amp;&amp; $idnya != ''){<br />
        mysql_query("DELETE FROM menu_charisma where website='$website' AND id='$idnya'");<br />
				  $checkSub  = "SELECT * FROM menu_charisma where parent_id = '$idnya' AND website='$website'";<br />
			$check = mysql_query($checkSub) or die('error');<br />
				if(mysql_num_rows($check) &gt; 0){<br />
					$r=mysql_fetch_array($check);<br />
				     $id2=$r['id'];<br />
			        mysql_query("DELETE FROM menu_charisma where website='$website' AND parent_id = '$id2' ");<br />
				   mysql_query("DELETE FROM menu_charisma where website='$$website' AND parent_id = '$idnya' ");</p>
<p>					  $checkSub2  = "SELECT * FROM menu_charisma where parent_id = '$id2' AND website='$website'";<br />
		           	$check2 = mysql_query($checkSub2) or die('error');<br />
				 	if(mysql_num_rows($check2) &gt; 0){<br />
							$r2=mysql_fetch_array($check2);<br />
						 $id3=$r['id'];<br />
						 mysql_query("DELETE FROM menu_charisma where website='$website' AND parent_id = '$id3' ");<br />
						}<br />
				}</p>
<p>	}</code> hmm sudah jam 10:51, saya mau melanjutkan ke fitur yang lain lagi..makasih ya mas ..wassalammu&#8217;alaikum wr wb..;</p>
]]></content:encoded>
	</item>
</channel>
</rss>

