<?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/">
	<channel>
		<title><![CDATA[Developer Solution : - An IT And Web Development Discussion Forum - All Forums]]></title>
		<link>http://www.developersolution.com/</link>
		<description><![CDATA[Developer Solution : - An IT And Web Development Discussion Forum - http://www.developersolution.com]]></description>
		<pubDate>Thu, 11 Mar 2010 11:15:16 -0600</pubDate>
		<generator>MyBB</generator>
		<item>
			<title><![CDATA[trying to create an upload function that writes to MS access database]]></title>
			<link>http://www.developersolution.com/showthread.php?tid=67</link>
			<pubDate>Tue, 09 Mar 2010 03:30:45 -0600</pubDate>
			<dc:creator>markses</dc:creator>
			<guid isPermaLink="false">http://www.developersolution.com/showthread.php?tid=67</guid>
			<description><![CDATA[Hi ya!<br />
<br />
im using asp.net thorugh visual studio, where im trying to create a upload function where i can upload files and send them to MS access database.<br />
<br />
i've used the upload function from the tool bar, provided by visual stuido.<br />
<br />
<br />
i've done the front end of the code, face front, also the back end of the cs file, however this error keeps on cuming?<br />
<br />
Can anyone help please!!!!!<br />
<br />
<br />
<br />
"""heres the error msg below""""<br />
<br />
<br />
<br />
Compiler Error Message: CS0260: Missing partial modifier on declaration of type 'ASPNetDB.WebForm1'; another partial declaration of this type exists<br />
<br />
Source Error:<br />
<br />
<br />
<br />
Line 13: /// Summary description for WebForm1.<br />
Line 14: /// &lt;/summary&gt;<br />
Line 15: public class WebForm1 : System.Web.UI.Page<br />
Line 16: {<br />
Line 17: private const string MDBFILE = "ASPNetDB.mdb";<br />
<br />
<br />
Source File: c:\Users\Master2\Users\newupload.aspx.cs Line: 15 <br />
<br />
<br />
"""""""""""""""""""""""""""""""""""""""""""""""""" """"""""<br />
<br />
please help]]></description>
			<content:encoded><![CDATA[Hi ya!<br />
<br />
im using asp.net thorugh visual studio, where im trying to create a upload function where i can upload files and send them to MS access database.<br />
<br />
i've used the upload function from the tool bar, provided by visual stuido.<br />
<br />
<br />
i've done the front end of the code, face front, also the back end of the cs file, however this error keeps on cuming?<br />
<br />
Can anyone help please!!!!!<br />
<br />
<br />
<br />
"""heres the error msg below""""<br />
<br />
<br />
<br />
Compiler Error Message: CS0260: Missing partial modifier on declaration of type 'ASPNetDB.WebForm1'; another partial declaration of this type exists<br />
<br />
Source Error:<br />
<br />
<br />
<br />
Line 13: /// Summary description for WebForm1.<br />
Line 14: /// &lt;/summary&gt;<br />
Line 15: public class WebForm1 : System.Web.UI.Page<br />
Line 16: {<br />
Line 17: private const string MDBFILE = "ASPNetDB.mdb";<br />
<br />
<br />
Source File: c:\Users\Master2\Users\newupload.aspx.cs Line: 15 <br />
<br />
<br />
"""""""""""""""""""""""""""""""""""""""""""""""""" """"""""<br />
<br />
please help]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[group by error : Expected end of statement]]></title>
			<link>http://www.developersolution.com/showthread.php?tid=66</link>
			<pubDate>Tue, 09 Mar 2010 03:21:46 -0600</pubDate>
			<dc:creator>andrewdis</dc:creator>
			<guid isPermaLink="false">http://www.developersolution.com/showthread.php?tid=66</guid>
			<description><![CDATA[hi...<br />
i have an error to total my products in group by<br />
any help please .....<br />
this is my code what is wrong?<br />
<br />
<br />
Code:<br />
&lt;BODY&gt;<br />
&lt;%<br />
 Set MyConn = Server.CreateObject("ADODB.Connection")<br />
 MyConn.Open "FILEDSN=c:/dsn/MyTable_dsn.dsn"<br />
 SQL_query = "SELECT products, SUM(sales) AS Totalsales"<br />
 FROM Customer<br />
 GROUP BY products;<br />
 Set RS = MyConn.Execute(SQL_query)<br />
 WHILE NOT RS.EOF<br />
 %&gt;<br />
 <br />
&lt;br&gt;<br />
BAG: &lt;%=RS("Total sales")%&gt;<br />
&lt;br&gt;<br />
<br />
&lt;%<br />
 RS.MoveNext<br />
 WEND<br />
 RS.Close<br />
 MyConn.Close<br />
%&gt;<br />
&lt;/BODY&gt;<br />
<br />
<br />
Thanks.]]></description>
			<content:encoded><![CDATA[hi...<br />
i have an error to total my products in group by<br />
any help please .....<br />
this is my code what is wrong?<br />
<br />
<br />
Code:<br />
&lt;BODY&gt;<br />
&lt;%<br />
 Set MyConn = Server.CreateObject("ADODB.Connection")<br />
 MyConn.Open "FILEDSN=c:/dsn/MyTable_dsn.dsn"<br />
 SQL_query = "SELECT products, SUM(sales) AS Totalsales"<br />
 FROM Customer<br />
 GROUP BY products;<br />
 Set RS = MyConn.Execute(SQL_query)<br />
 WHILE NOT RS.EOF<br />
 %&gt;<br />
 <br />
&lt;br&gt;<br />
BAG: &lt;%=RS("Total sales")%&gt;<br />
&lt;br&gt;<br />
<br />
&lt;%<br />
 RS.MoveNext<br />
 WEND<br />
 RS.Close<br />
 MyConn.Close<br />
%&gt;<br />
&lt;/BODY&gt;<br />
<br />
<br />
Thanks.]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[pearl to create files with russian names]]></title>
			<link>http://www.developersolution.com/showthread.php?tid=65</link>
			<pubDate>Tue, 09 Mar 2010 03:14:56 -0600</pubDate>
			<dc:creator>programmer100</dc:creator>
			<guid isPermaLink="false">http://www.developersolution.com/showthread.php?tid=65</guid>
			<description><![CDATA[Hi all,<br />
<br />
I'm trying to create files on a Windows XP machine that hold russian language content. The content is generated with perl scripts. The problem is that when I try to give the files meaningful russian names, the filenames come out garbled.<br />
<br />
For example:<br />
<br />
&#36;u = "работать" ;<br />
<br />
&#36;f = magic(&#36;u) ; # the magic function is what I am looking for...<br />
<br />
open O,"&gt;&#36;f" ;<br />
<br />
the kind of magic I am trying results in filenames like Ñ€Ð°Ð±Ð¾Ñ‚Ð°Ñ‚ÑŒ.html<br />
I've tried using encode/decode functions, but I'm obviously not doing it right.<br />
<br />
<br />
thanks]]></description>
			<content:encoded><![CDATA[Hi all,<br />
<br />
I'm trying to create files on a Windows XP machine that hold russian language content. The content is generated with perl scripts. The problem is that when I try to give the files meaningful russian names, the filenames come out garbled.<br />
<br />
For example:<br />
<br />
&#36;u = "работать" ;<br />
<br />
&#36;f = magic(&#36;u) ; # the magic function is what I am looking for...<br />
<br />
open O,"&gt;&#36;f" ;<br />
<br />
the kind of magic I am trying results in filenames like Ñ€Ð°Ð±Ð¾Ñ‚Ð°Ñ‚ÑŒ.html<br />
I've tried using encode/decode functions, but I'm obviously not doing it right.<br />
<br />
<br />
thanks]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[how to write data into csv file?]]></title>
			<link>http://www.developersolution.com/showthread.php?tid=64</link>
			<pubDate>Tue, 09 Mar 2010 02:59:36 -0600</pubDate>
			<dc:creator>daniel</dc:creator>
			<guid isPermaLink="false">http://www.developersolution.com/showthread.php?tid=64</guid>
			<description><![CDATA[Hi all, <br />
<br />
Does anyone know how to write data into csv file? I was using fwrite() to do this now but all its data will write into the 1st cell of the csv file only. Thanks in advance for anyone who offers help.]]></description>
			<content:encoded><![CDATA[Hi all, <br />
<br />
Does anyone know how to write data into csv file? I was using fwrite() to do this now but all its data will write into the 1st cell of the csv file only. Thanks in advance for anyone who offers help.]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Bid On Freelancing Projects from Freelancer.com]]></title>
			<link>http://www.developersolution.com/showthread.php?tid=63</link>
			<pubDate>Sat, 06 Mar 2010 04:55:49 -0600</pubDate>
			<dc:creator>ved</dc:creator>
			<guid isPermaLink="false">http://www.developersolution.com/showthread.php?tid=63</guid>
			<description><![CDATA[Bid On Freelancing Projects from Freelancer.com]]></description>
			<content:encoded><![CDATA[Bid On Freelancing Projects from Freelancer.com]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[how to set up php.ini to send mail]]></title>
			<link>http://www.developersolution.com/showthread.php?tid=62</link>
			<pubDate>Wed, 03 Mar 2010 03:47:42 -0600</pubDate>
			<dc:creator>andrewdis</dc:creator>
			<guid isPermaLink="false">http://www.developersolution.com/showthread.php?tid=62</guid>
			<description><![CDATA[I have php running wonderfully on my local win2000 machine yet don't know what to do in order to send mail using php and calling the mail function.<br />
<br />
My internet provider requires an outgoing mail server username and password which is no problem when using Outlook as there is a proper space to enter it, is this even an issue??? Seems like it would be.<br />
<br />
Here is my php code which works just fine on the remote server: &lt;b&gt;mail(&#36;to, &#36;subject, &#36;body, &#36;headers); &lt;/b&gt;<br />
<br />
What do I put in my local machine php.ini file and where? Or other tips, thanks so much.]]></description>
			<content:encoded><![CDATA[I have php running wonderfully on my local win2000 machine yet don't know what to do in order to send mail using php and calling the mail function.<br />
<br />
My internet provider requires an outgoing mail server username and password which is no problem when using Outlook as there is a proper space to enter it, is this even an issue??? Seems like it would be.<br />
<br />
Here is my php code which works just fine on the remote server: &lt;b&gt;mail(&#36;to, &#36;subject, &#36;body, &#36;headers); &lt;/b&gt;<br />
<br />
What do I put in my local machine php.ini file and where? Or other tips, thanks so much.]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[How to send email in php?]]></title>
			<link>http://www.developersolution.com/showthread.php?tid=61</link>
			<pubDate>Wed, 03 Mar 2010 02:58:40 -0600</pubDate>
			<dc:creator>markses</dc:creator>
			<guid isPermaLink="false">http://www.developersolution.com/showthread.php?tid=61</guid>
			<description><![CDATA[I am trying a code in php. Can anyone please tell me how to send email in php?<br />
<br />
Thanks]]></description>
			<content:encoded><![CDATA[I am trying a code in php. Can anyone please tell me how to send email in php?<br />
<br />
Thanks]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Having problem with ajax and php using POST]]></title>
			<link>http://www.developersolution.com/showthread.php?tid=60</link>
			<pubDate>Tue, 02 Mar 2010 05:00:14 -0600</pubDate>
			<dc:creator>daniel</dc:creator>
			<guid isPermaLink="false">http://www.developersolution.com/showthread.php?tid=60</guid>
			<description><![CDATA[Hi Guys,<br />
A client has asked me to build a website with a login system. I thought it'd be a nice touch to add some AJAX in to validate the form on submit.<br />
<br />
I just can't seem to get it to work.<br />
<br />
Here's my HTML Form.<br />
<br />
HTML Code:<br />
<div class="codeblock">
<div class="title">Code:<br />
</div><div class="body" dir="ltr"><code>&lt;form name="loginForm" onsubmit="ajaxFunction()"&gt;<br />
&lt;p&gt;Username<br />
&lt;input type="text" id="username" /&gt;<br />
&lt;/p&gt;<br />
&lt;p&gt;Password<br />
&lt;input type="password" id="password" /&gt;<br />
&lt;/p&gt;<br />
&lt;div id="result"&gt;&lt;/div&gt;<br />
&lt;p&gt;<br />
&lt;input type="sumbit" value="Log In" /&gt;&lt;!--I've tried this line with the onclick="ajaxFunction()" instead of on the form tag--&gt;<br />
&lt;/p&gt;<br />
&lt;/form&gt;</code></div></div>
<br />
Here's my J<strong></strong><br />
<br />
Code:<br />
<br />
<div class="codeblock">
<div class="title">Code:<br />
</div><div class="body" dir="ltr"><code>&lt;script language="javascript" type="text/javascript"&gt;<br />
&lt;!-- <br />
//Browser Support Code<br />
function ajaxFunction(){<br />
&nbsp;&nbsp;&nbsp;&nbsp;var ajaxRequest;&nbsp;&nbsp;// The variable that makes Ajax possible!<br />
&nbsp;&nbsp;&nbsp;&nbsp;var params;<br />
&nbsp;&nbsp;&nbsp;&nbsp;//make the Ajax Object<br />
&nbsp;&nbsp;&nbsp;&nbsp;try{<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;// Opera 8.0+, Firefox, Safari<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ajaxRequest = new XMLHttpRequest();<br />
&nbsp;&nbsp;&nbsp;&nbsp;} catch (e){<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;// Internet Explorer Browsers<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;try{<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ajaxRequest = new ActiveXObject("Msxml2.XMLHTTP");<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;} catch (e) {<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;try{<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ajaxRequest = new ActiveXObject("Microsoft.XMLHTTP");<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;} catch (e){<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;// Something went wrong<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;alert("Your browser broke!");<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;return false;<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;}<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;}<br />
&nbsp;&nbsp;&nbsp;&nbsp;}<br />
&nbsp;&nbsp;&nbsp;&nbsp;// Create a function that will receive data sent from the server<br />
&nbsp;&nbsp;&nbsp;&nbsp;ajaxRequest.onreadystatechange = function(){<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;if(ajaxRequest.readyState == 4 &amp;&amp; ajaxRequest.status == 200){<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;var ajaxDisplay = document.getElementById('result');<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ajaxDisplay.innerHTML = ajaxRequest.responseText;<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;}<br />
&nbsp;&nbsp;&nbsp;&nbsp;}<br />
&nbsp;&nbsp;&nbsp;&nbsp;var username = document.getElementById('username').value;<br />
&nbsp;&nbsp;&nbsp;&nbsp;var password = document.getElementById('password').value;<br />
&nbsp;&nbsp;&nbsp;&nbsp;ajaxRequest.open("POST", "login.php");<br />
&nbsp;&nbsp;&nbsp;&nbsp;ajaxRequest.setRequestHeader('Content-Type', 'application/x-www-form-urlencoded');<br />
&nbsp;&nbsp;&nbsp;&nbsp;ajaxRequest.send('username=' + username + '&amp;password=' + password); <br />
}<br />
<br />
//--&gt;<br />
&lt;/script&gt;</code></div></div>
<br />
And lastly, my PHP code.<br />
<br />
<br />
PHP Code:<br />
<br />
<br />
<div class="codeblock phpcodeblock"><div class="title">PHP Code:<br />
</div><div class="body"><div dir="ltr"><code><span style="color: #0000BB">&lt;?php&nbsp;<br /></span><span style="color: #007700">include&nbsp;</span><span style="color: #DD0000">'private/config.php'</span><span style="color: #007700">;&nbsp;<br /><br /></span><span style="color: #0000BB">&#36;username&nbsp;</span><span style="color: #007700">=&nbsp;</span><span style="color: #0000BB">&#36;_POST</span><span style="color: #007700">[</span><span style="color: #DD0000">'username'</span><span style="color: #007700">&#93;;&nbsp;<br /></span><span style="color: #0000BB">&#36;password&nbsp;</span><span style="color: #007700">=&nbsp;</span><span style="color: #0000BB">&#36;_POST</span><span style="color: #007700">[</span><span style="color: #DD0000">'password'</span><span style="color: #007700">&#93;;&nbsp;<br /></span><span style="color: #0000BB">&#36;query&nbsp;</span><span style="color: #007700">=&nbsp;</span><span style="color: #DD0000">"SELECT&nbsp;UserName,&nbsp;Pass&nbsp;FROM&nbsp;user&nbsp;WHERE&nbsp;UserName=&#092;""</span><span style="color: #007700">.</span><span style="color: #0000BB">&#36;username</span><span style="color: #007700">.</span><span style="color: #DD0000">"&#092;"&nbsp;AND&nbsp;Pass=&#092;""</span><span style="color: #007700">.</span><span style="color: #0000BB">&#36;password</span><span style="color: #007700">.</span><span style="color: #DD0000">"&#092;""</span><span style="color: #007700">;&nbsp;<br /><br /></span><span style="color: #0000BB">&#36;connection&nbsp;</span><span style="color: #007700">=&nbsp;</span><span style="color: #0000BB">mysql_connect</span><span style="color: #007700">(</span><span style="color: #0000BB">&#36;host</span><span style="color: #007700">,</span><span style="color: #0000BB">&#36;un</span><span style="color: #007700">,</span><span style="color: #0000BB">&#36;pass</span><span style="color: #007700">)&nbsp;or&nbsp;die(</span><span style="color: #DD0000">"no&nbsp;connection"</span><span style="color: #007700">);&nbsp;<br /></span><span style="color: #0000BB">mysql_select_db</span><span style="color: #007700">(</span><span style="color: #0000BB">&#36;database</span><span style="color: #007700">)&nbsp;or&nbsp;die(&nbsp;</span><span style="color: #DD0000">"Unable&nbsp;to&nbsp;select&nbsp;database"</span><span style="color: #007700">);&nbsp;<br /></span><span style="color: #0000BB">&#36;result&nbsp;</span><span style="color: #007700">=&nbsp;</span><span style="color: #0000BB">mysql_query</span><span style="color: #007700">(</span><span style="color: #0000BB">&#36;query</span><span style="color: #007700">)&nbsp;or&nbsp;die&nbsp;(</span><span style="color: #DD0000">"query&nbsp;failed"</span><span style="color: #007700">);&nbsp;<br /></span><span style="color: #0000BB">&#36;num_rows&nbsp;</span><span style="color: #007700">=&nbsp;</span><span style="color: #0000BB">mysql_num_rows</span><span style="color: #007700">(</span><span style="color: #0000BB">&#36;result</span><span style="color: #007700">);&nbsp;<br />if(</span><span style="color: #0000BB">&#36;num_rows</span><span style="color: #007700">==</span><span style="color: #0000BB">1</span><span style="color: #007700">){&nbsp;<br />&nbsp;&nbsp;&nbsp;&nbsp;echo&nbsp;(</span><span style="color: #DD0000">"login&nbsp;successful"</span><span style="color: #007700">);&nbsp;<br />}&nbsp;else&nbsp;{&nbsp;<br />&nbsp;&nbsp;&nbsp;&nbsp;echo&nbsp;(</span><span style="color: #0000BB">&#36;username&nbsp;</span><span style="color: #007700">.&nbsp;</span><span style="color: #0000BB">&#36;password</span><span style="color: #007700">);&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<br />}&nbsp;<br /></span><span style="color: #0000BB">mysql_close</span><span style="color: #007700">(</span><span style="color: #0000BB">&#36;connection</span><span style="color: #007700">);&nbsp;<br /></span><span style="color: #0000BB">?&gt;</span></code></div></div></div>
I appreciate that I'm practically passing the problem onto you guys, but I really need this done. Thanks alot for any help you can give]]></description>
			<content:encoded><![CDATA[Hi Guys,<br />
A client has asked me to build a website with a login system. I thought it'd be a nice touch to add some AJAX in to validate the form on submit.<br />
<br />
I just can't seem to get it to work.<br />
<br />
Here's my HTML Form.<br />
<br />
HTML Code:<br />
<div class="codeblock">
<div class="title">Code:<br />
</div><div class="body" dir="ltr"><code>&lt;form name="loginForm" onsubmit="ajaxFunction()"&gt;<br />
&lt;p&gt;Username<br />
&lt;input type="text" id="username" /&gt;<br />
&lt;/p&gt;<br />
&lt;p&gt;Password<br />
&lt;input type="password" id="password" /&gt;<br />
&lt;/p&gt;<br />
&lt;div id="result"&gt;&lt;/div&gt;<br />
&lt;p&gt;<br />
&lt;input type="sumbit" value="Log In" /&gt;&lt;!--I've tried this line with the onclick="ajaxFunction()" instead of on the form tag--&gt;<br />
&lt;/p&gt;<br />
&lt;/form&gt;</code></div></div>
<br />
Here's my J<strong></strong><br />
<br />
Code:<br />
<br />
<div class="codeblock">
<div class="title">Code:<br />
</div><div class="body" dir="ltr"><code>&lt;script language="javascript" type="text/javascript"&gt;<br />
&lt;!-- <br />
//Browser Support Code<br />
function ajaxFunction(){<br />
&nbsp;&nbsp;&nbsp;&nbsp;var ajaxRequest;&nbsp;&nbsp;// The variable that makes Ajax possible!<br />
&nbsp;&nbsp;&nbsp;&nbsp;var params;<br />
&nbsp;&nbsp;&nbsp;&nbsp;//make the Ajax Object<br />
&nbsp;&nbsp;&nbsp;&nbsp;try{<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;// Opera 8.0+, Firefox, Safari<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ajaxRequest = new XMLHttpRequest();<br />
&nbsp;&nbsp;&nbsp;&nbsp;} catch (e){<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;// Internet Explorer Browsers<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;try{<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ajaxRequest = new ActiveXObject("Msxml2.XMLHTTP");<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;} catch (e) {<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;try{<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ajaxRequest = new ActiveXObject("Microsoft.XMLHTTP");<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;} catch (e){<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;// Something went wrong<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;alert("Your browser broke!");<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;return false;<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;}<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;}<br />
&nbsp;&nbsp;&nbsp;&nbsp;}<br />
&nbsp;&nbsp;&nbsp;&nbsp;// Create a function that will receive data sent from the server<br />
&nbsp;&nbsp;&nbsp;&nbsp;ajaxRequest.onreadystatechange = function(){<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;if(ajaxRequest.readyState == 4 &amp;&amp; ajaxRequest.status == 200){<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;var ajaxDisplay = document.getElementById('result');<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ajaxDisplay.innerHTML = ajaxRequest.responseText;<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;}<br />
&nbsp;&nbsp;&nbsp;&nbsp;}<br />
&nbsp;&nbsp;&nbsp;&nbsp;var username = document.getElementById('username').value;<br />
&nbsp;&nbsp;&nbsp;&nbsp;var password = document.getElementById('password').value;<br />
&nbsp;&nbsp;&nbsp;&nbsp;ajaxRequest.open("POST", "login.php");<br />
&nbsp;&nbsp;&nbsp;&nbsp;ajaxRequest.setRequestHeader('Content-Type', 'application/x-www-form-urlencoded');<br />
&nbsp;&nbsp;&nbsp;&nbsp;ajaxRequest.send('username=' + username + '&amp;password=' + password); <br />
}<br />
<br />
//--&gt;<br />
&lt;/script&gt;</code></div></div>
<br />
And lastly, my PHP code.<br />
<br />
<br />
PHP Code:<br />
<br />
<br />
<div class="codeblock phpcodeblock"><div class="title">PHP Code:<br />
</div><div class="body"><div dir="ltr"><code><span style="color: #0000BB">&lt;?php&nbsp;<br /></span><span style="color: #007700">include&nbsp;</span><span style="color: #DD0000">'private/config.php'</span><span style="color: #007700">;&nbsp;<br /><br /></span><span style="color: #0000BB">&#36;username&nbsp;</span><span style="color: #007700">=&nbsp;</span><span style="color: #0000BB">&#36;_POST</span><span style="color: #007700">[</span><span style="color: #DD0000">'username'</span><span style="color: #007700">];&nbsp;<br /></span><span style="color: #0000BB">&#36;password&nbsp;</span><span style="color: #007700">=&nbsp;</span><span style="color: #0000BB">&#36;_POST</span><span style="color: #007700">[</span><span style="color: #DD0000">'password'</span><span style="color: #007700">];&nbsp;<br /></span><span style="color: #0000BB">&#36;query&nbsp;</span><span style="color: #007700">=&nbsp;</span><span style="color: #DD0000">"SELECT&nbsp;UserName,&nbsp;Pass&nbsp;FROM&nbsp;user&nbsp;WHERE&nbsp;UserName=&#092;""</span><span style="color: #007700">.</span><span style="color: #0000BB">&#36;username</span><span style="color: #007700">.</span><span style="color: #DD0000">"&#092;"&nbsp;AND&nbsp;Pass=&#092;""</span><span style="color: #007700">.</span><span style="color: #0000BB">&#36;password</span><span style="color: #007700">.</span><span style="color: #DD0000">"&#092;""</span><span style="color: #007700">;&nbsp;<br /><br /></span><span style="color: #0000BB">&#36;connection&nbsp;</span><span style="color: #007700">=&nbsp;</span><span style="color: #0000BB">mysql_connect</span><span style="color: #007700">(</span><span style="color: #0000BB">&#36;host</span><span style="color: #007700">,</span><span style="color: #0000BB">&#36;un</span><span style="color: #007700">,</span><span style="color: #0000BB">&#36;pass</span><span style="color: #007700">)&nbsp;or&nbsp;die(</span><span style="color: #DD0000">"no&nbsp;connection"</span><span style="color: #007700">);&nbsp;<br /></span><span style="color: #0000BB">mysql_select_db</span><span style="color: #007700">(</span><span style="color: #0000BB">&#36;database</span><span style="color: #007700">)&nbsp;or&nbsp;die(&nbsp;</span><span style="color: #DD0000">"Unable&nbsp;to&nbsp;select&nbsp;database"</span><span style="color: #007700">);&nbsp;<br /></span><span style="color: #0000BB">&#36;result&nbsp;</span><span style="color: #007700">=&nbsp;</span><span style="color: #0000BB">mysql_query</span><span style="color: #007700">(</span><span style="color: #0000BB">&#36;query</span><span style="color: #007700">)&nbsp;or&nbsp;die&nbsp;(</span><span style="color: #DD0000">"query&nbsp;failed"</span><span style="color: #007700">);&nbsp;<br /></span><span style="color: #0000BB">&#36;num_rows&nbsp;</span><span style="color: #007700">=&nbsp;</span><span style="color: #0000BB">mysql_num_rows</span><span style="color: #007700">(</span><span style="color: #0000BB">&#36;result</span><span style="color: #007700">);&nbsp;<br />if(</span><span style="color: #0000BB">&#36;num_rows</span><span style="color: #007700">==</span><span style="color: #0000BB">1</span><span style="color: #007700">){&nbsp;<br />&nbsp;&nbsp;&nbsp;&nbsp;echo&nbsp;(</span><span style="color: #DD0000">"login&nbsp;successful"</span><span style="color: #007700">);&nbsp;<br />}&nbsp;else&nbsp;{&nbsp;<br />&nbsp;&nbsp;&nbsp;&nbsp;echo&nbsp;(</span><span style="color: #0000BB">&#36;username&nbsp;</span><span style="color: #007700">.&nbsp;</span><span style="color: #0000BB">&#36;password</span><span style="color: #007700">);&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<br />}&nbsp;<br /></span><span style="color: #0000BB">mysql_close</span><span style="color: #007700">(</span><span style="color: #0000BB">&#36;connection</span><span style="color: #007700">);&nbsp;<br /></span><span style="color: #0000BB">?&gt;</span></code></div></div></div>
I appreciate that I'm practically passing the problem onto you guys, but I really need this done. Thanks alot for any help you can give]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Determine order in where clause]]></title>
			<link>http://www.developersolution.com/showthread.php?tid=59</link>
			<pubDate>Tue, 02 Mar 2010 04:37:38 -0600</pubDate>
			<dc:creator>programmer100</dc:creator>
			<guid isPermaLink="false">http://www.developersolution.com/showthread.php?tid=59</guid>
			<description><![CDATA[Hi,<br />
<br />
currently I want to search (Dutch) postcodes using the following statement removing the possible white-space and case sensitivity <br />
<br />
Quote:<br />
where upper(replace(tbladdresses.zipcode,' ',''))='2279EK'  <br />
<br />
<br />
<br />
As the above 'where-statement' takes 10 seconds to return results, I wanted to speed-up this query by adding an additional clause making the new 'where statement':<br />
<br />
<br />
Quote:<br />
where tbladdresses.zipcode like '2279%' and upper(replace(tbladdresses.zipcode,' ',''))='2279EK'  <br />
<br />
<br />
Using only the first condition mysql performs fast; however adding the second condition makes it slow again.<br />
<br />
Is there a way I can force mysql to prioritize the query on the first condition first, and then let mysql handle the second condition?<br />
<br />
thanks]]></description>
			<content:encoded><![CDATA[Hi,<br />
<br />
currently I want to search (Dutch) postcodes using the following statement removing the possible white-space and case sensitivity <br />
<br />
Quote:<br />
where upper(replace(tbladdresses.zipcode,' ',''))='2279EK'  <br />
<br />
<br />
<br />
As the above 'where-statement' takes 10 seconds to return results, I wanted to speed-up this query by adding an additional clause making the new 'where statement':<br />
<br />
<br />
Quote:<br />
where tbladdresses.zipcode like '2279%' and upper(replace(tbladdresses.zipcode,' ',''))='2279EK'  <br />
<br />
<br />
Using only the first condition mysql performs fast; however adding the second condition makes it slow again.<br />
<br />
Is there a way I can force mysql to prioritize the query on the first condition first, and then let mysql handle the second condition?<br />
<br />
thanks]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Auto_increment in databases that do not support auto increment]]></title>
			<link>http://www.developersolution.com/showthread.php?tid=58</link>
			<pubDate>Tue, 02 Mar 2010 04:25:51 -0600</pubDate>
			<dc:creator>andrewdis</dc:creator>
			<guid isPermaLink="false">http://www.developersolution.com/showthread.php?tid=58</guid>
			<description><![CDATA[hi, <br />
<br />
I have a fill in the blanks question which says, <br />
<br />
In databases which do not support we must use a _________ to auto generate a numeric increment key.<br />
<br />
my answer is TRIGGER. can it also be LAST_INSERT_ID(id+1)<br />
<br />
I am confused about the second answer as that does not suit to the generic sense of the question. <br />
<br />
A wise word is highly appreciated. <br />
<br />
cheers]]></description>
			<content:encoded><![CDATA[hi, <br />
<br />
I have a fill in the blanks question which says, <br />
<br />
In databases which do not support we must use a _________ to auto generate a numeric increment key.<br />
<br />
my answer is TRIGGER. can it also be LAST_INSERT_ID(id+1)<br />
<br />
I am confused about the second answer as that does not suit to the generic sense of the question. <br />
<br />
A wise word is highly appreciated. <br />
<br />
cheers]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Paypal announcment of Resuming local bank withdrawals to India from Wednesday]]></title>
			<link>http://www.developersolution.com/showthread.php?tid=57</link>
			<pubDate>Sat, 27 Feb 2010 04:39:06 -0600</pubDate>
			<dc:creator>ved</dc:creator>
			<guid isPermaLink="false">http://www.developersolution.com/showthread.php?tid=57</guid>
			<description><![CDATA[Hello Guys,<br />
<br />
Finally <span style="font-weight: bold;">paypal has announced that they are resuming local bank transfers into India</span>!<br />
This is official Announcement of PayPal regarding local bank transfers in India from Paypal!<br />
<br />
Dear XXXXXX,<br />
<br />
We have been diligently working with the RBI and our business<br />
partners to resume Indian bank withdrawals for the thousands<br />
of Indian businesses who depend on PayPal to sell their goods<br />
or services in the global marketplace.<br />
<br />
Today, we are happy to announce that the RBI has allowed us<br />
to continue local bank withdrawals for settlements for exports<br />
of goods and services.  We are currently making changes to<br />
comply with Indian regulations for settlements for exports of<br />
goods and services, and we anticipate that, as of Wednesday,<br />
March 3rd, customers will be able to use our<br />
bank withdrawal service.  <br />
<br />
As part of the changes, you will be required to fill out a<br />
new field entitled 'Export Code' when you request a withdrawal.<br />
This information is required under the current laws of India in<br />
order to identify the nature of cross-border merchant transactions.  <br />
<br />
On Monday, March 1st, we will be back in touch with specific<br />
instructions on how you can move your money into your bank account. <br />
<br />
Moving forward, the RBI has told us that PayPal needs specific<br />
approvals to allow personal remittances to India, which we<br />
currently do not have.  Until we get these approvals, personal<br />
payments into India will remain suspended.  However, if you are<br />
an exporter, you will continue to be able to use the PayPal<br />
service for payments of goods and services.  In fact, with the<br />
changes we are making to our system, PayPal is now set to be a<br />
more powerful engine for exporters in India.  With purpose codes<br />
for export transactions and FIRCs (Foreign Inward Remittance<br />
Certificates), you should now be able to get the export<br />
related benefits you seek.]]></description>
			<content:encoded><![CDATA[Hello Guys,<br />
<br />
Finally <span style="font-weight: bold;">paypal has announced that they are resuming local bank transfers into India</span>!<br />
This is official Announcement of PayPal regarding local bank transfers in India from Paypal!<br />
<br />
Dear XXXXXX,<br />
<br />
We have been diligently working with the RBI and our business<br />
partners to resume Indian bank withdrawals for the thousands<br />
of Indian businesses who depend on PayPal to sell their goods<br />
or services in the global marketplace.<br />
<br />
Today, we are happy to announce that the RBI has allowed us<br />
to continue local bank withdrawals for settlements for exports<br />
of goods and services.  We are currently making changes to<br />
comply with Indian regulations for settlements for exports of<br />
goods and services, and we anticipate that, as of Wednesday,<br />
March 3rd, customers will be able to use our<br />
bank withdrawal service.  <br />
<br />
As part of the changes, you will be required to fill out a<br />
new field entitled 'Export Code' when you request a withdrawal.<br />
This information is required under the current laws of India in<br />
order to identify the nature of cross-border merchant transactions.  <br />
<br />
On Monday, March 1st, we will be back in touch with specific<br />
instructions on how you can move your money into your bank account. <br />
<br />
Moving forward, the RBI has told us that PayPal needs specific<br />
approvals to allow personal remittances to India, which we<br />
currently do not have.  Until we get these approvals, personal<br />
payments into India will remain suspended.  However, if you are<br />
an exporter, you will continue to be able to use the PayPal<br />
service for payments of goods and services.  In fact, with the<br />
changes we are making to our system, PayPal is now set to be a<br />
more powerful engine for exporters in India.  With purpose codes<br />
for export transactions and FIRCs (Foreign Inward Remittance<br />
Certificates), you should now be able to get the export<br />
related benefits you seek.]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Logout code in C#- asp.net]]></title>
			<link>http://www.developersolution.com/showthread.php?tid=56</link>
			<pubDate>Sat, 27 Feb 2010 03:29:59 -0600</pubDate>
			<dc:creator>programmer100</dc:creator>
			<guid isPermaLink="false">http://www.developersolution.com/showthread.php?tid=56</guid>
			<description><![CDATA[hii,<br />
i m facing problem in logout code in asp.net c#.<br />
please give the code which can do:-<br />
1) session end<br />
2) when pressing back button after logout it should be redirect to login page.<br />
3)by pasting url of somebody's account in address bar it should not enter in the account and redirect to login page.<br />
<br />
please provide code for both "session" and "authentication" method.<br />
thank you for your time..]]></description>
			<content:encoded><![CDATA[hii,<br />
i m facing problem in logout code in asp.net c#.<br />
please give the code which can do:-<br />
1) session end<br />
2) when pressing back button after logout it should be redirect to login page.<br />
3)by pasting url of somebody's account in address bar it should not enter in the account and redirect to login page.<br />
<br />
please provide code for both "session" and "authentication" method.<br />
thank you for your time..]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Don't know where to start: PHP script to update]]></title>
			<link>http://www.developersolution.com/showthread.php?tid=55</link>
			<pubDate>Fri, 26 Feb 2010 05:08:26 -0600</pubDate>
			<dc:creator>programmer100</dc:creator>
			<guid isPermaLink="false">http://www.developersolution.com/showthread.php?tid=55</guid>
			<description><![CDATA[Hello All,<br />
<br />
<br />
I'm going round in circles trying to find out exactly what php script I need to create a webpage I'm planning to develop.<br />
Basically, it's a classifieds web page, a "service required" (i.e. people looking for help) ad listing.<br />
A person would enter their details as to what they want by ticking a number of tick boxes and by filling out fields - name, email, extra info etc<br />
This information when submitted would then update another page which is chosen by the location they filled out in the initial form.<br />
<br />
I would also like for results to be shown to them of all the possible 'matches' of service providers they could have dependent on the criteria they selected. <br />
<br />
If anyone could tell me what I need, what type of script will help me that I could try to modify to suit my own goals, I'd be incredibly grateful.<br />
<br />
Many thanks.]]></description>
			<content:encoded><![CDATA[Hello All,<br />
<br />
<br />
I'm going round in circles trying to find out exactly what php script I need to create a webpage I'm planning to develop.<br />
Basically, it's a classifieds web page, a "service required" (i.e. people looking for help) ad listing.<br />
A person would enter their details as to what they want by ticking a number of tick boxes and by filling out fields - name, email, extra info etc<br />
This information when submitted would then update another page which is chosen by the location they filled out in the initial form.<br />
<br />
I would also like for results to be shown to them of all the possible 'matches' of service providers they could have dependent on the criteria they selected. <br />
<br />
If anyone could tell me what I need, what type of script will help me that I could try to modify to suit my own goals, I'd be incredibly grateful.<br />
<br />
Many thanks.]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Data base design]]></title>
			<link>http://www.developersolution.com/showthread.php?tid=54</link>
			<pubDate>Fri, 26 Feb 2010 04:12:40 -0600</pubDate>
			<dc:creator>markses</dc:creator>
			<guid isPermaLink="false">http://www.developersolution.com/showthread.php?tid=54</guid>
			<description><![CDATA[Hello All,<br />
<br />
I am designing a DB to use at work. I have two tables:<br />
<br />
Table #1- Table #2<br />
<br />
tblEmployee tblTeam<br />
<span style="font-weight: bold;">fld EmpID</span> <span style="font-weight: bold;">fldTeamID</span><br />
fldEmpFName fldTeamLeaderID<br />
fldEmpLName fldTeamDesc<br />
fldTeamID<br />
<br />
The bold fields are the primary keys<br />
The problem I am having, if it is a problem, is that the agent is connected to the team via tblEmployee.fldTeamID and tblTeam.fldTeamID, now the team leader would be connected via tblEmployee.fld EmpID and tblTeam.fldTeamLeaderID<br />
<br />
Is it reasonable that tables are connected to each other twice?<br />
<br />
Cheers,]]></description>
			<content:encoded><![CDATA[Hello All,<br />
<br />
I am designing a DB to use at work. I have two tables:<br />
<br />
Table #1- Table #2<br />
<br />
tblEmployee tblTeam<br />
<span style="font-weight: bold;">fld EmpID</span> <span style="font-weight: bold;">fldTeamID</span><br />
fldEmpFName fldTeamLeaderID<br />
fldEmpLName fldTeamDesc<br />
fldTeamID<br />
<br />
The bold fields are the primary keys<br />
The problem I am having, if it is a problem, is that the agent is connected to the team via tblEmployee.fldTeamID and tblTeam.fldTeamID, now the team leader would be connected via tblEmployee.fld EmpID and tblTeam.fldTeamLeaderID<br />
<br />
Is it reasonable that tables are connected to each other twice?<br />
<br />
Cheers,]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[sending custome headers with HttpResponse]]></title>
			<link>http://www.developersolution.com/showthread.php?tid=53</link>
			<pubDate>Fri, 26 Feb 2010 03:55:24 -0600</pubDate>
			<dc:creator>andrewdis</dc:creator>
			<guid isPermaLink="false">http://www.developersolution.com/showthread.php?tid=53</guid>
			<description><![CDATA[Hey Guys. <br />
I was trying to send a custom header to another page for accessing its api. <br />
<br />
I am using this HttpResponse::setHeader ( 'customname', 'myvalue' );<br />
<br />
What class do I need to use for this? Does PHP5.1 and above have this inbuilt or do I need to include some particular class to use this? How do I create an instance of this class? Any help is appreciated.]]></description>
			<content:encoded><![CDATA[Hey Guys. <br />
I was trying to send a custom header to another page for accessing its api. <br />
<br />
I am using this HttpResponse::setHeader ( 'customname', 'myvalue' );<br />
<br />
What class do I need to use for this? Does PHP5.1 and above have this inbuilt or do I need to include some particular class to use this? How do I create an instance of this class? Any help is appreciated.]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[problem while fetching data from a html page]]></title>
			<link>http://www.developersolution.com/showthread.php?tid=52</link>
			<pubDate>Fri, 26 Feb 2010 03:10:10 -0600</pubDate>
			<dc:creator>roop12345</dc:creator>
			<guid isPermaLink="false">http://www.developersolution.com/showthread.php?tid=52</guid>
			<description><![CDATA[Hi,<br />
When i am fetching data in my php page  from html page, it shows an error : undefined variables. i want to fetch data fro insertion in sql.<br />
My code is:<br />
<br />
&#36;sql="INSERT INTO user_tb (user_name,passw)<br />
        values<br />
        (".&#36;_POST[username&#93;." ,<br />
         ".&#36;_POST[pwd&#93;.")";<br />
<br />
Please help.]]></description>
			<content:encoded><![CDATA[Hi,<br />
When i am fetching data in my php page  from html page, it shows an error : undefined variables. i want to fetch data fro insertion in sql.<br />
My code is:<br />
<br />
&#36;sql="INSERT INTO user_tb (user_name,passw)<br />
        values<br />
        (".&#36;_POST[username]." ,<br />
         ".&#36;_POST[pwd].")";<br />
<br />
Please help.]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Creating field names in table without typing]]></title>
			<link>http://www.developersolution.com/showthread.php?tid=51</link>
			<pubDate>Thu, 25 Feb 2010 03:08:29 -0600</pubDate>
			<dc:creator>andrewdis</dc:creator>
			<guid isPermaLink="false">http://www.developersolution.com/showthread.php?tid=51</guid>
			<description><![CDATA[When creating a new table, I already have the field names typed out in an Excel file. When attempting to cut and paste into the table design view, I can only do one at a time. Is there a way to import field names en masse?<br />
Thanks]]></description>
			<content:encoded><![CDATA[When creating a new table, I already have the field names typed out in an Excel file. When attempting to cut and paste into the table design view, I can only do one at a time. Is there a way to import field names en masse?<br />
Thanks]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Sachin Tendulkar 200 - Doble Hundred Tone Agains South Africa at 2nd ODI, Gwalior!]]></title>
			<link>http://www.developersolution.com/showthread.php?tid=50</link>
			<pubDate>Wed, 24 Feb 2010 07:18:25 -0600</pubDate>
			<dc:creator>ved</dc:creator>
			<guid isPermaLink="false">http://www.developersolution.com/showthread.php?tid=50</guid>
			<description><![CDATA[The master, who has been ruling the game of cricket for over two decades, has become the first batsman in the history of ODI cricket to hit a double hundred. The world record came from the bats of most deserving cricketer in the history of cricket - <span style="font-weight: bold;">Sachin Tendulkar.</span><br />
<br />
 This is The Moment when Genius achieved this Milestone <img src="http://www.developersolution.com/images/smilies/smile.gif" style="vertical-align: middle;" border="0" alt="Smile" title="Smile" /><br />
<br />
<img src="http://cdn.cloudfiles.mosso.com/c54102/x2_bca403" border="0" alt="[Image: x2_bca403&#93;" /><br />
<br />
<img src="http://www.developersolution.com/images/smilies/wink.gif" style="vertical-align: middle;" border="0" alt="Wink" title="Wink" /><img src="http://www.developersolution.com/images/smilies/wink.gif" style="vertical-align: middle;" border="0" alt="Wink" title="Wink" /><img src="http://www.developersolution.com/images/smilies/wink.gif" style="vertical-align: middle;" border="0" alt="Wink" title="Wink" /><img src="http://www.developersolution.com/images/smilies/wink.gif" style="vertical-align: middle;" border="0" alt="Wink" title="Wink" /><img src="http://www.developersolution.com/images/smilies/rolleyes.gif" style="vertical-align: middle;" border="0" alt="Rolleyes" title="Rolleyes" /><img src="http://www.developersolution.com/images/smilies/rolleyes.gif" style="vertical-align: middle;" border="0" alt="Rolleyes" title="Rolleyes" /><img src="http://www.developersolution.com/images/smilies/rolleyes.gif" style="vertical-align: middle;" border="0" alt="Rolleyes" title="Rolleyes" /><img src="http://www.developersolution.com/images/smilies/wink.gif" style="vertical-align: middle;" border="0" alt="Wink" title="Wink" /><img src="http://www.developersolution.com/images/smilies/wink.gif" style="vertical-align: middle;" border="0" alt="Wink" title="Wink" /><img src="http://www.developersolution.com/images/smilies/shy.gif" style="vertical-align: middle;" border="0" alt="Shy" title="Shy" /><img src="http://www.developersolution.com/images/smilies/shy.gif" style="vertical-align: middle;" border="0" alt="Shy" title="Shy" /><img src="http://www.developersolution.com/images/smilies/shy.gif" style="vertical-align: middle;" border="0" alt="Shy" title="Shy" /><img src="http://www.developersolution.com/images/smilies/smile.gif" style="vertical-align: middle;" border="0" alt="Smile" title="Smile" /><img src="http://www.developersolution.com/images/smilies/smile.gif" style="vertical-align: middle;" border="0" alt="Smile" title="Smile" /><img src="http://www.developersolution.com/images/smilies/smile.gif" style="vertical-align: middle;" border="0" alt="Smile" title="Smile" /><img src="http://www.developersolution.com/images/smilies/smile.gif" style="vertical-align: middle;" border="0" alt="Smile" title="Smile" /><img src="http://www.developersolution.com/images/smilies/smile.gif" style="vertical-align: middle;" border="0" alt="Smile" title="Smile" /><br />
Sachin Tendulkar made history at the <span style="font-weight: bold;">Captain Roop Singh Stadium, Gwalior</span> with his incredible batting. He took 90 balls to score his century, 118 balls to score his 150 and hit the double century off just 147 balls.<br />
<br />
 <br />
<br />
In today's match, Sachin did not take the help of a runner, despite of having some trouble towards the end. Sachin has played 442 ODIs so far.<br />
<br />
 <br />
<br />
Sachin's previous best was 186* against New Zealand at Hyderabad in November 1999. while hitting the first-ever double hundred in ODI, Tendulkar surpassed the previous records set by Pakistani batsmen Saeed Anwar (194 against India) and Zimbabwean Charles Coventry (194* against Bangladesh).<br />
<br />
 <br />
<br />
The Indian batsmen led by Tendulkar, demolished the South African bowling attack. India set a victory target of 402 for South Africa. India finished at 401/3 in 50 overs. Sachin remained unbeaten on 200 off 147 balls with 25 boundaries and 3 sixes.<br />
<br />
Cheers Guys, This is Time of Celebration for this achievement By God of Cricket!<br />
<br />
Submit your Views Now!]]></description>
			<content:encoded><![CDATA[The master, who has been ruling the game of cricket for over two decades, has become the first batsman in the history of ODI cricket to hit a double hundred. The world record came from the bats of most deserving cricketer in the history of cricket - <span style="font-weight: bold;">Sachin Tendulkar.</span><br />
<br />
 This is The Moment when Genius achieved this Milestone <img src="http://www.developersolution.com/images/smilies/smile.gif" style="vertical-align: middle;" border="0" alt="Smile" title="Smile" /><br />
<br />
<img src="http://cdn.cloudfiles.mosso.com/c54102/x2_bca403" border="0" alt="[Image: x2_bca403]" /><br />
<br />
<img src="http://www.developersolution.com/images/smilies/wink.gif" style="vertical-align: middle;" border="0" alt="Wink" title="Wink" /><img src="http://www.developersolution.com/images/smilies/wink.gif" style="vertical-align: middle;" border="0" alt="Wink" title="Wink" /><img src="http://www.developersolution.com/images/smilies/wink.gif" style="vertical-align: middle;" border="0" alt="Wink" title="Wink" /><img src="http://www.developersolution.com/images/smilies/wink.gif" style="vertical-align: middle;" border="0" alt="Wink" title="Wink" /><img src="http://www.developersolution.com/images/smilies/rolleyes.gif" style="vertical-align: middle;" border="0" alt="Rolleyes" title="Rolleyes" /><img src="http://www.developersolution.com/images/smilies/rolleyes.gif" style="vertical-align: middle;" border="0" alt="Rolleyes" title="Rolleyes" /><img src="http://www.developersolution.com/images/smilies/rolleyes.gif" style="vertical-align: middle;" border="0" alt="Rolleyes" title="Rolleyes" /><img src="http://www.developersolution.com/images/smilies/wink.gif" style="vertical-align: middle;" border="0" alt="Wink" title="Wink" /><img src="http://www.developersolution.com/images/smilies/wink.gif" style="vertical-align: middle;" border="0" alt="Wink" title="Wink" /><img src="http://www.developersolution.com/images/smilies/shy.gif" style="vertical-align: middle;" border="0" alt="Shy" title="Shy" /><img src="http://www.developersolution.com/images/smilies/shy.gif" style="vertical-align: middle;" border="0" alt="Shy" title="Shy" /><img src="http://www.developersolution.com/images/smilies/shy.gif" style="vertical-align: middle;" border="0" alt="Shy" title="Shy" /><img src="http://www.developersolution.com/images/smilies/smile.gif" style="vertical-align: middle;" border="0" alt="Smile" title="Smile" /><img src="http://www.developersolution.com/images/smilies/smile.gif" style="vertical-align: middle;" border="0" alt="Smile" title="Smile" /><img src="http://www.developersolution.com/images/smilies/smile.gif" style="vertical-align: middle;" border="0" alt="Smile" title="Smile" /><img src="http://www.developersolution.com/images/smilies/smile.gif" style="vertical-align: middle;" border="0" alt="Smile" title="Smile" /><img src="http://www.developersolution.com/images/smilies/smile.gif" style="vertical-align: middle;" border="0" alt="Smile" title="Smile" /><br />
Sachin Tendulkar made history at the <span style="font-weight: bold;">Captain Roop Singh Stadium, Gwalior</span> with his incredible batting. He took 90 balls to score his century, 118 balls to score his 150 and hit the double century off just 147 balls.<br />
<br />
 <br />
<br />
In today's match, Sachin did not take the help of a runner, despite of having some trouble towards the end. Sachin has played 442 ODIs so far.<br />
<br />
 <br />
<br />
Sachin's previous best was 186* against New Zealand at Hyderabad in November 1999. while hitting the first-ever double hundred in ODI, Tendulkar surpassed the previous records set by Pakistani batsmen Saeed Anwar (194 against India) and Zimbabwean Charles Coventry (194* against Bangladesh).<br />
<br />
 <br />
<br />
The Indian batsmen led by Tendulkar, demolished the South African bowling attack. India set a victory target of 402 for South Africa. India finished at 401/3 in 50 overs. Sachin remained unbeaten on 200 off 147 balls with 25 boundaries and 3 sixes.<br />
<br />
Cheers Guys, This is Time of Celebration for this achievement By God of Cricket!<br />
<br />
Submit your Views Now!]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[dispaly content of a url using httpurlconnection]]></title>
			<link>http://www.developersolution.com/showthread.php?tid=49</link>
			<pubDate>Fri, 19 Feb 2010 04:08:33 -0600</pubDate>
			<dc:creator>andrewdis</dc:creator>
			<guid isPermaLink="false">http://www.developersolution.com/showthread.php?tid=49</guid>
			<description><![CDATA[I want to display the content of a url that I specified in my servlet using httpurlconnection class. I tried something like the following, but I always get a blank page, am I missing anything?<br />
<br />
URL url = new URL("http://www.msn.com");<br />
HttpURLConnection urlc = (HttpURLConnection)url.openConnection();<br />
urlc.setRequestMethod("GET");<br />
urlc.connect();<br />
<br />
I know I can use something like response.redirect, but I must use HttpURLConnection.<br />
<br />
Thanks in advance for your help.]]></description>
			<content:encoded><![CDATA[I want to display the content of a url that I specified in my servlet using httpurlconnection class. I tried something like the following, but I always get a blank page, am I missing anything?<br />
<br />
URL url = new URL("http://www.msn.com");<br />
HttpURLConnection urlc = (HttpURLConnection)url.openConnection();<br />
urlc.setRequestMethod("GET");<br />
urlc.connect();<br />
<br />
I know I can use something like response.redirect, but I must use HttpURLConnection.<br />
<br />
Thanks in advance for your help.]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[display image and text both on the same page]]></title>
			<link>http://www.developersolution.com/showthread.php?tid=48</link>
			<pubDate>Fri, 19 Feb 2010 04:03:22 -0600</pubDate>
			<dc:creator>programmer100</dc:creator>
			<guid isPermaLink="false">http://www.developersolution.com/showthread.php?tid=48</guid>
			<description><![CDATA[Hi <br />
I want to display text and image both on the same jsp page.<br />
but the code display only image, which is retrieve from database.<br />
can i display both on same jsp page.<br />
<br />
all data retrieve from database with image as blob.<br />
<br />
please help me..]]></description>
			<content:encoded><![CDATA[Hi <br />
I want to display text and image both on the same jsp page.<br />
but the code display only image, which is retrieve from database.<br />
can i display both on same jsp page.<br />
<br />
all data retrieve from database with image as blob.<br />
<br />
please help me..]]></content:encoded>
		</item>
	</channel>
</rss>