<?xml version="1.0" encoding="UTF-8"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
	<title>jQuery Grid Plugin - jqGrid - Topic: need help:get confuse about delete and searching</title>
	<link>http://www.trirand.com/blog/?page_id=393/help/need-helpget-confuse-about-delete-and-searching</link>
	<description><![CDATA[Grid plugin]]></description>
	<generator>Simple:Press Version 5.7.5.3</generator>
	<atom:link href="http://www.trirand.com/blog/?page_id=393/help/need-helpget-confuse-about-delete-and-searching/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>tony on need help:get confuse about delete and searching</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/need-helpget-confuse-about-delete-and-searching#p14560</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/need-helpget-confuse-about-delete-and-searching#p14560</guid>
        	        	<description><![CDATA[<p>Hello,</p>
<p>You will need to search this forum. There are a lot of such solutions regarding this.</p>
<p>Best Regards</p>
<p>Tony</p>
]]></description>
        	        	<pubDate>Fri, 05 Feb 2010 11:27:41 +0200</pubDate>
        </item>
        <item>
        	<title>Candrairawan78 on need help:get confuse about delete and searching</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/need-helpget-confuse-about-delete-and-searching#p14488</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/need-helpget-confuse-about-delete-and-searching#p14488</guid>
        	        	<description><![CDATA[<p>Dear Tony,</p>
<p>Thank you for your responce.</p>
<p>OK, I understand and appreciate your forum.</p>
<p>I have changed reloadAfterSubmit to false , but it only delete rows in grid, not delete data in MySQL.</p>
<p>Could you suggest where I can get help for my problem?</p>
<p>Regards,</p>
</p>
<p>Candra</p>
]]></description>
        	        	<pubDate>Tue, 02 Feb 2010 04:27:16 +0200</pubDate>
        </item>
        <item>
        	<title>tony on need help:get confuse about delete and searching</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/need-helpget-confuse-about-delete-and-searching#p14447</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/need-helpget-confuse-about-delete-and-searching#p14447</guid>
        	        	<description><![CDATA[<p>Hello,</p>
<p>Sorry, but we discuss here only java script and not any server side language.</p>
<p>You can download the demo and see how this done.</p>
<p>What does not work in delete? The simple test is - set:</p>
<p>reloadAfterSubmit to false&#160; and see if the records are deleted from the grid.</p>
<p>Best Regsrds</p>
<p>Tony</p>
]]></description>
        	        	<pubDate>Mon, 01 Feb 2010 09:49:33 +0200</pubDate>
        </item>
        <item>
        	<title>Candrairawan78 on need help:get confuse about delete and searching</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/need-helpget-confuse-about-delete-and-searching#p14411</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/need-helpget-confuse-about-delete-and-searching#p14411</guid>
        	        	<description><![CDATA[<p>Dear Tony,</p>
<p>Would you mind to help me to solve my grid, please? i have look around this forum and i am still confuse.</p>
<p>1. the delete function don`t work, how to implement the delete function on multi select?</p>
<p>2. I can`t implement searching server code on multi search toolbar, would you give me an example code pleaseeeee.....?<img class="spSmiley" style="margin:0" title="Cry" src="/blog/wp-content/forum-smileys/sf-cry.gif" alt="Cry" /></p>
<p>would you mind to take a look on my script and tell me where is the fault..... Thank you very much for your help<img class="spSmiley" style="margin:0" title="Smile" src="/blog/wp-content/forum-smileys/sf-smile.gif" alt="Smile" /></p>
</p>
<p>&#60;!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"&#62;<br />&#60;html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"&#62;<br />&#60;head&#62;<br />&#60;meta http-equiv="Content-Type" content="text/html; charset=utf-8" /&#62;<br />&#60;title&#62;Data Pegawai&#60;/title&#62;<br />&#160;<br />&#60;link rel="stylesheet" type="text/css" media="screen" href="css/ui-lightness/jquery-ui-1.7.2.custom.css" /&#62;<br />&#60;link rel="stylesheet" type="text/css" media="screen" href="css/ui.jqgrid.css" /&#62;<br />&#160;<br />&#60;style&#62;<br />html, body {<br />&#160;&#160;&#160; margin: 0;<br />&#160;&#160;&#160; padding: 0;<br />&#160;&#160;&#160; font-size: 75%;<br />}<br />&#60;/style&#62;<br />&#160;<br />&#60;script type="text/javascript" src="js/jquery-1.3.2.min.js"&#62;&#60;/script&#62;<br />&#60;script type="text/javascript" src="js/i18n/grid.locale-en.js"&#62;&#60;/script&#62;<br />&#60;script type="text/javascript" src="js/jquery.jqGrid.min.js"&#62;&#60;/script&#62;<br />&#160;<br />&#60;script type="text/javascript"&#62;<br />jQuery(document).ready(function(){ <br />&#160; var mygrid =<br />&#160; jQuery("#list").jqGrid({<br />&#160;&#160;&#160; url:&#39;tablejson.php&#39;, &#60;!--The url of the file where to get the data--&#62;<br />&#160;&#160; &#160;datatype: &#39;json&#39;, &#60;!--Defines what type of information to expect to represent data in the grid.--&#62;<br />&#160;&#160; &#160;mtype: "POST",<br />&#160;&#160;&#160; colNames:[&#39;Id&#39;,&#39;Name&#39;, &#39;Address&#39;,&#39;Telp&#39;,&#39;Level&#39;,&#39;Shift&#39;, &#39;Salary&#39;,&#39;Date&#39;],<br />&#160;&#160;&#160; colModel :[ <br />&#160;&#160;&#160;&#160;&#160; {name:&#39;noktp&#39;&#160;&#160; , index:&#39;noktp&#39;&#160;&#160; , width:80&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; , editable:true, editoptions:{size:20}, editrules:{required:true, number:true}, formoptions:{elmprefix:"(*)"}}, <br />&#160;&#160;&#160;&#160;&#160; {name:&#39;nama&#39;&#160;&#160;&#160; , index:&#39;nama&#39;&#160;&#160;&#160; , width:100&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; , editable:true, editoptions:{size:25}, editrules:{required:true}, formoptions:{elmprefix:"(*)"}},<br />&#160;&#160;&#160;&#160;&#160; {name:&#39;alamat&#39;&#160; , index:&#39;alamat&#39;&#160; , width:160, align:&#39;right&#39;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; , editable:true, editoptions:{size:25}, editrules:{required:true}, formoptions:{elmprefix:"(*)"}}, <br />&#160;&#160;&#160;&#160;&#160; {name:&#39;telp&#39;&#160;&#160;&#160; , index:&#39;telp&#39;&#160;&#160;&#160; , width:60, align:&#39;right&#39;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; , editable:true, editoptions:{size:25}, editrules:{required:true}, formoptions:{elmprefix:"(*)"}}, <br />&#160;&#160;&#160;&#160;&#160; {name:&#39;posisi&#39;&#160; , index:&#39;posisi&#39;&#160; , width:50, align:&#39;right&#39;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; , editable:true, editoptions:{size:25}, formoptions:{elmprefix:"(*)"}}, <br />&#160;&#160; &#160;&#160; {name:&#39;shift&#39;&#160;&#160; , index:&#39;shift&#39;&#160;&#160; , width:35, align:&#39;right&#39;, stype:&#39;select&#39;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; , editable:true, edittype:"select", editoptions:{value:"0:Pilih;1:1;2:2"}, formoptions:{elmprefix:"(*)"}, formatter:&#39;select&#39;}, <br />&#160;&#160; &#160;&#160; {name:&#39;gaji&#39;&#160;&#160;&#160; , index:&#39;gaji&#39;&#160;&#160;&#160; , width:60, align:&#39;right&#39;, sorttype:&#39;int&#39;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; , editable:true, editoptions:{size:10}, editrules:{required:true, number:true}, formoptions:{elmprefix:"(*)"}, formatter:&#39;currency&#39;}, <br />&#160;&#160; &#160;&#160; {name:&#39;tglmasuk&#39;, index:&#39;tglmasuk&#39;, width:50, align:&#39;right&#39;, sorttype:&#39;date&#39;, datefmt:&#39;Y-m-d&#39;, editable:true, editoptions:{size:10}, editrules:{required:true, date:true}, formoptions:{elmprefix:"(*)",elmsuffix:"&#160; dd-mm-yyyy" }}, <br />&#160;&#160;&#160; ],<br />&#160;&#160; &#160;multiselect: true, <br />&#160;&#160; &#160;altRows: true, <br />&#160;&#160; &#160;pager: &#39;#pager&#39;, <br />&#160;&#160;&#160; rowNum:20, <br />&#160;&#160; &#160;rownumbers: true, <br />&#160;&#160; &#160;gridview: true,<br />&#160;&#160; &#160;height: 300, <br />&#160;&#160; &#160;autowidth: true,<br />&#160;&#160;&#160; rowList:[20,50,100], &#60;!--construct a select box element in the pager--&#62;<br />&#160;&#160;&#160; sortname: &#39;Id&#39;, &#60;!--sets the initial sorting column--&#62;<br />&#160;&#160;&#160; sortorder: &#39;desc&#39;, &#60;!--sets the sorting order--&#62;<br />&#160;&#160;&#160; viewrecords: true, &#60;!--display the number of total records from the query in the pager bar.--&#62;<br />&#160;&#160;&#160; caption: &#39;Employee&#39;, &#60;!--Defines the Caption layer for the grid.--&#62;<br />&#160;&#160; &#160;onSortCol: function(name,index){ alert("Column Name: "+name+" Column Index: "+index);},<br />&#160;&#160; &#160;onSelectRow: function(id){ alert("You select row with id: "+id);},<br />&#160;&#160; &#160;editurl:"edit.php" &#60;!--set editUrl for add / edit/ delete operations to server.--&#62;<br />&#160; }); <br />&#160; jQuery("#list").jqGrid(&#39;navGrid&#39;,&#39;#pager&#39;,{edit:true,add:true,del:true,search:false, refresh:false, view:true},<br />&#160; {jqModal:false, left: 350, drag:false, resize:false, checkOnUpdate:true, savekey: [true,13], navkeys: [true,38,40], checkOnSubmit : true, reloadAfterSubmit:true, closeOnEscape:true, bottominfo:"Isian (*) tidak boleh kosong", closeAfterEdit: true},// edit options<br />&#160; {jqModal:false, left: 350, drag:false, resize:false,&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; savekey: [true,13], navkeys: [true,38,40]&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; , reloadAfterSubmit:true, closeOnEscape:true, bottominfo:"Isian (*) tidak boleh kosong", closeAfterAdd: true}, // add options<br />&#160; {jqModal:false, left: 350, drag:false, resize:false, reloadAfterSubmit:true, closeOnEscape:true}, // del options<br />&#160; {}, // search options<br />&#160; {jqModal:false, left: 350, drag:false, resize:false, closeOnEscape:true}); // view options</p>
<p>&#160; jQuery("#list").jqGrid(&#39;navButtonAdd&#39;,"#pager",{caption:"Clear",title:"Clear Search",buttonicon :&#39;ui-icon-refresh&#39;, onClickButton:function(){<br />&#160;&#160; &#160;mygrid[0].clearToolbar() } });<br />&#160; jQuery("#list").jqGrid(&#39;filterToolbar&#39;);</p>
<p>}); <br />&#60;/script&#62;<br />&#160;<br />&#60;/head&#62;<br />&#60;body&#62;&#160; &#60;!--define where you want to place the grid--&#62;<br />&#60;table id="list"&#62;&#60;/table&#62; <br />&#60;div id="pager"&#62;&#60;/div&#62; <br />&#60;/body&#62;<br />&#60;/html&#62;</p>
</p>
<p><strong>Edit.php</strong></p>
<p>&#60;?<br />include(&#39;config/connect.php&#39;); //connections</p>
<p>$id = $_POST[&#39;id&#39;]; //row id. this is the id of the selected row<br />$name = $_POST[&#39;name&#39;]; //some variable<br />$address = $_POST[&#39;address&#39;]; //some variable<br />$telp = $_POST[&#39;telp&#39;]; //some variable<br />$level = $_POST[&#39;level&#39;]; //some variable<br />$shift = $_POST[&#39;shift&#39;]; //some variable<br />$salary = $_POST[&#39;salary&#39;]; //some variable<br />$date = $_POST[&#39;date&#39;]; //some variable<br />$operation = $_POST[&#39;oper&#39;]; //can be &#8220;add&#8221; &#8220;edit&#8221; &#8220;del&#8221;</p>
<p>if ($operation == "edit")<br />{<br />$result = mysqli_query($link, "UPDATE employee SET name = &#39;$name&#39;, address = &#39;$address&#39;, telp = &#39;$telp&#39;, level = &#39;$level&#39;, shift = &#39;$shift&#39;, salary = &#39;$salary&#39;, date = &#39;$date&#39; WHERE id = &#39;$id&#39;");<br />}</p>
<p>else if ($operation == "add") {<br />$result = mysqli_query($link, "INSERT INTO employee(id, name, address, telp, level, shift, salary, date) VALUES (&#39;$id&#39;, &#39;$name&#39;, &#39;$address&#39;, &#39;$telp&#39;, &#39;$level&#39;, &#39;$shift&#39;,&#39;$salary&#39;, &#39;$date&#39;)"); <br />}<br />else if($operation == "del")<br />{<br />$result = mysqli_query($link, "UPDATE employee SET del = 2 WHERE id = &#39;$id&#39;");<br />}</p>
<p>mysqli_close($link); </p>
<p>?&#62;</p>
</p>
<p><strong>tablejson.php</strong></p>
<p>&#60;?php <br />//include the information needed for the connection to MySQL data base server. <br />// we store here username, database and password <br />include &#39;config/connections.php&#39;;<br />&#160;<br />// to the url parameter are added 4 parameters as described in colModel<br />// we should get these parameters to construct the needed query<br />// Since we specify in the options of the grid that we will use a GET method <br />// we should use the appropriate command to obtain the parameters. <br />// In our case this is $_GET. If we specify that we want to use post <br />// we should use $_POST. Maybe the better way is to use $_REQUEST, which<br />// contain both the GET and POST variables. For more information refer to php documentation.<br />// Get the requested page. By default grid sets this to 1. <br />$page = $_REQUEST[&#39;page&#39;]; // get the requested page<br />&#160;<br />// get how many rows we want to have into the grid - rowNum parameter in the grid <br />$limit = $_REQUEST[&#39;rows&#39;]; // get how many rows we want to have into the grid<br />&#160;<br />// get index row - i.e. user click to sort. At first time sortname parameter -<br />// after that the index from colModel <br />$sidx = $_REQUEST[&#39;sidx&#39;]; // get index row - i.e. user click to sort<br />&#160;<br />// sorting order - at first time sortorder <br />$sord = $_REQUEST[&#39;sord&#39;]; // get the direction<br />&#160;<br />// if we not pass at first time index use the first column for the index or what you want<br />if(!$sidx) $sidx =1; </p>
<p>$wh = "";<br />$searchOn = stripslashes($_REQUEST[&#39;_search&#39;]); //a function called Strip that will remove slashes from the user typed text<br />if($searchOn==&#39;true&#39;) { <br />&#160;&#160; &#160;$sarr = Strip($_REQUEST); <br />&#160;&#160; &#160;foreach( $sarr as $k=&#62;$v) { //more or less this is pretty much saying for every value that the user entered in *note that the $v is data that comes out of your Strip function which as I mentioned it removes slashes from the user typed fields.<br />&#160;&#160; &#160;&#160;&#160; &#160;switch ($k) { <br />&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;case &#39;id&#39;: <br />&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;case &#39;name&#39;: <br />&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;case &#39;address&#39;: <br />&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;case &#39;level&#39;: <br />&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;case &#39;shift&#39;: <br />&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;$wh .= " AND ".$k." LIKE &#39;".$v."%&#39;"; <br />&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;break; <br />&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;case &#39;salary&#39;: <br />&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;$wh .= " AND ".$k." = ".$v; <br />&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;break; <br />&#160;&#160; &#160;&#160;&#160; &#160;} <br />&#160;&#160; &#160;}<br />}<br />//echo $wh;<br />&#160;<br />// connect to the MySQL database server <br />//$db = mysqli_connect($dbhost, $dbuser, $dbpassword) or die("Connection Error: " . mysql_error()); <br />&#160;<br />// select the database <br />//mysqli_select_db($link, $database) or die("Error connecting to db."); <br />switch ($examp) { <br />&#160;&#160; &#160;case 1: $query = "SELECT COUNT(*) AS count FROM employee WHERE ".$wh;<br />&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;$result = $db-&#62;query($query);<br />&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;$row = $result-&#62;fetch_array(MYSQLI_ASSOC);/* associative array */ <br />&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;$count = $row[&#39;count&#39;]; <br />&#160;<br />&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;// calculate the total pages for the query <br />&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;if( $count &#62;0 ) { <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; $total_pages = ceil($count/$limit); <br />&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;} else { <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; $total_pages = 0; <br />&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;} <br />&#160;<br />&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;// if for some reasons the requested page is greater than the total <br />&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;// set the requested page to total page <br />&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;if ($page &#62; $total_pages) $page=$total_pages;<br />&#160;<br />&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;// calculate the starting position of the rows <br />&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;$start = $limit*$page - $limit;// do not put $limit*($page - 1)<br />&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;if ($startpage = $page)<br />&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;$responce-&#62;total = $total_pages;<br />&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;$responce-&#62;records = $count;<br />&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;<br />&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;$i=0;<br />&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;while($row = $result-&#62;fetch_array(MYSQLI_ASSOC)) {<br />&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;$responce-&#62;rows[$i][&#39;id&#39;]=$row[id];<br />&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;$responce-&#62;rows[$i][&#39;cell&#39;]=array($row[id],$row[name],$row[address],$row[telp],$row[level],$row[shift],$row[salary], $row[date]);<br />&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;$i++;<br />&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;} <br />&#160;&#160; &#160;&#160;&#160; &#160;echo $json-&#62;encode($responce); // coment if php 5<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; //echo json_encode($responce);<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; &#160;<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; break;<br />&#160;&#160;&#160; case 3:<br />}<br />mysqli_close($db);</p>
<p>&#160;&#160; &#160;<br />?&#62;</p>
]]></description>
        	        	<pubDate>Sat, 30 Jan 2010 13:32:16 +0200</pubDate>
        </item>
</channel>
</rss>