<?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: Contact</title>
	<atom:link href="http://sandbox.ronggur.com/contact/feed/" rel="self" type="application/rss+xml" />
	<link>http://sandbox.ronggur.com</link>
	<description>Ronggur Hutasuhut Playground</description>
	<lastBuildDate>Sat, 04 Feb 2012 12:47:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Stefan klokgieters</title>
		<link>http://sandbox.ronggur.com/contact/comment-page-1/#comment-606</link>
		<dc:creator>Stefan klokgieters</dc:creator>
		<pubDate>Wed, 10 Nov 2010 16:16:06 +0000</pubDate>
		<guid isPermaLink="false">http://sandbox.ronggur.com/?page_id=2#comment-606</guid>
		<description>Hi,
I thank you for your great tutorial! Works perfect!
I only have one main question. How can i link the ID of the ratings stars (example rating ID = 1) to another ID from an other table in my mysql database. 
I have multiple products with each an specific ID. This id must be connected with the id of de ratingstars. So one product has it own rating star system.
 
&lt;?php
	$jid=$aRij[gid];
	$url=$aRij[url];
	echo &#039;&#039;;
	echo &#039;
		  &#039; . $aRij[merk]. &#039; - &#039; . $aRij[productnaam]. &#039;
		  &#039;;
	echo &#039;
		  
		  &#039;;
	
	echo &#039;
  
    Digital inputs
    &#039; . $aRij[digitalinputs]. &#039;
  
  
    Digital outputs
    &#039; . $aRij[digitaloutputs]. &#039;
  
  
    Midi
    &#039; . $aRij[midi]. &#039;
  
  
      Interface
    &#039; . $aRij[soort]. &#039;
  
  
    Wordlength
    &#039; . $aRij[wordlength]. &#039;
  
  
    Samplerate max
    &#039; . $aRij[samplemax]. &#039;
  
  
    Line inputs
    &#039; . $aRij[lineinputs]. &#039;
  
  
    Analog outputs
    &#039; . $aRij[analogoutputs]. &#039;
  
  
    Microfoon inputs
    &#039; . $aRij[micinputs]. &#039;
  
  
    Headphone outputs&#160;&#160;&#160;
    &#039; . $aRij[headphoneoutputs]. &#039;
  
  &#039;;  	
	echo &#039;&#039;;
?&gt;

	
	&lt;?php echo &quot;Voor meer informatie of het bestellen klik &lt;a href=&quot;$url&quot; rel=&quot;nofollow&quot;&gt;hier&lt;/a&gt;&quot;; ?&gt;


    

	&lt;div onclick=&quot;openClose()&quot; style=&quot;cursor:hand; cursor:pointer&quot;&gt;&lt;b&gt;Mening i4 ↓&lt;/b&gt;
	&lt;div id=&quot;&quot; class=&quot;texter&quot;&gt;&lt;?php echo &#039;&#039;. $aRij[beschrijving]. &#039;		
	&#039;; ?&gt;



This is is displayed to the user when my if else statement is executed.
Can you please help me?</description>
		<content:encoded><![CDATA[<p>Hi,<br />
I thank you for your great tutorial! Works perfect!<br />
I only have one main question. How can i link the ID of the ratings stars (example rating ID = 1) to another ID from an other table in my mysql database.<br />
I have multiple products with each an specific ID. This id must be connected with the id of de ratingstars. So one product has it own rating star system.</p>
<p>&lt;?php<br />
	$jid=$aRij[gid];<br />
	$url=$aRij[url];<br />
	echo &#039;&#8217;;<br />
	echo &#8216;<br />
		  &#8216; . $aRij[merk]. &#8216; &#8211; &#8216; . $aRij[productnaam]. &#8216;<br />
		  &#8216;;<br />
	echo &#8216;</p>
<p>		  &#8216;;</p>
<p>	echo &#8216;</p>
<p>    Digital inputs<br />
    &#8216; . $aRij[digitalinputs]. &#8216;</p>
<p>    Digital outputs<br />
    &#8216; . $aRij[digitaloutputs]. &#8216;</p>
<p>    Midi<br />
    &#8216; . $aRij[midi]. &#8216;</p>
<p>      Interface<br />
    &#8216; . $aRij[soort]. &#8216;</p>
<p>    Wordlength<br />
    &#8216; . $aRij[wordlength]. &#8216;</p>
<p>    Samplerate max<br />
    &#8216; . $aRij[samplemax]. &#8216;</p>
<p>    Line inputs<br />
    &#8216; . $aRij[lineinputs]. &#8216;</p>
<p>    Analog outputs<br />
    &#8216; . $aRij[analogoutputs]. &#8216;</p>
<p>    Microfoon inputs<br />
    &#8216; . $aRij[micinputs]. &#8216;</p>
<p>    Headphone outputs&nbsp;&nbsp;&nbsp;<br />
    &#8216; . $aRij[headphoneoutputs]. &#8216;</p>
<p>  &#8216;;<br />
	echo &#8221;;<br />
?&gt;</p>
<p>	&lt;?php echo &quot;Voor meer informatie of het bestellen klik <a href="$url" rel="nofollow">hier</a>&#8220;; ?&gt;</p>
<p>	&lt;div onclick=&quot;openClose()&#8221; style=&#8221;cursor:hand; cursor:pointer&#8221;&gt;<b>Mening i4 ↓</b><br />
	&lt;div id=&quot;&#8221; class=&#8221;texter&#8221;&gt;&lt;?php echo &#039;&#8217;. $aRij[beschrijving]. &#8216;<br />
	&#8216;; ?&gt;</p>
<p>This is is displayed to the user when my if else statement is executed.<br />
Can you please help me?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: frederick jones</title>
		<link>http://sandbox.ronggur.com/contact/comment-page-1/#comment-569</link>
		<dc:creator>frederick jones</dc:creator>
		<pubDate>Sun, 10 Oct 2010 21:11:41 +0000</pubDate>
		<guid isPermaLink="false">http://sandbox.ronggur.com/?page_id=2#comment-569</guid>
		<description>hi ronggur; like your design on the caribbean theme contest would you like to sell me the design cheap since it does you no good would like it for my web site that will be called &quot;caribbean vacation - scn &quot;. let me know also may want to do a few adjustments i have a joonla site please let me know. my current site is http://www.skycapnews.com   site will be caribbean focus on honeymoon, travel vacation and seniors pls let me know asap about design or a new one  skycapnews@yahoo.com</description>
		<content:encoded><![CDATA[<p>hi ronggur; like your design on the caribbean theme contest would you like to sell me the design cheap since it does you no good would like it for my web site that will be called &#8220;caribbean vacation &#8211; scn &#8220;. let me know also may want to do a few adjustments i have a joonla site please let me know. my current site is <a href="http://www.skycapnews.com" rel="nofollow" onclick="pageTracker._trackPageview('/outgoing/www.skycapnews.com?referer=');">http://www.skycapnews.com</a>   site will be caribbean focus on honeymoon, travel vacation and seniors pls let me know asap about design or a new one  <a href="mailto:skycapnews@yahoo.com">skycapnews@yahoo.com</a></p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Served from: sandbox.ronggur.com @ 2012-02-04 23:09:05 -->
