<?xml version="1.0" encoding="utf-8"?>

<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/">
	<channel>
		<title>DaniWeb IT Discussion Community - 15,16,17,18,19,24,28,31,62,73,117,126,127,128,129,130,142,143,145,151</title>
		<link>http://www.daniweb.com/forums/</link>
		<description>Tech support, programming, web development, and internet marketing community. Forums to get free computer help and support.</description>
		<language>en-US</language>
		<lastBuildDate>Sat, 07 Nov 2009 23:23:28 GMT</lastBuildDate>
		<generator>vBulletin</generator>
		<ttl>60</ttl>
		<image>
			<url>http://www.daniweb.com/alphaimages/misc/rss.jpg</url>
			<title>DaniWeb IT Discussion Community - 15,16,17,18,19,24,28,31,62,73,117,126,127,128,129,130,142,143,145,151</title>
			<link>http://www.daniweb.com/forums/</link>
		</image>
		<item>
			<title>Make HTML page through PHP script</title>
			<link>http://www.daniweb.com/forums/thread236870.html</link>
			<pubDate>Sat, 07 Nov 2009 21:31:32 GMT</pubDate>
			<description>I am making a forum and i was wondering how trough PHP make a HTML page off that topic when the user creates it.</description>
			<content:encoded><![CDATA[<div>I am making a forum and i was wondering how trough PHP make a HTML page off that topic when the user creates it.</div> ]]></content:encoded>
			<category domain="http://www.daniweb.com/forums/forum17.html">PHP</category>
			<dc:creator>web3</dc:creator>
			<guid isPermaLink="true">http://www.daniweb.com/forums/thread236870.html</guid>
		</item>
		<item>
			<title>PHP and webcam</title>
			<link>http://www.daniweb.com/forums/thread236845.html</link>
			<pubDate>Sat, 07 Nov 2009 18:57:56 GMT</pubDate>
			<description><![CDATA[is there any way that php can show a person's webcam and their voice?]]></description>
			<content:encoded><![CDATA[<div>is there any way that php can show a person's webcam and their voice?</div> ]]></content:encoded>
			<category domain="http://www.daniweb.com/forums/forum17.html">PHP</category>
			<dc:creator>web3</dc:creator>
			<guid isPermaLink="true">http://www.daniweb.com/forums/thread236845.html</guid>
		</item>
		<item>
			<title>How to upgrade a ASP .NET website to AJAX enabled website?</title>
			<link>http://www.daniweb.com/forums/thread236840.html</link>
			<pubDate>Sat, 07 Nov 2009 18:46:08 GMT</pubDate>
			<description>I have developed a ASP .net website now I want to enable AJAX for this website , so plz tell me the procedure to Upgrade this Website to AJAX enabled website.</description>
			<content:encoded><![CDATA[<div>I have developed a ASP .net website now I want to enable AJAX for this website , so plz tell me the procedure to Upgrade this Website to AJAX enabled website.</div> ]]></content:encoded>
			<category domain="http://www.daniweb.com/forums/forum18.html">ASP.NET</category>
			<dc:creator>pradeep.singh28</dc:creator>
			<guid isPermaLink="true">http://www.daniweb.com/forums/thread236840.html</guid>
		</item>
		<item>
			<title>ASP .Net web project cannot be run on browser(Localhost)</title>
			<link>http://www.daniweb.com/forums/thread236837.html</link>
			<pubDate>Sat, 07 Nov 2009 18:39:20 GMT</pubDate>
			<description><![CDATA[I am trying to run my web project on Localhost but the browser is not  able to load any of the .aspx pages whether related to this project or any other  .aspx page.. 
The message displayed by the browser is"*IE cannot Display the page*" 
plz give me the solution for this problem]]></description>
			<content:encoded><![CDATA[<div>I am trying to run my web project on Localhost but the browser is not  able to load any of the .aspx pages whether related to this project or any other  .aspx page..<br />
The message displayed by the browser is&quot;<span style="font-weight:bold">IE cannot Display the page</span>&quot;<br />
plz give me the solution for this problem</div> ]]></content:encoded>
			<category domain="http://www.daniweb.com/forums/forum18.html">ASP.NET</category>
			<dc:creator>pradeep.singh28</dc:creator>
			<guid isPermaLink="true">http://www.daniweb.com/forums/thread236837.html</guid>
		</item>
		<item>
			<title>Which way is better?</title>
			<link>http://www.daniweb.com/forums/thread236814.html</link>
			<pubDate>Sat, 07 Nov 2009 16:01:29 GMT</pubDate>
			<description><![CDATA[The task is to create links: 
 
[IMG]http://i063.radikal.ru/0911/05/84280713bc76.png[/IMG] (http://www.radikal.ru) 
It can be done using HTML only. Something like this: 
  <div class="codeblock"> <div class="spaced"> <div style="float:right; margin-right:10px"> <a...]]></description>
			<content:encoded><![CDATA[<div>The task is to create links:<br />
<br />
<a rel="nofollow" class="t" href="http://www.radikal.ru" target="_blank"><a href="http://i063.radikal.ru/0911/05/84280713bc76.png" target="_blank">http://i063.radikal.ru/0911/05/84280713bc76.png</a></a><br />
It can be done using HTML only. Something like this:<br />
 <pre style="margin:20px; line-height:13px">&lt;a href=&quot;#&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;images/img10.gif&quot; width=&quot;9&quot; height=&quot;11&quot; alt=&quot;&quot; /&gt;&lt;/a&gt;&amp;nbsp;&amp;nbsp;&lt;a href=&quot;#&quot;&gt;Read More&lt;/a&gt;bsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;<br />
&nbsp;&lt;a href=&quot;#&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;images/img11.gif&quot; width=&quot;13&quot; height=&quot;12&quot; alt=&quot;&quot; /&gt;&lt;/a&gt;&amp;nbsp;&amp;nbsp;&lt;a href=&quot;#&quot;&gt;Comments (33)&lt;/a&gt;</pre>But it also can be done using CSS. For that you have to create classes, write a bit more. Which way is preferable? And in the case of using CSS what is better to use an image as a background or just as an image?</div> ]]></content:encoded>
			<category domain="http://www.daniweb.com/forums/forum143.html">HTML and CSS</category>
			<dc:creator>Alexancho</dc:creator>
			<guid isPermaLink="true">http://www.daniweb.com/forums/thread236814.html</guid>
		</item>
		<item>
			<title>google on firefox address bar</title>
			<link>http://www.daniweb.com/forums/thread236806.html</link>
			<pubDate>Sat, 07 Nov 2009 15:34:07 GMT</pubDate>
			<description>hello, 
Can someone tell me how to put favicon and site name on the address bar with colored background on firefox like google.com? 
 
thanks in advance.</description>
			<content:encoded><![CDATA[<div>hello,<br />
Can someone tell me how to put favicon and site name on the address bar with colored background on firefox like google.com?<br />
<br />
thanks in advance.</div>  <br /> <div style="padding:5px">    <fieldset class="fieldset"> <legend>Attached Images</legend> <table cellpadding="0" cellspacing="5" border="0"> <tr> <td><img class="inlineimg" src="http://www.daniweb.com/forums/images/attach/jpg.gif" alt="File Type: jpg" width="16" height="16" border="0" style="vertical-align:baseline" /></td> <td><a href="http://www.daniweb.com/forums/attachment.php?attachmentid=12478&amp;d=1257608021" target="_blank">add_bar.jpg</a> (26.2 KB)</td> </tr> </table> </fieldset>   </div> ]]></content:encoded>
			<category domain="http://www.daniweb.com/forums/forum143.html">HTML and CSS</category>
			<dc:creator>tk sailo</dc:creator>
			<guid isPermaLink="true">http://www.daniweb.com/forums/thread236806.html</guid>
		</item>
		<item>
			<title>php decode hacked my sites. Is it Virus</title>
			<link>http://www.daniweb.com/forums/thread236781.html</link>
			<pubDate>Sat, 07 Nov 2009 13:10:30 GMT</pubDate>
			<description><![CDATA[I Found a problem on my site and when i compare the files on the server with my local files i found that every page (*.js or *.php) has this line on it 
<?php /**/eval(base64_decode('aWYoZnVuY3Rpb25fZXhpc3RzKC 
or a javascript line 
 
so i knew that my site has been hacked.. 
so 
1 - i want to know...]]></description>
			<content:encoded><![CDATA[<div>I Found a problem on my site and when i compare the files on the server with my local files i found that every page (*.js or *.php) has this line on it<br />
&lt;?php /**/eval(base64_decode('aWYoZnVuY3Rpb25fZXhpc3RzKC<br />
or a javascript line<br />
<br />
so i knew that my site has been hacked..<br />
so<br />
1 - i want to know how to prevent anyone to hack my site?<br />
i made on every textfield or textarea on posting or getting it the htmlspecialcharacter($_POST['name'])<br />
<br />
is this true? and can it help me?<br />
2- how did anyone hack my site??<br />
3- how i can know what does this code mean???<br />
<br />
Help me please.</div> ]]></content:encoded>
			<category domain="http://www.daniweb.com/forums/forum17.html">PHP</category>
			<dc:creator>hapizi84</dc:creator>
			<guid isPermaLink="true">http://www.daniweb.com/forums/thread236781.html</guid>
		</item>
		<item>
			<title>complex sql database search using php code</title>
			<link>http://www.daniweb.com/forums/thread236773.html</link>
			<pubDate>Sat, 07 Nov 2009 12:32:52 GMT</pubDate>
			<description>Hi, I am trying to create a search function on an html page. I have written the page and part of a php page.  
 
I trying to get help with the search as there are 3 criteria; 
 
So far I have made this search form; 
 
(textbox name=searchterm) *Brand*: 
(dropdown name=type) *Type*: (3 options;...</description>
			<content:encoded><![CDATA[<div>Hi, I am trying to create a search function on an html page. I have written the page and part of a php page. <br />
<br />
I trying to get help with the search as there are 3 criteria;<br />
<br />
So far I have made this search form;<br />
<br />
(textbox name=searchterm) <span style="font-weight:bold">Brand</span>:<br />
(dropdown name=type) <span style="font-weight:bold">Type</span>: (3 options; 'PC', 'LAPTOP', 'PC and LAPTOP')<br />
(dropdown name=on0) <span style="font-weight:bold">Online or Highstreet</span>: (2 options; 'ONLINE', 'HIGHSTREET')<br />
(textbox name=postcode) <span style="font-weight:bold">postcode</span>: (this is hidden until the user chooses 'HIGHSTREET' on 'on0'<br />
<br />
so I am looking for the php code for the 'type' choice if the user says 'PC' then it will search for the 'Brand' in field 'PCBrand' but if the user chooses 'LAPTOP' then it searches for the 'Brand' in field 'LBrand' and also if they make choice 'PC and LAPTOP' then it searches for 'Brand' in both fields 'PCBrand' and 'LBrand'<br />
<br />
To add to this I am trying to find how to also query the 'Online or highstreet' by selecting only records where field 'ONLINEHIGHSTREET' equals 'ONLINE' or 'HIGHSTREET' and if 'HIGHSTREET' then take first 2 letters of 'postcode' and search in field 'postcode_code'<br />
<br />
<br />
Anyones advice would be very much appreciated</div> ]]></content:encoded>
			<category domain="http://www.daniweb.com/forums/forum17.html">PHP</category>
			<dc:creator>mattyp791</dc:creator>
			<guid isPermaLink="true">http://www.daniweb.com/forums/thread236773.html</guid>
		</item>
		<item>
			<title>Retrieve row based column having null value in sql2000</title>
			<link>http://www.daniweb.com/forums/thread236768.html</link>
			<pubDate>Sat, 07 Nov 2009 11:59:05 GMT</pubDate>
			<description>Hello 
   i wish to retrieve rows from  a table based on a particular column which contains null values in sql2000 server I try ed a lot but its not working please help me.</description>
			<content:encoded><![CDATA[<div>Hello<br />
   i wish to retrieve rows from  a table based on a particular column which contains null values in sql2000 server I try ed a lot but its not working please help me.</div> ]]></content:encoded>
			<category domain="http://www.daniweb.com/forums/forum127.html">MS SQL</category>
			<dc:creator>shine_jose</dc:creator>
			<guid isPermaLink="true">http://www.daniweb.com/forums/thread236768.html</guid>
		</item>
		<item>
			<title>radiobutton with textarea</title>
			<link>http://www.daniweb.com/forums/thread236767.html</link>
			<pubDate>Sat, 07 Nov 2009 11:53:06 GMT</pubDate>
			<description>hi to all.  i have two radio buttons with one name. and also have one text area box.  Depending on first radio button is chosen It will allow 2  entries(Enter key words Separate by comers) per line, and at the same second radio button chosen it will allow 4 entries(Enter key words Separate by...</description>
			<content:encoded><![CDATA[<div>hi to all.  i have two radio buttons with one name. and also have one text area box.  Depending on first radio button is chosen It will allow 2  entries(Enter key words Separate by comers) per line, and at the same second radio button chosen it will allow 4 entries(Enter key words Separate by comers per line). how to do. give an idea.</div> ]]></content:encoded>
			<category domain="http://www.daniweb.com/forums/forum17.html">PHP</category>
			<dc:creator>muralikalpana</dc:creator>
			<guid isPermaLink="true">http://www.daniweb.com/forums/thread236767.html</guid>
		</item>
		<item>
			<title>About uploading file</title>
			<link>http://www.daniweb.com/forums/thread236762.html</link>
			<pubDate>Sat, 07 Nov 2009 10:47:56 GMT</pubDate>
			<description>Hi every one, 
 
i m in a bit trouble as i have bought a new .co.cc domain name ,but not able to upload my files on that .can anyone tell me how to upload  file on that  and how to use use phpmyadmin.do i require ftp tool.</description>
			<content:encoded><![CDATA[<div>Hi every one,<br />
<br />
i m in a bit trouble as i have bought a new .co.cc domain name ,but not able to upload my files on that .can anyone tell me how to upload  file on that  and how to use use phpmyadmin.do i require ftp tool.</div> ]]></content:encoded>
			<category domain="http://www.daniweb.com/forums/forum17.html">PHP</category>
			<dc:creator>imhunk</dc:creator>
			<guid isPermaLink="true">http://www.daniweb.com/forums/thread236762.html</guid>
		</item>
		<item>
			<title>Disable address bar in mozilla, chrome???</title>
			<link>http://www.daniweb.com/forums/thread236758.html</link>
			<pubDate>Sat, 07 Nov 2009 10:12:35 GMT</pubDate>
			<description><![CDATA[hi frnd... 
 
i want to remove/disable  ADDRESS BAR  from the new pop up window... 
 
now i m using this code....its working only  for IE6..... 
 
  <div class="codeblock"> <div class="spaced"> <div style="float:right; margin-right:10px"> <a...]]></description>
			<content:encoded><![CDATA[<div>hi frnd...<br />
<br />
i want to remove/disable  ADDRESS BAR  from the new pop up window...<br />
<br />
now i m using this code....its working only  for IE6.....<br />
<br />
 <pre style="margin:20px; line-height:13px">window.open(url ,'title',<br />
'location=1,menubar=no,resizable=no,scrollbars=no,status=no ,toolbar=no,width=300,height=200')</pre><br />
<br />
Also i want to remove expand button in browser...plz tell me how can i do it...<br />
<br />
Thanks in advance...</div> ]]></content:encoded>
			<category domain="http://www.daniweb.com/forums/forum17.html">PHP</category>
			<dc:creator>ahmksssv</dc:creator>
			<guid isPermaLink="true">http://www.daniweb.com/forums/thread236758.html</guid>
		</item>
		<item>
			<title>Help with script asp</title>
			<link>http://www.daniweb.com/forums/thread236733.html</link>
			<pubDate>Sat, 07 Nov 2009 08:47:05 GMT</pubDate>
			<description>I have the following script from a forum that collected  data from a form and inserted in the. Mdb  
These are displayed through a file that reads the database.  
At this time the display is text, URLs are not active.  
The script is not so do not really know what to do.  
I need that URLs appear...</description>
			<content:encoded><![CDATA[<div>I have the following script from a forum that collected  data from a form and inserted in the. Mdb <br />
These are displayed through a file that reads the database. <br />
At this time the display is text, URLs are not active. <br />
The script is not so do not really know what to do. <br />
I need that URLs appear as a link at this time does not happen.<br />
Can you help me?<br />
&lt;%<br />
IdMensaje = Request.QueryString(&quot;IdMensaje&quot;)<br />
busca = Trim(Request.QueryString(&quot;busca&quot;))<br />
Set oConn = Server.CreateObject (&quot;ADODB.Connection&quot;)<br />
Set RS = Server.CreateObject (&quot;ADODB.RecordSet&quot;)<br />
oConn.Open &quot;DRIVER={Microsoft Access Driver (*.mdb)}; DBQ=&quot;&amp;Server.MapPath(&quot;.private//usuarios.mdb&quot;)<br />
sql = &quot;SELECT * FROM discusion WHERE IdMensaje=&quot;&amp;IdMensaje&amp;&quot;&quot;<br />
Rs.Open sql, oConn, 1, 1<br />
mensaje = RS(&quot;mensaje&quot;)<br />
%&gt;<br />
&lt;img src=&quot;anadir.gif&quot; width=&quot;16&quot; height=&quot;16&quot;&gt; &lt;A HREF=&quot;contestar.asp?idmensaje=&lt;%=IdMensaje%&gt;&quot;&gt;&lt;B&gt;Contestar <br />
este mensaje&lt;/B&gt;&lt;/A&gt;&lt;BR&gt;<br />
&lt;BR&gt;<br />
&lt;%'=== Muestro el mensaje padre. La pregunta inicial ======<br />
Response.Write &quot;&lt;B&gt;Nombre: &lt;/B&gt;&quot;&amp;RS(&quot;name&quot;)&amp;&quot;&lt;BR&gt;&quot;<br />
Response.Write &quot;&lt;B&gt;Email: &lt;/B&gt;&quot;&amp;RS(&quot;mail&quot;)&amp;&quot;&lt;BR&gt;&quot;<br />
Response.Write &quot;&lt;B&gt;Título del mensaje: &lt;/B&gt;&quot;&amp;RS(&quot;Title&quot;)&amp;&quot;&lt;BR&gt;&quot;<br />
Response.Write &quot;&lt;B&gt;Mensaje: &lt;/B&gt;&lt;BR&gt;&lt;P&gt;&lt;I&gt;&quot;&amp; AcomodarTXT(mensaje)&amp;&quot;&lt;/I&gt;&lt;/P&gt;&quot;<br />
Response.Write &quot;&lt;HR WIDTH=&quot;&quot;80%&quot;&quot;&gt;&quot;<br />
'===== Fin pregunta inicial ===== Set RS2 = Server.CreateObject (&quot;ADODB.RecordSet&quot;)<br />
sql2 = &quot;SELECT * FROM discusion WHERE IdCabeza=&quot;&amp;IdMensaje &amp;&quot; ORDER BY fecha&quot;<br />
RS2.Open sql2, oConn, 1, 1<br />
'===== Respuestas a la pregunta inicial<br />
Do While not RS2.EOF<br />
mensaje2 = RS2(&quot;mensaje&quot;)<br />
Response.Write &quot;&lt;BR&gt;&lt;B&gt;Nombre: &lt;/B&gt;&quot;&amp;RS2(&quot;name&quot;)&amp;&quot;&lt;BR&gt;&quot;<br />
Response.Write &quot;&lt;B&gt;Email: &lt;/B&gt;&quot;&amp;RS2(&quot;mail&quot;)&amp;&quot;&lt;BR&gt;&quot;<br />
Response.Write &quot;&lt;B&gt;Título del mensaje: &lt;/B&gt;&quot;&amp;RS2(&quot;title&quot;)&amp;&quot;&lt;BR&gt;&quot;<br />
Response.Write &quot;&lt;B&gt;Mensaje: &lt;/B&gt;&lt;BR&gt;&quot;%&gt;&lt;P&gt;&lt;I&gt;&lt;%= AcomodarTXT(mensaje2)%&gt;&lt;/I&gt;&lt;/P&gt;&lt;BR&gt;<br />
&lt;%<br />
Response.Write &quot;&lt;HR WIDTH=&quot;&quot;80%&quot;&quot;&gt;&quot;<br />
RS2.MoveNext<br />
Loop<br />
'===== Fin de respuestas ======<br />
RS2.Close<br />
Set RS2 = nothing<br />
RS.Close<br />
oConn.Close<br />
Set RS = nothing<br />
Set oConn = nothing<br />
<br />
Function AcomodarTXT(txt)<br />
txt = Replace (txt, &quot;&lt;&quot;, &quot;&amp;lt;&quot;)<br />
txt = Replace (txt, &quot;&gt;&quot;, &quot;&amp;gt;&quot;)<br />
txt = Replace (txt, vbCrLf, &quot;&lt;BR&gt;&quot;)<br />
txt = Replace (txt, &quot;''&quot;, &quot;'&quot;)<br />
acomodarTXT = txt<br />
End function<br />
%&gt;</div> ]]></content:encoded>
			<category domain="http://www.daniweb.com/forums/forum62.html">ASP</category>
			<dc:creator>Jhon100</dc:creator>
			<guid isPermaLink="true">http://www.daniweb.com/forums/thread236733.html</guid>
		</item>
		<item>
			<title>To restrict users to choose date from date picker only</title>
			<link>http://www.daniweb.com/forums/thread236731.html</link>
			<pubDate>Sat, 07 Nov 2009 08:34:46 GMT</pubDate>
			<description>Hi all. 
 
I have two date input fields. Is there any way to restrict date input from only date picker (users are not allowed to input date through keyboard). The reason I want it this way is to prevent users from entering invalid dates. 
 
Any help provided is greatly appreciated. Thanks in...</description>
			<content:encoded><![CDATA[<div>Hi all.<br />
<br />
I have two date input fields. Is there any way to restrict date input from only date picker (users are not allowed to input date through keyboard). The reason I want it this way is to prevent users from entering invalid dates.<br />
<br />
Any help provided is greatly appreciated. Thanks in advance.</div> ]]></content:encoded>
			<category domain="http://www.daniweb.com/forums/forum17.html">PHP</category>
			<dc:creator>lcyew</dc:creator>
			<guid isPermaLink="true">http://www.daniweb.com/forums/thread236731.html</guid>
		</item>
		<item>
			<title>Forget Password in PHP</title>
			<link>http://www.daniweb.com/forums/thread236728.html</link>
			<pubDate>Sat, 07 Nov 2009 08:10:11 GMT</pubDate>
			<description>Hello Guys  
 
I am working on a website 
 
I am not getting the forget password  
 
can u please help me in solving problem please 
 
 
Thanks in advance</description>
			<content:encoded><![CDATA[<div>Hello Guys <br />
<br />
I am working on a website<br />
<br />
I am not getting the forget password <br />
<br />
can u please help me in solving problem please<br />
<br />
<br />
Thanks in advance</div> ]]></content:encoded>
			<category domain="http://www.daniweb.com/forums/forum17.html">PHP</category>
			<dc:creator>knrakesh</dc:creator>
			<guid isPermaLink="true">http://www.daniweb.com/forums/thread236728.html</guid>
		</item>
		<item>
			<title>png image croping problem</title>
			<link>http://www.daniweb.com/forums/thread236727.html</link>
			<pubDate>Sat, 07 Nov 2009 08:02:16 GMT</pubDate>
			<description><![CDATA[hi all. i want to crop png  image. 
when i am croping the png image i got "Fatal error: imagepng() [<a href='function.imagepng'>function.imagepng</a>]: gd-png: fatal libpng error: zlib error in C:\wamp\www\taslan\admin\products.php on line 120" error message. at line no 120 shows...]]></description>
			<content:encoded><![CDATA[<div>hi all. i want to crop png  image.<br />
when i am croping the png image i got &quot;Fatal error: imagepng() [&lt;a href='function.imagepng'&gt;function.imagepng&lt;/a&gt;]: gd-png: fatal libpng error: zlib error in C:\wamp\www\taslan\admin\products.php on line 120&quot; error message. at line no 120 shows imagepng($bgim_new,$bgth_file_name,100); this function</div> ]]></content:encoded>
			<category domain="http://www.daniweb.com/forums/forum17.html">PHP</category>
			<dc:creator>rajabhaskar525</dc:creator>
			<guid isPermaLink="true">http://www.daniweb.com/forums/thread236727.html</guid>
		</item>
		<item>
			<title>Retrieve all $_POST values...</title>
			<link>http://www.daniweb.com/forums/thread236719.html</link>
			<pubDate>Sat, 07 Nov 2009 06:50:32 GMT</pubDate>
			<description><![CDATA[I've been writing PHP for about two years now, nothing complex, mostly just HTML form processing scripts. 
 
My latest project for a customer has over 40 items in the form.  It's a dynamic form using some JavaScript and PHP that displays certain parts of the form based on other options selected. 
...]]></description>
			<content:encoded><![CDATA[<div>I've been writing PHP for about two years now, nothing complex, mostly just HTML form processing scripts.<br />
<br />
My latest project for a customer has over 40 items in the form.  It's a dynamic form using some JavaScript and PHP that displays certain parts of the form based on other options selected.<br />
<br />
My question is, due to the varying numbers of $_POST results that I may get, is there a more efficient way of getting the $_POST values?<br />
<br />
I've done a lot of searching here and on Google, but so far I've come up short.  This is the closest thing that I've found:<br />
<br />
 <pre style="margin:20px; line-height:13px">foreach($_POST as $name =&gt; $value) {<br />
&nbsp; &nbsp; print &quot;$name : $value&lt;br&gt;&quot;;<br />
}</pre><br />
Now, I wouldn't be printing the name and value, but would modifying this actually work?  Does anyone know of a more efficient way?</div> ]]></content:encoded>
			<category domain="http://www.daniweb.com/forums/forum17.html">PHP</category>
			<dc:creator>Hummdis</dc:creator>
			<guid isPermaLink="true">http://www.daniweb.com/forums/thread236719.html</guid>
		</item>
		<item>
			<title>Code required, please help</title>
			<link>http://www.daniweb.com/forums/thread236715.html</link>
			<pubDate>Sat, 07 Nov 2009 05:51:42 GMT</pubDate>
			<description><![CDATA[Hello, there is a site out there known as 'getref', I want to have a site like that, can anyone help me getting HTML code for that ? 
 
OR any help will be welcome.. 
I am new to this forum thats why I am not posting any links.... 
thanks at-least for reading this, have a terrific day(or night)...]]></description>
			<content:encoded><![CDATA[<div>Hello, there is a site out there known as 'getref', I want to have a site like that, can anyone help me getting HTML code for that ?<br />
<br />
OR any help will be welcome..<br />
I am new to this forum thats why I am not posting any links....<br />
thanks at-least for reading this, have a terrific day(or night) ahead...</div> ]]></content:encoded>
			<category domain="http://www.daniweb.com/forums/forum143.html">HTML and CSS</category>
			<dc:creator>galaji</dc:creator>
			<guid isPermaLink="true">http://www.daniweb.com/forums/thread236715.html</guid>
		</item>
		<item>
			<title>Senior Interactive Designer help</title>
			<link>http://www.daniweb.com/forums/thread236713.html</link>
			<pubDate>Sat, 07 Nov 2009 05:48:26 GMT</pubDate>
			<description>Hey Everyone, 
My company is looking to fill the following job in Austin, TX. Feel free to apply at the link below: 
 
Job Title: Senior Interactive Designer 
Company Name: Texas Association of School Boards 
 
Job Description: 
Seeking an energetic, experienced, customer-focused interactive...</description>
			<content:encoded><![CDATA[<div>Hey Everyone,<br />
My company is looking to fill the following job in Austin, TX. Feel free to apply at the link below:<br />
<br />
Job Title: Senior Interactive Designer<br />
Company Name: Texas Association of School Boards<br />
<br />
Job Description:<br />
Seeking an energetic, experienced, customer-focused interactive designer to collaborate in producing user-centric Web designs and application interfaces with a focus primarily on front-end design and development.<br />
<br />
The ideal candidate will have experience in:<br />
• User interface design, layout, typography, illustration, and multimedia<br />
• Exceptional design skills (portfolio demonstrating UI skills required)<br />
• Familiar with designing for Content Management Systems. Expertise in digital imaging software (PhotoShop, Fireworks), interactive software (Flash, Director), layout tools (Dreamweaver) and other creative and office tools<br />
• Proven experience executing cross-browser compatible HTML incorporating CSS, JavaScript and embedded multimedia<br />
• Working independently and as part of a team<br />
<br />
Requirements:<br />
• Minimum 5 years of web/interactive design experience<br />
• Bachelor's degree in interactive design or equivalent<br />
<br />
To apply, submit your cover letter, resume, and salary requirements as one document to: <a rel="nofollow" class="t" href="https://home.eease.com/recruit/?id=464602" target="_blank">https://home.eease.com/recruit/?id=464602</a><br />
<br />
Benefits include: Medical/dental/life insurance, Retirement, On-site childcare/cafeteria/fitness room, paid holiday/vacation/sick leave, and more!</div> ]]></content:encoded>
			<category domain="http://www.daniweb.com/forums/forum28.html">Graphics and Multimedia</category>
			<dc:creator>arezendes</dc:creator>
			<guid isPermaLink="true">http://www.daniweb.com/forums/thread236713.html</guid>
		</item>
		<item>
			<title>website</title>
			<link>http://www.daniweb.com/forums/thread236710.html</link>
			<pubDate>Sat, 07 Nov 2009 05:39:48 GMT</pubDate>
			<description><![CDATA[i want to start a website, but i don't know how to. can anyone guide me with this process. thanks]]></description>
			<content:encoded><![CDATA[<div>i want to start a website, but i don't know how to. can anyone guide me with this process. thanks</div> ]]></content:encoded>
			<category domain="http://www.daniweb.com/forums/forum18.html">ASP.NET</category>
			<dc:creator>mshravs</dc:creator>
			<guid isPermaLink="true">http://www.daniweb.com/forums/thread236710.html</guid>
		</item>
		<item>
			<title>PHP to png, png to pdf</title>
			<link>http://www.daniweb.com/forums/thread236697.html</link>
			<pubDate>Sat, 07 Nov 2009 03:40:47 GMT</pubDate>
			<description><![CDATA[Hi All, 
I'm looking for a technique how to save image generated from php to png/jpg/gif, save the image to the server. Later, I want to include the image file to a pdf file generated from a php code. 
 
I'm referring the image generated php from HERE...]]></description>
			<content:encoded><![CDATA[<div>Hi All,<br />
I'm looking for a technique how to save image generated from php to png/jpg/gif, save the image to the server. Later, I want to include the image file to a pdf file generated from a php code.<br />
<br />
I'm referring the image generated php from <a rel="nofollow" class="t" href="http://www.daniweb.com/forums/thread199886.html" target="_blank">HERE</a></div> ]]></content:encoded>
			<category domain="http://www.daniweb.com/forums/forum17.html">PHP</category>
			<dc:creator>waknash</dc:creator>
			<guid isPermaLink="true">http://www.daniweb.com/forums/thread236697.html</guid>
		</item>
		<item>
			<title>Stamp text on an image.</title>
			<link>http://www.daniweb.com/forums/thread236668.html</link>
			<pubDate>Sat, 07 Nov 2009 00:08:39 GMT</pubDate>
			<description>I have images I would like to serve that will need individual information posted on them. Just a word or two. The information will be pulled from our database. The text will depend on the url that is entered. 
 
We tried just a simple echo but when you view just the image by right click the text...</description>
			<content:encoded><![CDATA[<div>I have images I would like to serve that will need individual information posted on them. Just a word or two. The information will be pulled from our database. The text will depend on the url that is entered.<br />
<br />
We tried just a simple echo but when you view just the image by right click the text disappears. And we want the text to stay on the image or dynamically create the images on the fly with the text when called.<br />
<br />
Does anyone have any idea how to accomplish this, Or does anyone know of a script that can do this.<br />
<br />
Thank you.</div> ]]></content:encoded>
			<category domain="http://www.daniweb.com/forums/forum17.html">PHP</category>
			<dc:creator>valonesal</dc:creator>
			<guid isPermaLink="true">http://www.daniweb.com/forums/thread236668.html</guid>
		</item>
		<item>
			<title>Different Monitor resolutions changing layout! Help</title>
			<link>http://www.daniweb.com/forums/thread236666.html</link>
			<pubDate>Fri, 06 Nov 2009 23:55:48 GMT</pubDate>
			<description><![CDATA[I'm trying to launch my website <a href="http://www.ryankreeps.com">http://www.ryankreeps.com</a> 
 
It looks fine on my macbook, but when I open it on a computer with a different resolution it looks terrible.  Everything is out of place. 
 
This is based off a wordpress template that I've...]]></description>
			<content:encoded><![CDATA[<div>I'm trying to launch my website &lt;a href=&quot;http://www.ryankreeps.com&quot;&gt;http://www.ryankreeps.com&lt;/a&gt;<br />
<br />
It looks fine on my macbook, but when I open it on a computer with a different resolution it looks terrible.  Everything is out of place.<br />
<br />
This is based off a wordpress template that I've customized a bit.  This is my first website and I'm pretty much clueless.  I know it has something to do with using absolute, relative, or float positioning.  Can anyone take a look and give me some hints what is wrong?!<br />
<br />
-Ryan</div> ]]></content:encoded>
			<category domain="http://www.daniweb.com/forums/forum143.html">HTML and CSS</category>
			<dc:creator>ryankreeps</dc:creator>
			<guid isPermaLink="true">http://www.daniweb.com/forums/thread236666.html</guid>
		</item>
		<item>
			<title>Warning: mysql_connect()</title>
			<link>http://www.daniweb.com/forums/thread236665.html</link>
			<pubDate>Fri, 06 Nov 2009 23:51:52 GMT</pubDate>
			<description><![CDATA[<div class="codeblock"> <div class="spaced"> <div style="float:right; margin-right:10px"> <a href="/forums/misc.php?do=explaincode&amp;TB_iframe=true&amp;height=400&amp;width=680" class="thickbox" title="Help with Code Tags" target="_blank">Help with Code Tags</a> </div> <div>(<a href="#"...]]></description>
			<content:encoded><![CDATA[<div> <pre style="margin:20px; line-height:13px">&lt;?<br />
$conn = mysql_connect(&quot;localhost&quot;, &quot;your_username&quot;,&quot;your_password&quot;) or die(mysql_error());<br />
mysql_select_db('your_database', $conn) or die(mysql_error());<br />
?&gt;</pre><br />
this is the code i have on database.php, when i run register page i get a erro.<br />
<br />
<div style="margin:20px; margin-top:5px; "> <div class="smallfont" style="margin-bottom:2px">Quote:</div> <table cellpadding="5" cellspacing="0" border="0" width="100%"> <tr> <td class="alt2"> <hr />  Warning: mysql_connect() [function.mysql-connect]: Access denied for user 'your_username'@'localhost' (using password: YES) in /home/a4595523/public_html/database.php on line 2<br />
Access denied for user 'your_username'@'localhost' (using password: YES)  <hr /> </td> </tr> </table> </div>what should i do / change?</div> ]]></content:encoded>
			<category domain="http://www.daniweb.com/forums/forum17.html">PHP</category>
			<dc:creator>Espanhol</dc:creator>
			<guid isPermaLink="true">http://www.daniweb.com/forums/thread236665.html</guid>
		</item>
		<item>
			<title>connecting with mysqli</title>
			<link>http://www.daniweb.com/forums/thread236663.html</link>
			<pubDate>Fri, 06 Nov 2009 23:31:59 GMT</pubDate>
			<description><![CDATA[This script works with require_once and produces warnings for line 6 when I try to use $mysqli = new... (which I've commented out). Please help me with this script: 
 
[codebox]<?php 
 
require_once "connect_to_mysql.php"; 
 
//$mysqli = new mysqli("localhost","user","pw","db"); 
 
$result =...]]></description>
			<content:encoded><![CDATA[<div>This script works with require_once and produces warnings for line 6 when I try to use $mysqli = new... (which I've commented out). Please help me with this script:<br />
<br />
[codebox]&lt;?php<br />
<br />
require_once &quot;connect_to_mysql.php&quot;;<br />
<br />
//$mysqli = new mysqli(&quot;localhost&quot;,&quot;user&quot;,&quot;pw&quot;,&quot;db&quot;);<br />
<br />
$result = mysql_query(&quot;SELECT * FROM example&quot;)<br />
<br />
or die(mysql_error());<br />
<br />
echo &quot;&lt;table border='1'&gt;&quot;;<br />
<br />
echo &quot;&lt;tr&gt; &lt;th&gt;Name&lt;/th&gt; &lt;th&gt;Age&lt;/th&gt; &lt;/tr&gt;&quot;;<br />
<br />
while($row = mysql_fetch_array( $result )) {<br />
<br />
echo &quot;&lt;tr&gt;&lt;td&gt;&quot;;<br />
<br />
echo $row['name'];<br />
<br />
echo &quot;&lt;/td&gt;&lt;td&gt;&quot;;<br />
<br />
echo $row['age'];<br />
<br />
echo &quot;&lt;/td&gt;&lt;/tr&gt;&quot;;<br />
<br />
}<br />
<br />
echo &quot;&lt;/table&gt;&quot;;<br />
<br />
//mysqli_close($mysqli);<br />
<br />
?&gt; [/codebox]<br />
<br />
Thank-you</div> ]]></content:encoded>
			<category domain="http://www.daniweb.com/forums/forum17.html">PHP</category>
			<dc:creator>niche1</dc:creator>
			<guid isPermaLink="true">http://www.daniweb.com/forums/thread236663.html</guid>
		</item>
		<item>
			<title>Using Javascript in seperate file.</title>
			<link>http://www.daniweb.com/forums/thread236646.html</link>
			<pubDate>Fri, 06 Nov 2009 21:35:49 GMT</pubDate>
			<description><![CDATA[I'm trying to do something very simple...just access a JavaScript function that exists in a separate file but I can't seem to get it to work.  
 
 
<form id="form1" runat="server"> 
    <script type="text/javascript" src="styleScript.js"></script>    
    <div id="container" class="container"> 
  ...]]></description>
			<content:encoded><![CDATA[<div>I'm trying to do something very simple...just access a JavaScript function that exists in a separate file but I can't seem to get it to work. <br />
<br />
 <pre style="margin:20px; line-height:13px">&lt;form id=&quot;form1&quot; runat=&quot;server&quot;&gt;<br />
&nbsp; &nbsp; &lt;script type=&quot;text/javascript&quot; src=&quot;styleScript.js&quot;&gt;&lt;/script&gt;&nbsp;  <br />
&nbsp; &nbsp; &lt;div id=&quot;container&quot; class=&quot;container&quot;&gt;<br />
&nbsp; <br />
&nbsp;&lt;button id=&quot;button1&quot; onmouseover=&quot;mouseOver('button1')&quot; style=&quot;margin-left:900px;width:200px;background-color:Transparent;height:100px;margin-top:120px;&quot;&gt;About Me&lt;/button&gt;<br />
<br />
&nbsp; &nbsp; &nbsp;  &lt;/div&gt;<br />
&nbsp; &nbsp;  &lt;/div&gt;<br />
&nbsp; &nbsp;  &lt;/div&gt;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <br />
&lt;/form&gt;</pre><br />
My styleScript.js class:<br />
<br />
 <pre style="margin:20px; line-height:13px">function mouseOver(var b)<br />
{<br />
&nbsp; &nbsp; //do stuff<br />
}</pre><br />
Is there anything I need to do to have my html access this javascript function that exists in a separate file??</div> ]]></content:encoded>
			<category domain="http://www.daniweb.com/forums/forum18.html">ASP.NET</category>
			<dc:creator>RunTimeError</dc:creator>
			<guid isPermaLink="true">http://www.daniweb.com/forums/thread236646.html</guid>
		</item>
		<item>
			<title>IE can not display the web page ..?</title>
			<link>http://www.daniweb.com/forums/thread236637.html</link>
			<pubDate>Fri, 06 Nov 2009 20:51:02 GMT</pubDate>
			<description>hello every one.. 
im beginner in asp.net 
i made a simple page and debug it 
but it gave me that IE can not display the page 
coz it is not connected with internet 
 
although im connected to internet 
and it must work on local host 
 
any solutions ..?</description>
			<content:encoded><![CDATA[<div>hello every one..<br />
im beginner in asp.net<br />
i made a simple page and debug it<br />
but it gave me that IE can not display the page<br />
coz it is not connected with internet<br />
<br />
although im connected to internet<br />
and it must work on local host<br />
<br />
any solutions ..?<br />
thanks in advance</div> ]]></content:encoded>
			<category domain="http://www.daniweb.com/forums/forum18.html">ASP.NET</category>
			<dc:creator>dima shawahneh</dc:creator>
			<guid isPermaLink="true">http://www.daniweb.com/forums/thread236637.html</guid>
		</item>
		<item>
			<title>Please Help Me Fix My PHP Register Form</title>
			<link>http://www.daniweb.com/forums/thread236636.html</link>
			<pubDate>Fri, 06 Nov 2009 20:44:57 GMT</pubDate>
			<description><![CDATA[<div class="codeblock"> <div class="spaced"> <div style="float:right; margin-right:10px"> <a href="/forums/misc.php?do=explaincode&amp;TB_iframe=true&amp;height=400&amp;width=680" class="thickbox" title="Help with Code Tags" target="_blank">Help with Code Tags</a> </div> <div>(<a href="#"...]]></description>
			<content:encoded><![CDATA[<div> <pre style="margin:20px; line-height:13px">&lt;?php<br />
if(isset($_POST['register']))<br />
{<br />
$username = $_POST[&quot;username&quot;];<br />
$password = $_POST[&quot;password&quot;];<br />
$email = $_POST[&quot;email&quot;];<br />
$conf_pass = $_POST[&quot;confirm&quot;];<br />
$error = false;<br />
<br />
$connect = mysql_connect(&quot;localhost&quot;, &quot;stickmi1_data&quot;, &quot;electricCompany&quot;);<br />
$database = mysql_select_db(&quot;account&quot;, $connect);<br />
<br />
$usernameCheck = mysql_query(&quot;SELECT username FROM users WHERE username = '$username'&quot;);<br />
&nbsp;<br />
// Registration Form Validation Script<br />
<br />
if(!$username || !$password || !$email || !$conf_pass)<br />
{<br />
$error = true;<br />
$errorMessage = &quot;Please fill in any missing fields before continuing!&quot;;<br />
}<br />
else if($password != $conf_pass);<br />
{<br />
$error = true;<br />
$errorMessage = &quot;Your password and confirmation password don't match!&quot;;<br />
}<br />
if($usernameCheck &gt; 0)<br />
{<br />
$error = true;<br />
$errorMessage = &quot;The requested username is already in use, try another!&quot;;<br />
}<br />
if($error == false)<br />
{<br />
$password = md5($password);<br />
mysql_query(&quot;INSERT INTO users(username, password, email) VALUES($username, $password, $email)&quot;,$connect);<br />
}<br />
}<br />
?&gt;<br />
&lt;form name=&quot;register_form&quot; method=&quot;post&quot;&gt;<br />
&lt;table&gt;<br />
&lt;tr&gt;<br />
&lt;td&gt;Username: &lt;/td&gt;<br />
&lt;td&gt;&lt;input type=&quot;text&quot; name=&quot;username&quot; /&gt;&lt;/td&gt;<br />
&lt;/tr&gt;<br />
&lt;tr&gt;<br />
&lt;td&gt;Password: &lt;/td&gt;<br />
&lt;td&gt;&lt;input type=&quot;password&quot; name=&quot;password&quot; /&gt;&lt;/td&gt;<br />
&lt;/tr&gt;<br />
&lt;tr&gt;<br />
&lt;td&gt;Confirm Pass: &lt;/td&gt;<br />
&lt;td&gt;&lt;input type=&quot;password&quot; name=&quot;conf_pass&quot; /&gt;&lt;/td&gt;<br />
&lt;/tr&gt;<br />
&lt;tr&gt;<br />
&lt;td&gt;Email: &lt;/td&gt;<br />
&lt;td&gt;&lt;input type=&quot;text&quot; name=&quot;email&quot; /&gt;&lt;/td&gt;<br />
&lt;/tr&gt;<br />
&lt;tr&gt;<br />
&lt;td&gt;&lt;input type=&quot;submit&quot; name=&quot;register&quot; value=&quot;Register&quot; /&gt;&lt;/td&gt;<br />
&lt;/tr&gt;<br />
&lt;/table&gt;<br />
&lt;/form&gt;</pre></div> ]]></content:encoded>
			<category domain="http://www.daniweb.com/forums/forum17.html">PHP</category>
			<dc:creator>Chosen13</dc:creator>
			<guid isPermaLink="true">http://www.daniweb.com/forums/thread236636.html</guid>
		</item>
		<item>
			<title>can you explain ie7? (fixed position, width 100%)</title>
			<link>http://www.daniweb.com/forums/thread236631.html</link>
			<pubDate>Fri, 06 Nov 2009 20:04:45 GMT</pubDate>
			<description><![CDATA[I just spent several hours trying to figure out how to fix my websites appearance in ie7. I've found a solution, but I have no clue why it actually worked. I'm looking for an explanation if anyone has one. 
 
My goal was to have a fixed position div across the top of my website. It would have a...]]></description>
			<content:encoded><![CDATA[<div>I just spent several hours trying to figure out how to fix my websites appearance in ie7. I've found a solution, but I have no clue why it actually worked. I'm looking for an explanation if anyone has one.<br />
<br />
My goal was to have a fixed position div across the top of my website. It would have a solid image centered in it that was the width of the content not the screen. When you scroll the page the text should go underneath the bar. I also wanted the bar centered within the width of the screen (since my site is also centered). That way, if the screen was resized the bar would still be centered over the content.<br />
<br />
I tried several css methods to achieve this. What I tried worked in EVERY other browser, but not IE7 (don't ask about IE6, I don't develop for it anymore). Here's what I had:<br />
 <pre style="margin:20px; line-height:13px">#upperBarWrap {<br />
&nbsp; &nbsp; &nbsp; &nbsp; position:fixed;&nbsp; &nbsp; &nbsp; &nbsp; <br />
&nbsp; &nbsp; &nbsp; &nbsp; text-align:center;<br />
&nbsp; &nbsp; &nbsp; &nbsp; margin:0;<br />
&nbsp; &nbsp; &nbsp; &nbsp; width:100%;<br />
}<br />
#upperBar {<br />
&nbsp; &nbsp; &nbsp; &nbsp; width:1200px;<br />
&nbsp; &nbsp; &nbsp; &nbsp; height:38px;<br />
&nbsp; &nbsp; &nbsp; &nbsp; margin:0px auto;<br />
&nbsp; &nbsp; &nbsp; &nbsp; background-image:url(images/layout/upperBar1.png);<br />
&nbsp; &nbsp; &nbsp; &nbsp; background-repeat:no-repeat;<br />
&nbsp; &nbsp; &nbsp; &nbsp; background-position:top left;<br />
&nbsp; &nbsp; &nbsp; &nbsp; text-align:left;<br />
}</pre><br />
Ie7 didn't know how to handle 100% width. my bar was always ~200 pixels to the right of where it should have been. With everything I tried the bar didn't budge from its off-center position. I finally decided I just needed to effect it somehow. What finally worked was adding a width that only 1e7 could read:<br />
<br />
 <pre style="margin:20px; line-height:13px">#upperBarWrap {<br />
&nbsp; &nbsp; &nbsp; &nbsp; text-align:center;<br />
&nbsp; &nbsp; &nbsp; &nbsp; margin:0;<br />
&nbsp; &nbsp; &nbsp; &nbsp; position:fixed;<br />
&nbsp; &nbsp; &nbsp; &nbsp; width:100%;<br />
&nbsp; &nbsp; &nbsp; &nbsp; *width:1220px;<br />
}</pre>Note that 1220px is the size of the content container div.<br />
<br />
This solution really doesn't make any sense to me. Can anyone help me understand why this worked?</div> ]]></content:encoded>
			<category domain="http://www.daniweb.com/forums/forum143.html">HTML and CSS</category>
			<dc:creator>alipica</dc:creator>
			<guid isPermaLink="true">http://www.daniweb.com/forums/thread236631.html</guid>
		</item>
		<item>
			<title>calling different images from one php file</title>
			<link>http://www.daniweb.com/forums/thread236622.html</link>
			<pubDate>Fri, 06 Nov 2009 18:58:25 GMT</pubDate>
			<description><![CDATA[Ok so I wrote a little script that allows me to call information from my database. Basicly this. 
 
<table> 
<tr> 
<td id="seal"><?php 
include("sql.php"); 
echo "$websiteaddress"; 
?></td></tr> 
</table>]]></description>
			<content:encoded><![CDATA[<div>Ok so I wrote a little script that allows me to call information from my database. Basicly this.<br />
<br />
&lt;table&gt;<br />
&lt;tr&gt;<br />
&lt;td id=&quot;seal&quot;&gt;&lt;?php<br />
include(&quot;sql.php&quot;);<br />
echo &quot;$websiteaddress&quot;;<br />
?&gt;&lt;/td&gt;&lt;/tr&gt;<br />
&lt;/table&gt;<br />
<br />
All this does is connects to the sql file echoing the users website address thus I type in mywebsite.com/index.php?name=aname and it returns their name now it also connects to a css file to display an image.<br />
<br />
What I want to be able to do is display a different image depending on the url such as mywebsite.com/index.php?name=aname=red or mywebsite.com/index.php?name=aname=blue and it displays a red or blue image depending.<br />
<br />
I thought about trying else elseif but can seem to get it to work.<br />
<br />
How would I go about doing this? Any help would be appreciated. Please remember I am still learning so take it easy on me and if possible post the code for examples so I can try it and better understand the idea and concept.<br />
<br />
Thank you.</div> ]]></content:encoded>
			<category domain="http://www.daniweb.com/forums/forum17.html">PHP</category>
			<dc:creator>valonesal</dc:creator>
			<guid isPermaLink="true">http://www.daniweb.com/forums/thread236622.html</guid>
		</item>
		<item>
			<title>SqlDateTime Overflow Error</title>
			<link>http://www.daniweb.com/forums/thread236607.html</link>
			<pubDate>Fri, 06 Nov 2009 17:03:58 GMT</pubDate>
			<description><![CDATA[Hii... 
 
I'm having 2 .aspx page 
1) Detected Vulnerabilities Report 
2) Missing Patches Summary Report 
 
When I'm clicking on Detected Vulnerabilities Report it is executing fine and after when Im clicking on Missing Patches Summary Report it is also executing fine. For both of this report Im...]]></description>
			<content:encoded><![CDATA[<div>Hii...<br />
<br />
I'm having 2 .aspx page<br />
1) Detected Vulnerabilities Report<br />
2) Missing Patches Summary Report<br />
<br />
When I'm clicking on Detected Vulnerabilities Report it is executing fine and after when Im clicking on Missing Patches Summary Report it is also executing fine. For both of this report Im passing 2 parameters, (startdate and enddate) and between this range the report data will display...<br />
<br />
After When I'm restarting my application again and now when Im clicking on Missing Patches Summary Report it is showing an error message as 'SqlDatetime overflow. Must be between 01/01/1753 12:00:00 am and 12/31/9999 11:59:59 pm.<br />
<br />
I've created a TableAdapters for Missing Patches Summary report and Im calling this adapter in .cs class of this report...<br />
<br />
Need help on this....<br />
<br />
<br />
Thanx...</div> ]]></content:encoded>
			<category domain="http://www.daniweb.com/forums/forum18.html">ASP.NET</category>
			<dc:creator>Abhishek_Boga</dc:creator>
			<guid isPermaLink="true">http://www.daniweb.com/forums/thread236607.html</guid>
		</item>
		<item>
			<title>Tables appear under wrong database in SQL Server Mgmt. Studio Express</title>
			<link>http://www.daniweb.com/forums/thread236606.html</link>
			<pubDate>Fri, 06 Nov 2009 16:54:58 GMT</pubDate>
			<description><![CDATA[Whenever I create a new database from a C# program and create tables for that database, the tables always show up under the creator's default database instead of being listed under the newly created database. This observation is from Microsoft SQL Server Management Studio Express. Is there some...]]></description>
			<content:encoded><![CDATA[<div>Whenever I create a new database from a C# program and create tables for that database, the tables always show up under the creator's default database instead of being listed under the newly created database. This observation is from Microsoft SQL Server Management Studio Express. Is there some setting in Microsoft SQL Server Management Studio Express that I may apply to the users to remedy this?<br />
<br />
FYI: SQL Server 9.0.3042<br />
       SQL Server Management Studio Express 9.00.2047.00</div> ]]></content:encoded>
			<category domain="http://www.daniweb.com/forums/forum127.html">MS SQL</category>
			<dc:creator>lukeser</dc:creator>
			<guid isPermaLink="true">http://www.daniweb.com/forums/thread236606.html</guid>
		</item>
		<item>
			<title>datagrid return value - please help</title>
			<link>http://www.daniweb.com/forums/thread236603.html</link>
			<pubDate>Fri, 06 Nov 2009 16:37:35 GMT</pubDate>
			<description><![CDATA[will someone please help me with this. It seems simple enough but I'm very new to asp and vb.  I have a datagrid and I want to know how to access the values in a specific column.  The dg is bound to a sql query.  The column returns integer values in sql.  I want to be able to sum the column and...]]></description>
			<content:encoded><![CDATA[<div>will someone please help me with this. It seems simple enough but I'm very new to asp and vb.  I have a datagrid and I want to know how to access the values in a specific column.  The dg is bound to a sql query.  The column returns integer values in sql.  I want to be able to sum the column and have a button_click command send the datagrid values to 0.  I only want to change the datagrid values NOT the sql values (I currently have an Update/Set sql command in vb for this but as I said I only want the Datagrid values to change). Simply put where, if anywhere are the datagrid values stored? I have the column set as a template column and the items are displayed in the datagrid as textboxes (to allow the cells in this column to be changed).  can someone please help or at least tell me if this question makes any sense.  thank you</div> ]]></content:encoded>
			<category domain="http://www.daniweb.com/forums/forum18.html">ASP.NET</category>
			<dc:creator>smd5049</dc:creator>
			<guid isPermaLink="true">http://www.daniweb.com/forums/thread236603.html</guid>
		</item>
		<item>
			<title>c# with vb in asp.net</title>
			<link>http://www.daniweb.com/forums/thread236599.html</link>
			<pubDate>Fri, 06 Nov 2009 16:14:33 GMT</pubDate>
			<description>hello, i m using c# and vb both in my web project. it gives error when connectin c# page with database. it is not taking any label taken in c# page. can anyone help me.</description>
			<content:encoded><![CDATA[<div>hello, i m using c# and vb both in my web project. it gives error when connectin c# page with database. it is not taking any label taken in c# page. can anyone help me.</div> ]]></content:encoded>
			<category domain="http://www.daniweb.com/forums/forum18.html">ASP.NET</category>
			<dc:creator>vikasbe</dc:creator>
			<guid isPermaLink="true">http://www.daniweb.com/forums/thread236599.html</guid>
		</item>
		<item>
			<title>Positoning logo inline with H1 and H2</title>
			<link>http://www.daniweb.com/forums/thread236590.html</link>
			<pubDate>Fri, 06 Nov 2009 15:37:41 GMT</pubDate>
			<description><![CDATA[HTML: 
  <div class="codeblock"> <div class="spaced"> <div style="float:right; margin-right:10px"> <a href="/forums/misc.php?do=explaincode&amp;TB_iframe=true&amp;height=400&amp;width=680" class="thickbox" title="Help with Code Tags" target="_blank">Help with Code Tags</a> </div> <div>(<a href="#"...]]></description>
			<content:encoded><![CDATA[<div>HTML:<br />
 <pre style="margin:20px; line-height:13px">&lt;div id=&quot;header&quot;&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &lt;h1&gt;Derby County Football Club&lt;/h1&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &lt;h2&gt;Index Page&lt;/h2&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &lt;img class=&quot;logo&quot; src=&quot;image/dcfc_logo.jpg&quot; alt=&quot;DCFC Logo&quot; width=&quot;120&quot; height=&quot;120&quot; /&gt; <br />
&nbsp; &nbsp; &nbsp; &lt;/div&gt;</pre>CSS:<br />
 <pre style="margin:20px; line-height:13px">#header{<br />
position: relative;<br />
&nbsp; text-align: right;<br />
&nbsp; border: 1px solid #000;<br />
&nbsp; background: #FFFFFF;<br />
&nbsp; margin: 5px;<br />
&nbsp; padding: 3px;<br />
}<br />
.logo{<br />
<br />
}</pre><br />
What i want is to display the H1 and H2 on the right, and have the logo on the left all in line with each other. any suggestions?</div> ]]></content:encoded>
			<category domain="http://www.daniweb.com/forums/forum143.html">HTML and CSS</category>
			<dc:creator>tiffinlar</dc:creator>
			<guid isPermaLink="true">http://www.daniweb.com/forums/thread236590.html</guid>
		</item>
		<item>
			<title>upload</title>
			<link>http://www.daniweb.com/forums/thread236580.html</link>
			<pubDate>Fri, 06 Nov 2009 14:46:01 GMT</pubDate>
			<description>how can we upload file using php?</description>
			<content:encoded><![CDATA[<div>how can we upload file using php?</div> ]]></content:encoded>
			<category domain="http://www.daniweb.com/forums/forum17.html">PHP</category>
			<dc:creator>pankaj_sengar</dc:creator>
			<guid isPermaLink="true">http://www.daniweb.com/forums/thread236580.html</guid>
		</item>
		<item>
			<title>radio button validation</title>
			<link>http://www.daniweb.com/forums/thread236579.html</link>
			<pubDate>Fri, 06 Nov 2009 14:39:33 GMT</pubDate>
			<description>we have two radio buttons with same name. when we check radiobutton no.of imagefile boxes appear. 
for example i have two radio buttons. if i check 1 radio button appear 5 image upload fields. now selects another radio button selects then appear only 10 image upload  field. anybody help.</description>
			<content:encoded><![CDATA[<div>we have two radio buttons with same name. when we check radiobutton no.of imagefile boxes appear.<br />
for example i have two radio buttons. if i check 1 radio button appear 5 image upload fields. now selects another radio button selects then appear only 10 image upload  field. anybody help.</div> ]]></content:encoded>
			<category domain="http://www.daniweb.com/forums/forum17.html">PHP</category>
			<dc:creator>muralikalpana</dc:creator>
			<guid isPermaLink="true">http://www.daniweb.com/forums/thread236579.html</guid>
		</item>
		<item>
			<title>Paypal is sending message invalid or bad order ??</title>
			<link>http://www.daniweb.com/forums/thread236565.html</link>
			<pubDate>Fri, 06 Nov 2009 13:43:34 GMT</pubDate>
			<description><![CDATA[Hi All, 
 
I am working on a website in which paypal is working very well. But when paypal complete the transaction it sends some "Inavalid or Bad order" Like this type of mail . Means customer is getting such a mail I am showing here: 
 
 
---Quote--- 
Subject: [Wed Nov 4 9:27:48 CST 2009]...]]></description>
			<content:encoded><![CDATA[<div>Hi All,<br />
<br />
I am working on a website in which paypal is working very well. But when paypal complete the transaction it sends some &quot;Inavalid or Bad order&quot; Like this type of mail . Means customer is getting such a mail I am showing here:<br />
<br />
<div style="margin:20px; margin-top:5px; "> <div class="smallfont" style="margin-bottom:2px">Quote:</div> <table cellpadding="5" cellspacing="0" border="0" width="100%"> <tr> <td class="alt2"> <hr />  Subject: [Wed Nov 4 9:27:48 CST 2009] paypay_ipn error<br />
<br />
<br />
Bad order (PayPal says it's invalid)<br />
<br />
The following input was received from (and sent back to) PayPal:<br />
<br />
<br />
<br />
<a rel="nofollow" class="t" href="http://www.paypal.com/cg...mp;cmd=_notify-validate" target="_blank">http://www.paypal.com/cg...mp;cmd=_notify-validate</a> <br />
<br />
HTTP/1.1 200 OK<br />
Date: Wed, 04 Nov 2009 15:27:48 GMT<br />
Server: Apache<br />
Set-Cookie:<br />
cwrClyrK4LoCV1fydGbAxiNL6iG=zkAG9DzlTtxANy3h_B1q13kLR2BfW6uyP4yUh89DStvXnAoI<br />
nHuRjB3bJomOgnl7lctZDk3TU_L78oQzmBN1i2f6hlIVsNJZ7j38vG6aANpJjxk0YtjAkjDmzvah<br />
g-B6CYEMDm%7c6XrVSqq9mHKKZp1llJe43TyFG6hR3_oAULg7WvwHSIkYu7P8dAy4CVJlh64LF2d<br />
MBLJtPG%7cYSivdzeYUK6_tAegQSUXrffHuz7ykpTY3vkOy-aCGpUtzkqyzlOWrLSvV54CH43wiK<br />
YGI0%7c1257348468; domain=.paypal.com &lt;<a rel="nofollow" class="t" href="http://paypal.com/" target="_blank">http://paypal.com/</a> &gt; ; path=/<br />
Set-Cookie: cookie_check=yes; expires=Sat, 02-Nov-2019 15:27:48 GMT;<br />
domain=.paypal.com; path=/<br />
Set-Cookie: navcmd=_notify-validate; domain=.paypal.com; path=/<br />
Set-Cookie: navlns=0; expires=Tue, 30-Oct-2029 15:27:48 GMT;<br />
domain=.paypal.com; path=/<br />
Vary: Accept-Encoding<br />
Transfer-Encoding: chunked<br />
Content-Type: text/html; charset=UTF-8<br />
<br />
INVALID <br />  <hr /> </td> </tr> </table> </div>And for this integration part i am using this code in integration. I am showing here :<br />
 <pre style="margin:20px; line-height:13px">&lt;form name=&quot;_xclick&quot; action=&quot;https://www.paypal.com/cgi-bin/webscr&quot; method=&quot;post&quot;&gt;<br />
<br />
&nbsp; &nbsp; &lt;input type=&quot;hidden&quot; name=&quot;cmd&quot; value=&quot;_xclick&quot;&gt;<br />
<br />
&nbsp; &nbsp; &lt;input type=&quot;hidden&quot; name=&quot;business&quot; value=&quot;&lt;?=$pay_email;?&gt;&quot;&gt;<br />
<br />
&nbsp; &nbsp; &lt;input type=&quot;hidden&quot; name=&quot;item_name&quot; value=&quot;&lt;?=$itm_name;?&gt;&quot;&gt;<br />
<br />
&nbsp; &nbsp; &lt;input type=&quot;hidden&quot; name=&quot;item_number&quot; value=&quot;&lt;?=$itm_no;?&gt;&quot;&gt;<br />
<br />
&nbsp; &nbsp; &lt;input type=&quot;hidden&quot; name=&quot;amount&quot; value=&quot;&lt;?=$pp_price;?&gt;&quot;&gt;<br />
<br />
&nbsp; &nbsp; &lt;input type=&quot;hidden&quot; name=&quot;custom&quot; value=&quot;&lt;? echo $custom_id; ?&gt;&quot;&gt;<br />
<br />
&nbsp; &nbsp; &lt;input type=&quot;hidden&quot; name=&quot;no_note&quot; value=&quot;1&quot;&gt;<br />
<br />
&nbsp; &nbsp; &lt;input type=&quot;hidden&quot; name=&quot;currency_code&quot; value=&quot;&lt;?=$pp_cur;?&gt;&quot;&gt;<br />
<br />
&nbsp; &nbsp; &lt;input type=&quot;hidden&quot; name=&quot;return&quot; value=&quot;http://www.mysite.com/events/pplreturn.php&quot;&gt;<br />
<br />
&nbsp; &nbsp; &nbsp; &lt;input type=&quot;hidden&quot; name=&quot;rm&quot; value=&quot;2&quot;&gt;<br />
<br />
&nbsp; &nbsp; &lt;input type=&quot;hidden&quot; name=&quot;cbt&quot; value=&quot;Return to &lt;?=$site_name; ?&gt;&quot;&gt;<br />
<br />
&lt;/form&gt;</pre><br />
So I am not understanding the why my customer or Paypal is sending this mail . Please help me to solve this issue . This is so urgent for me very soon.<br />
<br />
Is it possible that we have to put in an IPN? But how ? and where I can put this ??<br />
Please help me.<br />
Thanks,<br />
Kparas</div> ]]></content:encoded>
			<category domain="http://www.daniweb.com/forums/forum17.html">PHP</category>
			<dc:creator>Kparas</dc:creator>
			<guid isPermaLink="true">http://www.daniweb.com/forums/thread236565.html</guid>
		</item>
		<item>
			<title>ASP.net GZip Compression</title>
			<link>http://www.daniweb.com/forums/thread236563.html</link>
			<pubDate>Fri, 06 Nov 2009 13:08:26 GMT</pubDate>
			<description><![CDATA[Hi, 
I am using GZip Compression in my ASP.Net application. 
 
All of my web pages inhertits from a BasePage Class. In my BasePage I have implemented Gzip Compression. 
 
On Page1.aspx on button click I am using Server.Transfer("Page2.aspx"). 
 
But unfortunately instead loading Page2.aspx I am...]]></description>
			<content:encoded><![CDATA[<div>Hi,<br />
I am using GZip Compression in my ASP.Net application.<br />
<br />
All of my web pages inhertits from a BasePage Class. In my BasePage I have implemented Gzip Compression.<br />
<br />
On Page1.aspx on button click I am using Server.Transfer(&quot;Page2.aspx&quot;).<br />
<br />
But unfortunately instead loading Page2.aspx I am getting this error mesaage :<br />
<br />
Internet Explorer cannot download Page1 from localhost.<br />
INternet Explorer was not able to open this Internet Site. The requested site is either unavailable or can not be found. Please try again later.<br />
<br />
Thanks in advance</div> ]]></content:encoded>
			<category domain="http://www.daniweb.com/forums/forum18.html">ASP.NET</category>
			<dc:creator>amitverma80</dc:creator>
			<guid isPermaLink="true">http://www.daniweb.com/forums/thread236563.html</guid>
		</item>
		<item>
			<title>Connect by prior command</title>
			<link>http://www.daniweb.com/forums/thread236562.html</link>
			<pubDate>Fri, 06 Nov 2009 12:54:36 GMT</pubDate>
			<description>Hi All, 
Can anybody give me a solution how to solve or write a query for this scenario? 
 
there is table called ITT1 with the columns 
 
FATHER, CHILD_NUM, CODE, CODE_QTY 
a 1 b 1 
b 1 c 1.5 
c 1 d 2 
d 1 e 1</description>
			<content:encoded><![CDATA[<div>Hi All,<br />
Can anybody give me a solution how to solve or write a query for this scenario?<br />
<br />
there is table called ITT1 with the columns<br />
<br />
FATHER, CHILD_NUM, CODE, CODE_QTY<br />
a 1 b 1<br />
b 1 c 1.5<br />
c 1 d 2<br />
d 1 e 1<br />
<br />
There are 3 columns father,child_num,code &amp; the code_quantity.<br />
It is explained as 'a' is my FINAL finished good and is produced from raw material 'b' using 1kg.<br />
and here 'b' becomes my finished good and is produced from raw material 'c' using 1kg.<br />
and here 'c' becomes my finished good and is produced from raw material 'd' using 1kg.<br />
and here 'd' becomes my finished good and is produced from raw material 'e' using 1kg.<br />
<br />
now i want how much raw material 'e' is required to produced for eg. 20kg of 'a'<br />
<br />
should i use connect by prior or sub queries will help in this regards.<br />
kindly advice.<br />
<br />
Regards,<br />
Faheem</div> ]]></content:encoded>
			<category domain="http://www.daniweb.com/forums/forum127.html">MS SQL</category>
			<dc:creator>sk.faheemuddin</dc:creator>
			<guid isPermaLink="true">http://www.daniweb.com/forums/thread236562.html</guid>
		</item>
		<item>
			<title>create playlist for audio player ?</title>
			<link>http://www.daniweb.com/forums/thread236560.html</link>
			<pubDate>Fri, 06 Nov 2009 12:43:54 GMT</pubDate>
			<description>Hi, 
 
now i m working for musical website... 
 
here my problem is how can i create a playlist and how to pass the selected  songs to my player.... 
 
 
i dont have any idea regarding this.. plz give me JAVASCRIPT, php  code ... 
 
plz give me some suggestions...sorry for asking code..but i m new...</description>
			<content:encoded><![CDATA[<div>Hi,<br />
<br />
now i m working for musical website...<br />
<br />
here my problem is how can i create a playlist and how to pass the selected  songs to my player....<br />
<br />
<br />
i dont have any idea regarding this.. plz give me JAVASCRIPT, php  code ...<br />
<br />
plz give me some suggestions...sorry for asking code..but i m new to this type of project....<br />
<br />
Thanks..</div> ]]></content:encoded>
			<category domain="http://www.daniweb.com/forums/forum17.html">PHP</category>
			<dc:creator>ahmksssv</dc:creator>
			<guid isPermaLink="true">http://www.daniweb.com/forums/thread236560.html</guid>
		</item>
		<item>
			<title>Php5.3 + soap</title>
			<link>http://www.daniweb.com/forums/thread236554.html</link>
			<pubDate>Fri, 06 Nov 2009 12:04:18 GMT</pubDate>
			<description><![CDATA[Hi, 
 
nusoap doesn't support php 5.3 therefore, It is not usable for me. 
Is there any SOAP+PHP example for me to be run on my localhost rather than pointing/accessing wsdl files of other websites? 
 
Everything should be stored in my localhost.  
 
Thanks]]></description>
			<content:encoded><![CDATA[<div>Hi,<br />
<br />
nusoap doesn't support php 5.3 therefore, It is not usable for me.<br />
Is there any SOAP+PHP example for me to be run on my localhost rather than pointing/accessing wsdl files of other websites?<br />
<br />
Everything should be stored in my localhost. <br />
<br />
Thanks</div> ]]></content:encoded>
			<category domain="http://www.daniweb.com/forums/forum17.html">PHP</category>
			<dc:creator>veledrom</dc:creator>
			<guid isPermaLink="true">http://www.daniweb.com/forums/thread236554.html</guid>
		</item>
		<item>
			<title>opacity in javascript</title>
			<link>http://www.daniweb.com/forums/thread236551.html</link>
			<pubDate>Fri, 06 Nov 2009 11:45:03 GMT</pubDate>
			<description>document.getElementById(fadeImageID).style.opacity is working in firefox but its not working in ie</description>
			<content:encoded><![CDATA[<div>document.getElementById(fadeImageID).style.opacity is working in firefox but its not working in ie</div> ]]></content:encoded>
			<category domain="http://www.daniweb.com/forums/forum117.html">JavaScript / DHTML / AJAX</category>
			<dc:creator>rudz</dc:creator>
			<guid isPermaLink="true">http://www.daniweb.com/forums/thread236551.html</guid>
		</item>
		<item>
			<title>Link with Focus</title>
			<link>http://www.daniweb.com/forums/thread236548.html</link>
			<pubDate>Fri, 06 Nov 2009 11:06:17 GMT</pubDate>
			<description>hi guys, just want to ask if it is possible to check which link on the page receives a focus? For example, i got Links name A1, A2, A3, A4 and A5. How to check which link is currently receiving the focus? is it possible to do? thanks ...</description>
			<content:encoded><![CDATA[<div>hi guys, just want to ask if it is possible to check which link on the page receives a focus? For example, i got Links name A1, A2, A3, A4 and A5. How to check which link is currently receiving the focus? is it possible to do? thanks ...</div> ]]></content:encoded>
			<category domain="http://www.daniweb.com/forums/forum117.html">JavaScript / DHTML / AJAX</category>
			<dc:creator>cguan_77</dc:creator>
			<guid isPermaLink="true">http://www.daniweb.com/forums/thread236548.html</guid>
		</item>
		<item>
			<title>.png image files upload</title>
			<link>http://www.daniweb.com/forums/thread236546.html</link>
			<pubDate>Fri, 06 Nov 2009 11:02:58 GMT</pubDate>
			<description>i have to crop images. but i have code to crop images. but .png files are not cropping that code. i have to crop .png image files. plz any one help me.</description>
			<content:encoded><![CDATA[<div>i have to crop images. but i have code to crop images. but .png files are not cropping that code. i have to crop .png image files. plz any one help me.</div> ]]></content:encoded>
			<category domain="http://www.daniweb.com/forums/forum17.html">PHP</category>
			<dc:creator>muralikalpana</dc:creator>
			<guid isPermaLink="true">http://www.daniweb.com/forums/thread236546.html</guid>
		</item>
		<item>
			<title>Button php export table data</title>
			<link>http://www.daniweb.com/forums/thread236545.html</link>
			<pubDate>Fri, 06 Nov 2009 10:53:28 GMT</pubDate>
			<description><![CDATA[Hi! I need a button in php code, that when i click on that button it export's my SELECT to a text file or excell file.. 
 
i searched.. there's a lot of program's that make that.. but i don't want that.. i want to make on my webpage a simple code button that when someone click there it save's the...]]></description>
			<content:encoded><![CDATA[<div>Hi! I need a button in php code, that when i click on that button it export's my SELECT to a text file or excell file..<br />
<br />
i searched.. there's a lot of program's that make that.. but i don't want that.. i want to make on my webpage a simple code button that when someone click there it save's the content of a table..<br />
<br />
<br />
<br />
thanks a lot</div> ]]></content:encoded>
			<category domain="http://www.daniweb.com/forums/forum17.html">PHP</category>
			<dc:creator>jppr03</dc:creator>
			<guid isPermaLink="true">http://www.daniweb.com/forums/thread236545.html</guid>
		</item>
		<item>
			<title>Universal character set?</title>
			<link>http://www.daniweb.com/forums/thread236543.html</link>
			<pubDate>Fri, 06 Nov 2009 10:48:03 GMT</pubDate>
			<description>I have a database that needs to hold names of people from all around the world. Some names have special characters in them such as é and ¢ 
 
Is there a character set I can use that will accept any character no matter what language it is (with the exception of non-English looking characters like...</description>
			<content:encoded><![CDATA[<div>I have a database that needs to hold names of people from all around the world. Some names have special characters in them such as é and ¢<br />
<br />
Is there a character set I can use that will accept any character no matter what language it is (with the exception of non-English looking characters like chinese characters for instance)</div> ]]></content:encoded>
			<category domain="http://www.daniweb.com/forums/forum126.html">MySQL</category>
			<dc:creator>Venom Rush</dc:creator>
			<guid isPermaLink="true">http://www.daniweb.com/forums/thread236543.html</guid>
		</item>
		<item>
			<title>Question about pop up window(js) inside dynamic ajax content</title>
			<link>http://www.daniweb.com/forums/thread236542.html</link>
			<pubDate>Fri, 06 Nov 2009 10:46:29 GMT</pubDate>
			<description>Hi, 
 
My problem at the moment is a bit different than specified in topic title. 
 
I have an Iframe which displays .html file with js/ content slider 
when i click a link inside of that iframe I want for pop up window (greybox) to appear, but not inside of iframe , outside of it. 
 
I found a...</description>
			<content:encoded><![CDATA[<div>Hi,<br />
<br />
My problem at the moment is a bit different than specified in topic title.<br />
<br />
I have an Iframe which displays .html file with js/ content slider<br />
when i click a link inside of that iframe I want for pop up window (greybox) to appear, but not inside of iframe , outside of it.<br />
<br />
I found a section of developers page about this, but I don't seem to be able to do this..  <a rel="nofollow" class="t" href="http://orangoo.com/labs/GreyBox/FAQ/#q12" target="_blank">http://orangoo.com/labs/GreyBox/FAQ/#q12</a><br />
<br />
I undersand that I must leave greybox folder/files where they normally are located?! <br />
<br />
Do i need to add something more to<br />
 <pre style="margin:20px; line-height:13px">&lt;a href=&quot;http://google.com/&quot; onclick=&quot;return parent.GB_show('Google', this.href)&quot;&gt;Visit Google&lt;/a&gt;</pre>as I just copied it. with no changes ..</div> ]]></content:encoded>
			<category domain="http://www.daniweb.com/forums/forum117.html">JavaScript / DHTML / AJAX</category>
			<dc:creator>wonderland</dc:creator>
			<guid isPermaLink="true">http://www.daniweb.com/forums/thread236542.html</guid>
		</item>
		<item>
			<title>Binary Tree - How to get total left and right children?</title>
			<link>http://www.daniweb.com/forums/thread236540.html</link>
			<pubDate>Fri, 06 Nov 2009 10:39:24 GMT</pubDate>
			<description><![CDATA[I am currently making a binary tree and I was able to create the tree. What I am facing now is " How to get the total number of children in my left side and total number in my right side ". 
 
The structure is: 
  <div class="codeblock"> <div class="spaced"> <div style="float:right;...]]></description>
			<content:encoded><![CDATA[<div>I am currently making a binary tree and I was able to create the tree. What I am facing now is &quot; How to get the total number of children in my left side and total number in my right side &quot;.<br />
<br />
The structure is:<br />
 <pre style="margin:20px; line-height:13px">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;  1<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 2&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;  3<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 4&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 5&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;  6&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;  7<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 8&nbsp; &nbsp; &nbsp;  9&nbsp; &nbsp; &nbsp; &nbsp; 10&nbsp; &nbsp;  11&nbsp; &nbsp; &nbsp; &nbsp;  12&nbsp; &nbsp; 13&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 14&nbsp; &nbsp; 15</pre><br />
<br />
My database variables for each person is Position and Upline<br />
Any help is appreciated. God Bless!</div> ]]></content:encoded>
			<category domain="http://www.daniweb.com/forums/forum17.html">PHP</category>
			<dc:creator>codewalkz</dc:creator>
			<guid isPermaLink="true">http://www.daniweb.com/forums/thread236540.html</guid>
		</item>
		<item>
			<title>Plugin could not be activated because it triggered a fatal error.</title>
			<link>http://www.daniweb.com/forums/thread236537.html</link>
			<pubDate>Fri, 06 Nov 2009 10:12:13 GMT</pubDate>
			<description>hi there, 
 
How to fix this ? i got below message when activating plugin from wp-admin 
 
Plugin could not be activated because it triggered a fatal error. 
Fatal error: Out of memory (allocated 15990784) (tried to allocate 77824 bytes) in …....</description>
			<content:encoded><![CDATA[<div>hi there,<br />
<br />
How to fix this ? i got below message when activating plugin from wp-admin<br />
<br />
Plugin could not be activated because it triggered a fatal error.<br />
Fatal error: Out of memory (allocated 15990784) (tried to allocate 77824 bytes) in …. plugins/wp-e-commerce/wpsc-admin/display-groups.page.php on line 187<br />
<br />
I found below code at display-groups.page.php on line 187<br />
” if($_POST['product_width'] &gt; 0) {<br />
$product_width = (int)$_POST['product_width'];<br />
} else {<br />
$product_width = ”;<br />
}<br />
“<br />
<br />
Also googled out &quot;http://codex.wordpress.org/Editing_wp-config.php#Increasing_memory_allocated_to_PHP&quot; but not working for me.<br />
<br />
Regards,<br />
gptArun</div> ]]></content:encoded>
			<category domain="http://www.daniweb.com/forums/forum17.html">PHP</category>
			<dc:creator>gptArun</dc:creator>
			<guid isPermaLink="true">http://www.daniweb.com/forums/thread236537.html</guid>
		</item>
		<item>
			<title>Posting data behind the scene</title>
			<link>http://www.daniweb.com/forums/thread236530.html</link>
			<pubDate>Fri, 06 Nov 2009 09:58:32 GMT</pubDate>
			<description><![CDATA[Hi, 
 
index.php posts data to process.php 
 
I want users to remain in index.php when they summit their form. I have seen this in some websites but don't know hot it done.  
Can anyone help me? 
 
Thanks]]></description>
			<content:encoded><![CDATA[<div>Hi,<br />
<br />
index.php posts data to process.php<br />
<br />
I want users to remain in index.php when they summit their form. I have seen this in some websites but don't know hot it done. <br />
Can anyone help me?<br />
<br />
Thanks</div> ]]></content:encoded>
			<category domain="http://www.daniweb.com/forums/forum17.html">PHP</category>
			<dc:creator>veledrom</dc:creator>
			<guid isPermaLink="true">http://www.daniweb.com/forums/thread236530.html</guid>
		</item>
		<item>
			<title>Javascript read text file and create table</title>
			<link>http://www.daniweb.com/forums/thread236519.html</link>
			<pubDate>Fri, 06 Nov 2009 09:11:02 GMT</pubDate>
			<description><![CDATA[Hi, 
 
I got a text file ('testdetails2.txt') and my text file looks something like this:  
 
abc123, 234 pqr,xyz "type"  
bc123, 234 pqr,xyz "type"  
c123, 234 pqr,xyz "type"  
n23, 234 pqr,xyz "type"  
aj23, 234 pqr,xyz "type"]]></description>
			<content:encoded><![CDATA[<div>Hi,<br />
<br />
I got a text file ('testdetails2.txt') and my text file looks something like this: <br />
<br />
abc123, 234 pqr,xyz &quot;type&quot; <br />
bc123, 234 pqr,xyz &quot;type&quot; <br />
c123, 234 pqr,xyz &quot;type&quot; <br />
n23, 234 pqr,xyz &quot;type&quot; <br />
aj23, 234 pqr,xyz &quot;type&quot; <br />
<br />
As you notice, it has got &quot;,&quot; aswell a blank space and &quot;&quot;. all i wish to to do is preset the contents of the text file in a nice html table.<br />
<br />
Please can someone help?<br />
<br />
 <pre style="margin:20px; line-height:13px">&lt;html&gt;<br />
&lt;/head&gt;&nbsp;  <br />
&lt;script type=&quot;text/javascript&quot;&gt;&nbsp;  <br />
function loadTxtFile(){<br />
..<br />
..<br />
<br />
}<br />
&lt;/script&gt;<br />
<br />
&lt;body&gt;&nbsp;  <br />
&lt;div id=&quot;T1&quot; style=&quot;border:1px solid black;width:300;padding:5&quot;&gt;&lt;/div&gt;&lt;br /&gt;&nbsp;  <br />
&lt;button onclick=&quot;loadTxtDoc('testdetails2.txt')&quot;&gt;Click&lt;/button&gt;&nbsp;  <br />
&lt;button onclick=&quot;loadTxtDoc('testdetails3.csv')&quot;&gt;Click&lt;/button&gt;&nbsp;  <br />
&nbsp;&lt;/body&gt; <br />
&lt;/html&gt;</pre></div> ]]></content:encoded>
			<category domain="http://www.daniweb.com/forums/forum117.html">JavaScript / DHTML / AJAX</category>
			<dc:creator>SALMANSOHAIL</dc:creator>
			<guid isPermaLink="true">http://www.daniweb.com/forums/thread236519.html</guid>
		</item>
		<item>
			<title>session time out in php</title>
			<link>http://www.daniweb.com/forums/thread236518.html</link>
			<pubDate>Fri, 06 Nov 2009 09:06:09 GMT</pubDate>
			<description>hi guys, just wanna ask, could you give me some code about session time out? i have a different page for login and index. any help would be very much appreciated. 
thanks in advance ^^</description>
			<content:encoded><![CDATA[<div>hi guys, just wanna ask, could you give me some code about session time out? i have a different page for login and index. any help would be very much appreciated.<br />
thanks in advance ^^</div> ]]></content:encoded>
			<category domain="http://www.daniweb.com/forums/forum17.html">PHP</category>
			<dc:creator>xuexue</dc:creator>
			<guid isPermaLink="true">http://www.daniweb.com/forums/thread236518.html</guid>
		</item>
		<item>
			<title>Adding Author in Blogger?</title>
			<link>http://www.daniweb.com/forums/thread236514.html</link>
			<pubDate>Fri, 06 Nov 2009 08:32:28 GMT</pubDate>
			<description><![CDATA[Hello, 
 
I have a blog hosted by blogger. But there is no "Posted By" in the posts. Does anybody know to add this? I have tried using the widgets feature to check "Posted by" but it still doesn't show.]]></description>
			<content:encoded><![CDATA[<div>Hello,<br />
<br />
I have a blog hosted by blogger. But there is no &quot;Posted By&quot; in the posts. Does anybody know to add this? I have tried using the widgets feature to check &quot;Posted by&quot; but it still doesn't show.</div> ]]></content:encoded>
			<category domain="http://www.daniweb.com/forums/forum143.html">HTML and CSS</category>
			<dc:creator>Doctor Inferno</dc:creator>
			<guid isPermaLink="true">http://www.daniweb.com/forums/thread236514.html</guid>
		</item>
		<item>
			<title>retrieving value from a jsp file.</title>
			<link>http://www.daniweb.com/forums/thread236507.html</link>
			<pubDate>Fri, 06 Nov 2009 07:36:42 GMT</pubDate>
			<description><![CDATA[hello everyone, 
i need 1 help.   
i am having 3 ".jsp" files : x1.jsp,x2.jsp and x3.jsp.  in x1.jjsp i am having a combo box, from the combo box i am selecting 1 value.  
there is a submit button below it. i am using "form method = post  
action=x2.jsp". the value which i am selecting from...]]></description>
			<content:encoded><![CDATA[<div>hello everyone,<br />
i need 1 help.  <br />
i am having 3 &quot;.jsp&quot; files : x1.jsp,x2.jsp and x3.jsp.  in x1.jjsp i am having a combo box, from the combo box i am selecting 1 value. <br />
there is a submit button below it. i am using &quot;form method = post <br />
action=x2.jsp&quot;. the value which i am selecting from combo(of x1.jsp), i am retrieving the value in x2.jsp by &quot;request.getParameter(&quot;variable_name&quot;);&quot;   <br />
<br />
but how to retrieve that value which i am selection from combo in x3.jsp<br />
<br />
please send me the code for this.<br />
<br />
thanks in advance</div> ]]></content:encoded>
			<category domain="http://www.daniweb.com/forums/forum24.html">JSP</category>
			<dc:creator>singju</dc:creator>
			<guid isPermaLink="true">http://www.daniweb.com/forums/thread236507.html</guid>
		</item>
		<item>
			<title>vb.net:How to count number of views</title>
			<link>http://www.daniweb.com/forums/thread236505.html</link>
			<pubDate>Fri, 06 Nov 2009 07:26:08 GMT</pubDate>
			<description>Hi 
 
How can i count number of times user viewed  a specific page in my application. 
 
Also i want to use Session or something else because if  a user refreshes that page it should be icremented once.  
 
Any ideas how can i do it</description>
			<content:encoded><![CDATA[<div>Hi<br />
<br />
How can i count number of times user viewed  a specific page in my application.<br />
<br />
Also i want to use Session or something else because if  a user refreshes that page it should be icremented once. <br />
<br />
Any ideas how can i do it</div> ]]></content:encoded>
			<category domain="http://www.daniweb.com/forums/forum18.html">ASP.NET</category>
			<dc:creator>fawadkhalil</dc:creator>
			<guid isPermaLink="true">http://www.daniweb.com/forums/thread236505.html</guid>
		</item>
		<item>
			<title>chechbox validations</title>
			<link>http://www.daniweb.com/forums/thread236504.html</link>
			<pubDate>Fri, 06 Nov 2009 07:25:36 GMT</pubDate>
			<description><![CDATA[hello friends .. 
 
 
 
                     i want to do one task. i want some one elp. i am new to php. when ever i check the checkbox amount will add in 'total' textbox. 
i am displaying table below. 
  <div class="codeblock"> <div class="spaced"> <div style="float:right; margin-right:10px"> <a...]]></description>
			<content:encoded><![CDATA[<div>hello friends ..<br />
<br />
<br />
<br />
                     i want to do one task. i want some one elp. i am new to php. when ever i check the checkbox amount will add in 'total' textbox.<br />
i am displaying table below.<br />
 <pre style="margin:20px; line-height:13px">&lt;form name=&quot;form&quot; action=&quot;&quot; method=&quot;post&quot; &gt;<br />
&lt;table align=&quot;center&quot;&gt;<br />
&lt;tr&gt;<br />
&lt;td&gt;&amp;nbsp;&lt;/td&gt;<br />
&lt;/tr&gt;<br />
&lt;tr&gt;<br />
&lt;td&gt;&amp;nbsp;&lt;/td&gt;<br />
&lt;/tr&gt;<br />
&lt;tr&gt;<br />
&lt;td&gt;&amp;nbsp;&lt;/td&gt;<br />
&lt;/tr&gt;<br />
&lt;tr&gt;<br />
&lt;td&gt;<br />
Make my add featured $19.95 (your ad seen before free listings)<br />
&lt;/td&gt;<br />
&lt;td&gt;&amp;nbsp;&lt;/td&gt;<br />
&lt;td&gt;&lt;input type=&quot;checkbox&quot; name=&quot;chk1&quot; onclick=&quot;check1()&quot;/&gt;&lt;/td&gt;&lt;/tr&gt;<br />
<br />
&lt;tr&gt;<br />
&lt;td&gt;&amp;nbsp;&lt;/td&gt;<br />
&lt;td&gt;&amp;nbsp;&lt;/td&gt;<br />
&lt;/tr&gt;<br />
&lt;tr&gt;<br />
&lt;td&gt;<br />
Make my ad bold $4.95&nbsp; &nbsp; &nbsp; &nbsp; <br />
&lt;/td&gt;<br />
&lt;td&gt;&amp;nbsp;&lt;/td&gt;<br />
&lt;td&gt;&lt;input type=&quot;checkbox&quot; name=&quot;chk2&quot; /&gt;&lt;/td&gt;&lt;/tr&gt;<br />
&lt;tr&gt;<br />
&lt;td&gt;&amp;nbsp;&lt;/td&gt;<br />
&lt;td&gt;&amp;nbsp;&lt;/td&gt;<br />
&lt;/tr&gt;<br />
&lt;tr&gt;<br />
&lt;td&gt;<br />
Make my ad highlighted $4.95<br />
&lt;/td&gt;<br />
&lt;td&gt;&amp;nbsp;&lt;/td&gt;<br />
&lt;td&gt;&lt;input type=&quot;checkbox&quot; name=&quot;chk3&quot; /&gt;&lt;/td&gt;&lt;/tr&gt;<br />
&lt;tr&gt;<br />
&lt;td&gt;&amp;nbsp;&lt;/td&gt;<br />
&lt;td&gt;&amp;nbsp;&lt;/td&gt;<br />
&lt;/tr&gt;<br />
&lt;tr&gt;<br />
&lt;td&gt;<br />
Add Email $9.95<br />
&lt;/td&gt;<br />
&lt;td&gt;&lt;input type=&quot;text&quot; name=&quot;email&quot; /&gt;&lt;/td&gt;<br />
&lt;td&gt;&lt;input type=&quot;checkbox&quot; name=&quot;chk4&quot; /&gt;&lt;/td&gt;&lt;/tr&gt;<br />
&lt;tr&gt;<br />
&lt;td&gt;&amp;nbsp;&lt;/td&gt;<br />
&lt;td&gt;&amp;nbsp;&lt;/td&gt;<br />
&lt;/tr&gt;<br />
&lt;tr&gt;<br />
&lt;td&gt;<br />
Add link to my website $9.95<br />
&lt;/td&gt;<br />
&lt;td&gt;&lt;input type=&quot;text&quot; name=&quot;link&quot; /&gt;&lt;/td&gt;<br />
&lt;td&gt;&lt;input type=&quot;checkbox&quot; name=&quot;chk5&quot; /&gt;&lt;/td&gt;<br />
&lt;/tr&gt;<br />
&lt;tr&gt;<br />
&lt;td&gt;&amp;nbsp;&lt;/td&gt;<br />
&lt;td&gt;&amp;nbsp;&lt;/td&gt;<br />
&lt;/tr&gt;<br />
&lt;tr&gt;<br />
&lt;td&gt;Add 10 key words $9.95&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;input type=&quot;checkbox&quot; name=&quot;chk6&quot; /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;<br />
or&lt;/td&gt;<br />
&lt;td&gt;Add 20 keywords $19.95&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;input type=&quot;checkbox&quot; name=&quot;chk7&quot; /&gt;&lt;/td&gt;<br />
&lt;/tr&gt;<br />
&lt;tr&gt;<br />
&lt;td&gt;&lt;textarea name=&quot;text1&quot; rows=&quot;6&quot; cols=&quot;50&quot;&gt;&lt;/textarea&gt;&lt;/td&gt;<br />
&lt;td&gt;&amp;nbsp;&lt;/td&gt;<br />
&lt;/tr&gt;<br />
&lt;tr&gt;<br />
&lt;td&gt;&amp;nbsp;&lt;/td&gt;<br />
&lt;td&gt;&amp;nbsp;&lt;/td&gt;<br />
&lt;/tr&gt;<br />
&lt;tr&gt;<br />
&lt;td&gt;<br />
Add larger description (up to 4,000 charters) $29.95 <br />
&lt;/td&gt;<br />
&lt;td&gt;&amp;nbsp;&lt;/td&gt;<br />
&lt;td&gt;&lt;input type=&quot;checkbox&quot; name=&quot;chk8&quot; /&gt;&lt;/td&gt;&lt;/tr&gt;<br />
&lt;tr&gt;<br />
&lt;td&gt;&amp;nbsp;&lt;/td&gt;<br />
&lt;td&gt;&amp;nbsp;&lt;/td&gt;<br />
&lt;/tr&gt;<br />
&lt;tr&gt;<br />
&lt;td&gt;&lt;textarea name=&quot;text1&quot; rows=&quot;6&quot; cols=&quot;50&quot;&gt;&lt;/textarea&gt;&lt;/td&gt;<br />
&lt;td&gt;&amp;nbsp;&lt;/td&gt;<br />
&lt;/tr&gt;<br />
&lt;tr&gt;<br />
&lt;td&gt;&amp;nbsp;&lt;/td&gt;<br />
&lt;td&gt;&amp;nbsp;&lt;/td&gt;<br />
&lt;/tr&gt;<br />
&lt;tr&gt;<br />
&lt;td&gt;Add 10 key words $9.95&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;input type=&quot;checkbox&quot; name=&quot;chk6&quot; /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;<br />
or&lt;/td&gt;<br />
&lt;td&gt;Add 20 keywords $19.95&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;input type=&quot;checkbox&quot; name=&quot;chk7&quot; /&gt;&lt;/td&gt;<br />
&lt;/tr&gt;<br />
&lt;tr&gt;<br />
&lt;td&gt;&lt;textarea name=&quot;text1&quot; rows=&quot;6&quot; cols=&quot;50&quot;&gt;&lt;/textarea&gt;&lt;/td&gt;<br />
&lt;td&gt;&amp;nbsp;&lt;/td&gt;<br />
&lt;/tr&gt;<br />
&lt;tr&gt;<br />
&lt;td&gt;&amp;nbsp;&lt;/td&gt;<br />
&lt;td&gt;&amp;nbsp;&lt;/td&gt;<br />
&lt;/tr&gt;<br />
&lt;tr&gt;<br />
&lt;td align=&quot;right&quot;&gt;total &amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;input name=&quot;total&quot; type=&quot;text&quot; /&gt;&lt;/td&gt;<br />
&lt;/tr&gt;<br />
&lt;/table&gt;<br />
&lt;/form&gt;</pre><br />
here no.of checkboxs. when ever i check one checkbox that amt willadd to total amount. <br />
plz help me.</div> ]]></content:encoded>
			<category domain="http://www.daniweb.com/forums/forum17.html">PHP</category>
			<dc:creator>muralikalpana</dc:creator>
			<guid isPermaLink="true">http://www.daniweb.com/forums/thread236504.html</guid>
		</item>
		<item>
			<title>SMS gateway in php</title>
			<link>http://www.daniweb.com/forums/thread236503.html</link>
			<pubDate>Fri, 06 Nov 2009 07:24:11 GMT</pubDate>
			<description>I need to send sms to my customers. I developed my website using PHP. I need Own SMS gateway to send and receive message. How to create own SMS gateway?</description>
			<content:encoded><![CDATA[<div>I need to send sms to my customers. I developed my website using PHP. I need Own SMS gateway to send and receive message. How to create own SMS gateway?</div> ]]></content:encoded>
			<category domain="http://www.daniweb.com/forums/forum17.html">PHP</category>
			<dc:creator>Nareshdeven</dc:creator>
			<guid isPermaLink="true">http://www.daniweb.com/forums/thread236503.html</guid>
		</item>
		<item>
			<title>problem with PHPMailer</title>
			<link>http://www.daniweb.com/forums/thread236497.html</link>
			<pubDate>Fri, 06 Nov 2009 06:57:20 GMT</pubDate>
			<description>PHP mailer class is a pretty famous 1 so i believe many of u have used or atleast heard abt it.. 
The problem i m facing is when i try using it with my application on my local system it works fine but as soon as i upload it on my server, it still works fine except that it sends each mail twice. 
I...</description>
			<content:encoded><![CDATA[<div>PHP mailer class is a pretty famous 1 so i believe many of u have used or atleast heard abt it..<br />
The problem i m facing is when i try using it with my application on my local system it works fine but as soon as i upload it on my server, it still works fine except that it sends each mail twice.<br />
I wanna know if its a common issue or there is somthing wrong wid my config??</div> ]]></content:encoded>
			<category domain="http://www.daniweb.com/forums/forum17.html">PHP</category>
			<dc:creator>venkat0904</dc:creator>
			<guid isPermaLink="true">http://www.daniweb.com/forums/thread236497.html</guid>
		</item>
		<item>
			<title>Querystring</title>
			<link>http://www.daniweb.com/forums/thread236493.html</link>
			<pubDate>Fri, 06 Nov 2009 06:28:39 GMT</pubDate>
			<description><![CDATA[Hi folks, 
 
 
my url querystring is  
 
  <div class="codeblock"> <div class="spaced"> <div style="float:right; margin-right:10px"> <a href="/forums/misc.php?do=explaincode&amp;TB_iframe=true&amp;height=400&amp;width=680" class="thickbox" title="Help with Code Tags" target="_blank">Help with Code Tags</a>...]]></description>
			<content:encoded><![CDATA[<div>Hi folks,<br />
<br />
<br />
my url querystring is <br />
<br />
 <pre style="margin:20px; line-height:13px">querytring.php?checkin=10/11/2009&amp;checkout=10/01/2009&amp;minprice=100&amp;maxprice=200&amp;page=1</pre><br />
i want to remove   <br />
<br />
 <pre style="margin:20px; line-height:13px">&amp;page=1</pre> from this url.<br />
<br />
Please help<br />
<br />
Thanks</div> ]]></content:encoded>
			<category domain="http://www.daniweb.com/forums/forum17.html">PHP</category>
			<dc:creator>itsrahulk</dc:creator>
			<guid isPermaLink="true">http://www.daniweb.com/forums/thread236493.html</guid>
		</item>
		<item>
			<title>Urgent:Encryption</title>
			<link>http://www.daniweb.com/forums/thread236490.html</link>
			<pubDate>Fri, 06 Nov 2009 06:11:43 GMT</pubDate>
			<description>hi.. 
 
can anybody help me to encrypt/decrypt a string? i want to encrypt a URL along with the parameters... 
 
plz let me know if any1 knows some good resources for the same.. 
 
thanks..</description>
			<content:encoded><![CDATA[<div>hi..<br />
<br />
can anybody help me to encrypt/decrypt a string? i want to encrypt a URL along with the parameters...<br />
<br />
plz let me know if any1 knows some good resources for the same..<br />
<br />
thanks..</div> ]]></content:encoded>
			<category domain="http://www.daniweb.com/forums/forum18.html">ASP.NET</category>
			<dc:creator>love_dude1984</dc:creator>
			<guid isPermaLink="true">http://www.daniweb.com/forums/thread236490.html</guid>
		</item>
		<item>
			<title>Filtering categories</title>
			<link>http://www.daniweb.com/forums/thread236489.html</link>
			<pubDate>Fri, 06 Nov 2009 06:10:59 GMT</pubDate>
			<description>How can we filter categories (checkbox) like this: http://tp.jobscentral.com.sg/pubsearchjobs.php</description>
			<content:encoded><![CDATA[<div>How can we filter categories (checkbox) like this: <a rel="nofollow" class="t" href="http://tp.jobscentral.com.sg/pubsearchjobs.php" target="_blank">http://tp.jobscentral.com.sg/pubsearchjobs.php</a></div> ]]></content:encoded>
			<category domain="http://www.daniweb.com/forums/forum17.html">PHP</category>
			<dc:creator>xueping</dc:creator>
			<guid isPermaLink="true">http://www.daniweb.com/forums/thread236489.html</guid>
		</item>
		<item>
			<title>Shadow</title>
			<link>http://www.daniweb.com/forums/thread236482.html</link>
			<pubDate>Fri, 06 Nov 2009 05:14:28 GMT</pubDate>
			<description><![CDATA[how to give shadow in dreamweaver to textfield area? 
 
this is my code nd i want to give inner shadow for this 
 
<label> 
      <input name="textfield" type="text" size="25" maxlength="25" width="300px" /> 
      </label]]></description>
			<content:encoded><![CDATA[<div>how to give shadow in dreamweaver to textfield area?<br />
<br />
this is my code nd i want to give inner shadow for this<br />
<br />
&lt;label&gt;<br />
      &lt;input name=&quot;textfield&quot; type=&quot;text&quot; size=&quot;25&quot; maxlength=&quot;25&quot; width=&quot;300px&quot; /&gt;<br />
      &lt;/label</div> ]]></content:encoded>
			<category domain="http://www.daniweb.com/forums/forum143.html">HTML and CSS</category>
			<dc:creator>prachipote</dc:creator>
			<guid isPermaLink="true">http://www.daniweb.com/forums/thread236482.html</guid>
		</item>
		<item>
			<title>Javascript problem in Ajax</title>
			<link>http://www.daniweb.com/forums/thread236479.html</link>
			<pubDate>Fri, 06 Nov 2009 05:08:49 GMT</pubDate>
			<description><![CDATA[clienthint.js 
  <div class="codeblock"> <div class="spaced"> <div style="float:right; margin-right:10px"> <a href="/forums/misc.php?do=explaincode&amp;TB_iframe=true&amp;height=400&amp;width=680" class="thickbox" title="Help with Code Tags" target="_blank">Help with Code Tags</a> </div> <div>(<a href="#"...]]></description>
			<content:encoded><![CDATA[<div>clienthint.js<br />
 <pre style="margin:20px; line-height:13px">var xmlhttp;<br />
var parameters=&quot;&quot;;<br />
<br />
function showHint(url) {<br />
&nbsp; &nbsp; &nbsp; &nbsp; <br />
&nbsp; &nbsp; &nbsp; &nbsp; var myform = document.forms[0];<br />
&nbsp; &nbsp; &nbsp; &nbsp; if (myform != undefined) {<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; parameters = getRequestBody(myform);<br />
&nbsp; &nbsp; &nbsp; &nbsp; }<br />
&nbsp; &nbsp; &nbsp; &nbsp; <br />
&nbsp; &nbsp; &nbsp; &nbsp; if (url.length == 0) {<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; document.getElementById(&quot;txtHint&quot;).innerHTML = &quot;&quot;;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; return;<br />
&nbsp; &nbsp; &nbsp; &nbsp; }<br />
&nbsp; &nbsp; &nbsp; &nbsp; xmlhttp = GetXmlHttpObject();<br />
&nbsp; &nbsp; &nbsp; &nbsp; if (xmlhttp == null) {<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; alert(&quot;Your browser does not support XMLHTTP!&quot;);<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; return;<br />
&nbsp; &nbsp; &nbsp; &nbsp; }<br />
<br />
&nbsp; &nbsp; &nbsp; &nbsp; xmlhttp.onreadystatechange = stateChanged;<br />
&nbsp; &nbsp; &nbsp; &nbsp; xmlhttp.open(&quot;POST&quot;, url, true);<br />
<br />
&nbsp; &nbsp; &nbsp; &nbsp; xmlhttp.send(parameters);<br />
<br />
}<br />
<br />
function stateChanged() {<br />
&nbsp; &nbsp; &nbsp; &nbsp; if (xmlhttp.readyState == 4) {<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; document.getElementById(&quot;txtHint&quot;).innerHTML = xmlhttp.responseText;<br />
&nbsp; &nbsp; &nbsp; &nbsp; }<br />
}<br />
<br />
function GetXmlHttpObject() {<br />
&nbsp; &nbsp; &nbsp; &nbsp; if (window.XMLHttpRequest) {<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; // code for IE7+, Firefox, Chrome, Opera, Safari<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; return new XMLHttpRequest();<br />
&nbsp; &nbsp; &nbsp; &nbsp; }<br />
&nbsp; &nbsp; &nbsp; &nbsp; if (window.ActiveXObject) {<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; // code for IE6, IE5<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; return new ActiveXObject(&quot;Microsoft.XMLHTTP&quot;);<br />
&nbsp; &nbsp; &nbsp; &nbsp; }<br />
&nbsp; &nbsp; &nbsp; &nbsp; return null;<br />
}<br />
<br />
function getRequestBody(oForm) {<br />
&nbsp; &nbsp; var aParams = new Array();<br />
<br />
&nbsp; &nbsp; for (var i=0 ; i &lt; oForm.elements.length; i++) {<br />
&nbsp; &nbsp; &nbsp; &nbsp; var sParam = encodeURIComponent(oForm.elements[i].name);<br />
&nbsp; &nbsp; &nbsp; &nbsp; sParam += &quot;=&quot;;<br />
&nbsp; &nbsp; &nbsp; &nbsp; sParam += encodeURIComponent(oForm.elements[i].value);<br />
&nbsp; &nbsp; &nbsp; &nbsp; aParams.push(sParam);<br />
&nbsp; &nbsp; }<br />
<br />
&nbsp; &nbsp; return aParams.join(&quot;&amp;&quot;) + &quot;&amp;sid=&quot; + Math.random();<br />
}</pre><br />
test.jsp<br />
 <pre style="margin:20px; line-height:13px">this is test.jsp &lt;br&gt;<br />
<br />
&lt;script&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; <br />
&nbsp; &nbsp; &nbsp; &nbsp; function myfunc1() {<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; alert(&quot;button click&quot;);&nbsp; &nbsp; &nbsp; &nbsp; <br />
&nbsp; &nbsp; &nbsp; &nbsp; }<br />
<br />
<br />
&lt;/script&gt;<br />
<br />
&lt;input name=&quot;mybutton&quot; value=&quot;Click to Alert&quot; type=&quot;button&quot; onclick=&quot;myfunc1();&quot;&gt;</pre><br />
index.jsp<br />
<br />
 <pre style="margin:20px; line-height:13px">&lt;html&gt;<br />
&lt;head&gt;<br />
<br />
&nbsp; &nbsp; &nbsp; &nbsp; &lt;script src=&quot;clienthint.js&quot;&gt;&lt;/script&gt;&nbsp; &nbsp; &nbsp; &nbsp; <br />
<br />
&lt;/head&gt;<br />
&lt;body&gt;<br />
<br />
Test Ajax &lt;br&gt;&lt;br&gt;<br />
<br />
&lt;input type=&quot;button&quot; value=&quot;test.jsp&quot; onclick=&quot;showHint('test.jsp');&quot;/&gt; <br />
&lt;hr/&gt;<br />
<br />
&lt;div id=&quot;txtHint&quot; style=&quot;background:gray;height:200px;&quot;&gt;&lt;/div&gt;<br />
<br />
&lt;/body&gt;<br />
&lt;/html&gt;</pre><br />
<span style="font-weight:bold">Test Flow 1:</span><br />
<br />
. When open page test.jsp directly<br />
. Click on button &quot;Click to Alert&quot;<br />
. Message &quot;button click&quot; appears<br />
<br />
<span style="font-weight:bold">Test Flow 2:</span><br />
<br />
. When open page index.jsp <br />
. Click on button &quot;test.jsp&quot;<br />
. Contents of DIV appears (contents of test.jsp)<br />
<br />
<span style="font-weight:bold">Question (on Test Flow 2):</span><br />
<br />
1. When Click on button &quot;Click to Alert&quot; at DIV section, but the message &quot;button click&quot; doesn't appears ? <br />
2. Why JavaScript on test.jsp doesn't work ?<br />
3. Is this JavaScript problem through Ajax ?<br />
4. By keeping the function myfunc1() in test.jsp, how to make this function myfunc1() worked at side of index.jsp page?<br />
<br />
<br />
Thanks in advance!</div> ]]></content:encoded>
			<category domain="http://www.daniweb.com/forums/forum117.html">JavaScript / DHTML / AJAX</category>
			<dc:creator>manofspider</dc:creator>
			<guid isPermaLink="true">http://www.daniweb.com/forums/thread236479.html</guid>
		</item>
		<item>
			<title>Code Snippet Export CSV TO Mysql and Import to CSV  from MYsql in PHP</title>
			<link>http://www.daniweb.com/code/snippet236476.html</link>
			<pubDate>Fri, 06 Nov 2009 04:45:26 GMT</pubDate>
			<description>Export CSV TO Mysql and Import to CSV  from MYsql in PHP</description>
			<content:encoded><![CDATA[<div>Export CSV TO Mysql and Import to CSV  from MYsql in PHP</div> ]]></content:encoded>
			<category domain="http://www.daniweb.com/forums/forum17.html">PHP</category>
			<dc:creator>tellysk</dc:creator>
			<guid isPermaLink="true">http://www.daniweb.com/forums/thread236476.html</guid>
		</item>
		<item>
			<title>Membership, Profiles and Security</title>
			<link>http://www.daniweb.com/forums/thread236433.html</link>
			<pubDate>Fri, 06 Nov 2009 00:47:07 GMT</pubDate>
			<description><![CDATA[I've been reading a bunch of books on how Membership and Profiles can make an ASP.NET developer's life easier but these kind of things are usually too good to be true. Any idea on the drawbacks and security issues I'll have to compromise if I choose to implement either? I've been browsing the...]]></description>
			<content:encoded><![CDATA[<div>I've been reading a bunch of books on how Membership and Profiles can make an ASP.NET developer's life easier but these kind of things are usually too good to be true. Any idea on the drawbacks and security issues I'll have to compromise if I choose to implement either? I've been browsing the internet and I haven't found a reasonable answer yet.<br />
<br />
Ohhh.. Posted on the wrong forums. Sorry...</div> ]]></content:encoded>
			<category domain="http://www.daniweb.com/forums/forum18.html">ASP.NET</category>
			<dc:creator>Sazabi02</dc:creator>
			<guid isPermaLink="true">http://www.daniweb.com/forums/thread236433.html</guid>
		</item>
		<item>
			<title><![CDATA[valign='middle' not working!!]]></title>
			<link>http://www.daniweb.com/forums/thread236431.html</link>
			<pubDate>Fri, 06 Nov 2009 00:28:29 GMT</pubDate>
			<description><![CDATA[i have a variable which is an image 
 
  <div class="codeblock"> <div class="spaced"> <div style="float:right; margin-right:10px"> <a href="/forums/misc.php?do=explaincode&amp;TB_iframe=true&amp;height=400&amp;width=680" class="thickbox" title="Help with Code Tags" target="_blank">Help with Code Tags</a>...]]></description>
			<content:encoded><![CDATA[<div>i have a variable which is an image<br />
<br />
 <pre style="margin:20px; line-height:13px">$image = &quot;&lt;img src='$imagelocation' width='50px' height='50px'&gt;&quot;;</pre><br />
i want it to be in the center of the td but it doesn't center vertically, it stays at the top, i did this<br />
<br />
 <pre style="margin:20px; line-height:13px">echo &quot;&lt;td valign='middle'&gt;&lt;div class='rollover' align='center'&gt;<br />
<br />
&lt;a href=\&quot;imageview.php?id=$number\&quot; onmouseover=\&quot;ChgText($keyword)\&quot;&gt;$image&lt;/a&gt;&nbsp; <br />
<br />
&lt;/div&gt;<br />
&lt;/td&gt;&quot;;</pre><br />
any ideas?</div> ]]></content:encoded>
			<category domain="http://www.daniweb.com/forums/forum143.html">HTML and CSS</category>
			<dc:creator>MDanz</dc:creator>
			<guid isPermaLink="true">http://www.daniweb.com/forums/thread236431.html</guid>
		</item>
		<item>
			<title>LEFT JOIN problem</title>
			<link>http://www.daniweb.com/forums/thread236427.html</link>
			<pubDate>Fri, 06 Nov 2009 00:11:40 GMT</pubDate>
			<description>Hi All! 
 
I have 3 tables: 
 
test1 
id     name1 
 1     value1 
 
test2 
id     name2</description>
			<content:encoded><![CDATA[<div>Hi All!<br />
<br />
I have 3 tables:<br />
<br />
test1<br />
id     name1<br />
 1     value1<br />
<br />
test2<br />
id     name2<br />
 1     value2<br />
<br />
test3<br />
id     name3<br />
 3     value3_01<br />
 4     value3_02<br />
<br />
I want to display all records of table test1 with values of table test2 (test1.id = test2.id) and values of test3 (if test.id match with test1.id) - in this case test3 has no common ids with test1  so NULLs are displayed.<br />
How to make sql query to display:<br />
id1     name1   name2    name3<br />
   1     value1   value2     NULL<br />
<br />
I constructed query:<br />
 <pre style="margin:20px; line-height:13px">SELECT t1.id as id1, t1.name1 as name1, t2.name2 as name2, t3.name3 as name3<br />
FROM (test1 t1) LEFT JOIN (test3 t3, test2 t2)<br />
ON (t1.id=t2.id and t1.id=t3.id)</pre>but it gives me:<br />
<br />
id1     name1  name2   name3<br />
   1     value1   NULL     NULL<br />
<br />
name2 is NULL instead of desired &quot;value2&quot;. WHY?<br />
<br />
LEFT JOIN DEFINITION:<br />
SQL LEFT JOIN Keyword<br />
The LEFT JOIN keyword returns all rows from the left table, even if there are no matches in the right table.<br />
<br />
There are no matches in test3 table when joining test1 table so name3 from table3 is NULL in result.<br />
<br />
BUT There are matches in table test2 (test2.id=1 and test1.id=1) so why null is displayed?<br />
<br />
Hope anyone can help me. I am in big trouble.<br />
 <br />
Thanks in advace.<br />
Tom</div> ]]></content:encoded>
			<category domain="http://www.daniweb.com/forums/forum127.html">MS SQL</category>
			<dc:creator>pc131</dc:creator>
			<guid isPermaLink="true">http://www.daniweb.com/forums/thread236427.html</guid>
		</item>
		<item>
			<title>a Function that is not working...</title>
			<link>http://www.daniweb.com/forums/thread236405.html</link>
			<pubDate>Thu, 05 Nov 2009 22:59:09 GMT</pubDate>
			<description><![CDATA[I am generating a PHP error with this function but don't know why. 
 
Little help... 
 
  <div class="codeblock"> <div class="spaced"> <div style="float:right; margin-right:10px"> <a href="/forums/misc.php?do=explaincode&amp;TB_iframe=true&amp;height=400&amp;width=680" class="thickbox" title="Help with Code...]]></description>
			<content:encoded><![CDATA[<div>I am generating a PHP error with this function but don't know why.<br />
<br />
Little help...<br />
<br />
 <pre style="margin:20px; line-height:13px"><br />
function Validate_Page_Nav($LastPage, $ErrorPage) {<br />
<br />
if($_SESSION['Staff_ID']) {<br />
$trimmed = str_replace($staffroot, '', $_SERVER['SCRIPT_NAME']);<br />
$resul = $db-&gt;query(&quot;SELECT * FROM Page_Access WHERE URI = '$trimmed'&quot;) or die(&quot;failed to get access data&quot;);<br />
$page_access = $resul-&gt;fetch_assoc();<br />
$URI_access = explode(&quot;,&quot;, $page_access['User_Level']);<br />
<br />
&nbsp; &nbsp; &nbsp; &nbsp; if(in_array($_SESSION['Staff_level'], $URI_access)) {<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; if($_SESSION['Last_Page'] != $LastPage) {<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; header(&quot;location: {$ErrorPage}?message=Unable to update user information.&quot;);<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; exit();<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; }<br />
&nbsp; &nbsp; &nbsp; &nbsp; }<br />
$_SESSION['Last_Page'] = $trimmed;<br />
}<br />
<br />
}<br />
<br />
Validate_Page_Nav(&quot;user_list.php&quot;,&quot;user_list.php&quot;);</pre></div> ]]></content:encoded>
			<category domain="http://www.daniweb.com/forums/forum17.html">PHP</category>
			<dc:creator>dwdata</dc:creator>
			<guid isPermaLink="true">http://www.daniweb.com/forums/thread236405.html</guid>
		</item>
		<item>
			<title>Why font-size is affecting the gap between divs in this example?</title>
			<link>http://www.daniweb.com/forums/thread236390.html</link>
			<pubDate>Thu, 05 Nov 2009 21:39:28 GMT</pubDate>
			<description><![CDATA[As you can see in this test, if you change the font-size in the body section to 0px, it's the only way to bring the divs containing the images together. Could anyone see a solution to this? I can't set the fonts to 0px in the website, and can't understand why is this happening.  
 
I'm testing with...]]></description>
			<content:encoded><![CDATA[<div>As you can see in this test, if you change the font-size in the body section to 0px, it's the only way to bring the divs containing the images together. Could anyone see a solution to this? I can't set the fonts to 0px in the website, and can't understand why is this happening. <br />
<br />
I'm testing with Firefox but same is happening in Safari. Haven't tried IE, but it's not really important because I will be using the web only in FF and Safari.<br />
<br />
<a rel="nofollow" class="t" href="http://localhost/america/editora/test.html" target="_blank">http://localhost/america/editora/test.html</a></div> ]]></content:encoded>
			<category domain="http://www.daniweb.com/forums/forum143.html">HTML and CSS</category>
			<dc:creator>Altairzq</dc:creator>
			<guid isPermaLink="true">http://www.daniweb.com/forums/thread236390.html</guid>
		</item>
		<item>
			<title>help with datagrid</title>
			<link>http://www.daniweb.com/forums/thread236375.html</link>
			<pubDate>Thu, 05 Nov 2009 20:47:45 GMT</pubDate>
			<description>I have a datagrid bound to a sql proc.  I have made the last column in the datagrid into text boxes so the items are editable.  how do i return the values from these cells?  Basically I want to be able to sum the entire column, as well as set the values in each item of the column to 0 upon a...</description>
			<content:encoded><![CDATA[<div>I have a datagrid bound to a sql proc.  I have made the last column in the datagrid into text boxes so the items are editable.  how do i return the values from these cells?  Basically I want to be able to sum the entire column, as well as set the values in each item of the column to 0 upon a button_click.  I'm very new to vb.net and if I'm not explaining this correctly please let me know.<br />
<br />
the datagrid is built through this funtion:<br />
 <pre style="margin:20px; line-height:13px">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;  Dim strConnString As String<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; Dim strSQLText As String<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; strConnString = ConfigurationManager.ConnectionStrings(&quot;SDWConnectionString&quot;).ToString<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; strSQLText = &quot;SELECT TN_CN_S_Desc, Item, Pack, Location, Lot, Label_Nb from sdw.sdw_user.SAR_DTD_840_copy where Pick_Num = '&quot; &amp; Picklist &amp; &quot;'&quot;<br />
<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; Dim SqlCOnnection As New SqlConnection(strConnString)<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; SqlCOnnection.Open()<br />
<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; Dim sqlCmd As New SqlCommand(strSQLText, SqlCOnnection)<br />
<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;  Dim adapter As New SqlClient.SqlDataAdapter(strSQLText, SqlCOnnection)<br />
<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; Dim ds As New DataSet<br />
&nbsp; &nbsp; &nbsp; &nbsp;  <br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; adapter.Fill(ds, &quot;sdw.sdw_user.SAR_DTD_840_copy&quot;)<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; Dim dataTable = ds.Tables(&quot;sdw.sdw_user.SAR_DTD_840_copy&quot;)<br />
<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; Me.DataGrid1.DataSource = dataTable<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; Me.DataGrid1.AutoGenerateColumns = False<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; Me.DataGrid1.DataBind()</pre><br />
<br />
the html for the column that I made editable and want to sum/set to zero looks like this: <pre style="margin:20px; line-height:13px">&lt;asp:TemplateColumn HeaderText=&quot;# Labels&quot;&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;EditItemTemplate&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;asp:TextBox ID=&quot;txtlbls&quot; runat=&quot;server&quot; Style=&quot;text-align: right&quot; Text='&lt;%# DataBinder.Eval(Container.DataItem,&quot;Label_Nb&quot;) %&gt;'<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; Width=&quot;65&quot;&gt;&lt;/asp:TextBox&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;/EditItemTemplate&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;ItemTemplate&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;asp:TextBox ID=&quot;txtlbls&quot; runat=&quot;server&quot; Style=&quot;text-align: right&quot; Text='&lt;%# DataBinder.Eval(Container.DataItem,&quot;Label_Nb&quot;) %&gt;'<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; Width=&quot;65&quot;&gt;&lt;/asp:TextBox&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;/ItemTemplate&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;/asp:TemplateColumn&gt;</pre></div> ]]></content:encoded>
			<category domain="http://www.daniweb.com/forums/forum18.html">ASP.NET</category>
			<dc:creator>smd5049</dc:creator>
			<guid isPermaLink="true">http://www.daniweb.com/forums/thread236375.html</guid>
		</item>
		<item>
			<title><![CDATA['UPDATE'ing table with same value over and over again!]]></title>
			<link>http://www.daniweb.com/forums/thread236359.html</link>
			<pubDate>Thu, 05 Nov 2009 19:44:33 GMT</pubDate>
			<description><![CDATA[One of the UPDATE queries I am trying to run is not quite working the way I want it to. I know this query is the culprit, but can't quite figure out how to fix it! Here's the story: 
------------------------------------------------------- 
I have 3 tables: let's call them tblUsers, tblDueVisits and...]]></description>
			<content:encoded><![CDATA[<div>One of the UPDATE queries I am trying to run is not quite working the way I want it to. I know this query is the culprit, but can't quite figure out how to fix it! Here's the story:<br />
-------------------------------------------------------<br />
I have 3 tables: let's call them tblUsers, tblDueVisits and tblWindows<br />
tblUsers:  UserID (PK, int), FirstName (char), LastName (char), BirthDate (smalldatetime), etc.<br />
tblDueVisits: UserID (int), DueDate (smalldatetime), WindowName(char). UserID + DueDate together make up the key for this table.<br />
tblWindows: WindowID (int), WindowName (varchar)<br />
tblWindows stores a pre-defined maximum number of records (say 10). This table will, at least, theoretically never change.<br />
Now this is what I have to do:<br />
•	Check how many records a particular User ID (say ID # 1) has in tblDueVisits. For the sake of this example assume there are 5 records.<br />
•	Next, SELECT the TOP 5 WindowName from tblWindows.<br />
•	UPDATE tblDueVisits to store the WindowName in tblDueVisits WHERE UserID = 1.<br />
(The front-end user selects an ID# from a web page’s drop down box)<br />
-----------------------------------------------------<br />
I have written the T-SQL loop statements to do this, but somehow the UPDATE doesn’t work. Specifically, what happens is that the same WindowName gets written 5 times rather than writing the 5 different WindowNames once each!!<br />
<br />
Let me know if I wasn't totally clear about something, or if you need me to post the code for this.<br />
<br />
Thanks!</div> ]]></content:encoded>
			<category domain="http://www.daniweb.com/forums/forum127.html">MS SQL</category>
			<dc:creator>SQL_n00b</dc:creator>
			<guid isPermaLink="true">http://www.daniweb.com/forums/thread236359.html</guid>
		</item>
		<item>
			<title>Error</title>
			<link>http://www.daniweb.com/forums/thread236356.html</link>
			<pubDate>Thu, 05 Nov 2009 19:36:14 GMT</pubDate>
			<description><![CDATA[//create and issue the first query 
    $add_topic_sql = "INSERT INTO forum_topics (topic_title, topic_create_time, topic_owner) VALUES ('$_POST[topic_title]',now(),'$_POST[topic_owner]')"; 
	$add_topic_res = mysql_query($conn, $add_topic_sql) 
	or die(mysql_error($conn)); 
			//get the id of the...]]></description>
			<content:encoded><![CDATA[<div> <pre style="margin:20px; line-height:13px">//create and issue the first query<br />
&nbsp; &nbsp; $add_topic_sql = &quot;INSERT INTO forum_topics (topic_title, topic_create_time, topic_owner) VALUES ('$_POST&#91;topic_title&#93;',now(),'$_POST&#91;topic_owner&#93;')&quot;;<br />
&nbsp; &nbsp; &nbsp; &nbsp; $add_topic_res = mysql_query($conn, $add_topic_sql)<br />
&nbsp; &nbsp; &nbsp; &nbsp; or die(mysql_error($conn));<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; //get the id of the last query<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; $topic_id = mysql_insert_id($mysql);</pre></div> ]]></content:encoded>
			<category domain="http://www.daniweb.com/forums/forum17.html">PHP</category>
			<dc:creator>Millsy013</dc:creator>
			<guid isPermaLink="true">http://www.daniweb.com/forums/thread236356.html</guid>
		</item>
		<item>
			<title>How to make uncompressed .pdf downloadable</title>
			<link>http://www.daniweb.com/forums/thread236354.html</link>
			<pubDate>Thu, 05 Nov 2009 19:26:26 GMT</pubDate>
			<description><![CDATA[Hi, 
 
I did a search on web but couldn't really find anything, well anything explained in detail at least ..  
 
How can I make .pdf file downloadable insted of it opening in web browser? 
 
I know that I can rar it , bu I really want to make it downloadable unrared .]]></description>
			<content:encoded><![CDATA[<div>Hi,<br />
<br />
I did a search on web but couldn't really find anything, well anything explained in detail at least .. <br />
<br />
How can I make .pdf file downloadable insted of it opening in web browser?<br />
<br />
I know that I can rar it , bu I really want to make it downloadable unrared .</div> ]]></content:encoded>
			<category domain="http://www.daniweb.com/forums/forum143.html">HTML and CSS</category>
			<dc:creator>wonderland</dc:creator>
			<guid isPermaLink="true">http://www.daniweb.com/forums/thread236354.html</guid>
		</item>
		<item>
			<title>Need a little bit of help with PHPFormMail redirect</title>
			<link>http://www.daniweb.com/forums/thread236348.html</link>
			<pubDate>Thu, 05 Nov 2009 18:43:40 GMT</pubDate>
			<description>Hi, 
 
Hello, 
 
Few hours back I implemented phpFormMail (http://developerkarma.com/projects/phpformmail/readme-all-one-version) with simple form, and everything is working fine except after I submit form I get redirected to this page: 
  
The following information has been submitted: 
Name: Ultra...</description>
			<content:encoded><![CDATA[<div>Hi,<br />
<br />
Hello,<br />
<br />
Few hours back I implemented <a rel="nofollow" class="t" href="http://developerkarma.com/projects/phpformmail/readme-all-one-version" target="_blank">phpFormMail</a> with simple form, and everything is working fine except after I submit form I get redirected to this page:<br />
 <br />
The following information has been submitted:<br />
Name: Ultra<br />
e-mail: <a href="mailto:email@email.com">email@email.com</a><br />
Comment: test<br />
email: <a href="mailto:email@example.com">email@example.com</a><br />
<br />
I wanted to know why do I get email: <a href="mailto:email@example.com">email@example.com</a> in this page ?<br />
<br />
Is it possible to get redirected back to previous page automatically?<br />
<br />
If  I know html + css, php not so much, can I modify this page a bit ?<br />
<br />
Thanks in advance!</div> ]]></content:encoded>
			<category domain="http://www.daniweb.com/forums/forum17.html">PHP</category>
			<dc:creator>wonderland</dc:creator>
			<guid isPermaLink="true">http://www.daniweb.com/forums/thread236348.html</guid>
		</item>
		<item>
			<title>Help...Please!</title>
			<link>http://www.daniweb.com/forums/thread236346.html</link>
			<pubDate>Thu, 05 Nov 2009 18:39:46 GMT</pubDate>
			<description><![CDATA[Below is my code, I have two problems. 
1.  I would like to remove the E with the box from the webscreen.  Is there a way to do this without messing up the calculations? 
2.  Would like question 2 and the answer to have a , .  Example want 100,000 and not 100000. 
  <div class="codeblock"> <div...]]></description>
			<content:encoded><![CDATA[<div>Below is my code, I have two problems.<br />
1.  I would like to remove the E with the box from the webscreen.  Is there a way to do this without messing up the calculations?<br />
2.  Would like question 2 and the answer to have a , .  Example want 100,000 and not 100000.<br />
 <pre style="margin:20px; line-height:13px">&lt;html&gt;<br />
&lt;head&gt;<br />
&lt;script type=&quot;text/javascript&quot;&gt;<br />
function CalculateSum(form)<br />
<br />
{<br />
Atext=form.input_A.value;<br />
Btext=form.input_B.value;<br />
Ctext=form.input_C.value;<br />
Dtext=form.input_D.value;<br />
Etext=form.input_E.value;<br />
var A = parseFloat(Atext);<br />
var B = parseFloat(Btext);<br />
var C = parseFloat(Ctext);<br />
var D = parseFloat(Dtext);<br />
var E =parseFloat(Etext);<br />
if(E&lt;300)<br />
form.Answer_for_E.value=&quot;Jugs&quot;;<br />
else<br />
if((E&gt;=300) &amp;&amp; (E&lt;800))<br />
form.Answer_for_E.value=&quot;Drums&quot;;<br />
else<br />
if((E&gt;=800) &amp;&amp; (E&lt;6601))<br />
form.Answer_for_E.value=&quot;IBC&quot;;<br />
else<br />
form.Answer_for_E.value=&quot;Bulk&quot;;<br />
form.Answer.value = (A * B / C * D);<br />
<br />
}<br />
&lt;/script&gt;<br />
&lt;/head&gt;<br />
&lt;body&gt;<br />
&lt;form name=&quot;Calculator&quot; method=&quot;post&quot;&gt;<br />
<br />
&lt;p&gt;Enter the number of SCR trucks you operate: &lt;input type=text name=&quot;input_A&quot; size=10&gt;&lt;/p&gt;<br />
<br />
&lt;p&gt;Enter the average miles for a single truck, traveled in one year (default is 100,000 miles p.a.): &lt;input type='text' name=&quot;input_B&quot; size='10' value='100000'&gt;&lt;/p&gt;<br />
<br />
&lt;p&gt;Enter the average fuel mileage of your trucks (measured as MPG, defaults is 6 MPG): &lt;input type='text' name=&quot;input_C&quot; size='10' value='6'&gt;&lt;/p&gt;<br />
<br />
&lt;P style=&quot;margin-top: 0; margin-bottom: 0&quot;&gt;Default dosage rate is 2% DEF per every gallon of diesel fuel based on engine manufactures: &lt;input type='text' name=&quot;input_D&quot; size='10' value=.02&gt;&lt;/p&gt;<br />
&lt;p style=&quot;margin-top: 0; margin-bottom: 0&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;<br />
(Please enter percent as a decimal. ie 2% is entered as .02) &lt;/p&gt;<br />
&lt;p&gt;E&lt;INPUT TYPE=TEXT NAME=&quot;input_E&quot; SIZE=10&gt;<br />
&lt;P&gt;&lt;INPUT TYPE=&quot;button&quot; VALUE=&quot;Average yearly gallons of DEF you may consume:&quot; name=&quot;AddButton&quot; onClick=&quot;CalculateSum(this.form)&quot;&gt;<br />
&nbsp; &lt;input name='Answer' type=text value&quot;gallons comsumed&quot; size=&quot;20&quot;&gt;<br />
&lt;p&gt;Recommended form of package to be used when ordering DEF: <br />
&lt;input name='Answer_for_E' type=text value&quot;here will be the answer for E&quot; size=&quot;20&quot;&gt;<br />
<br />
&lt;P&gt;&lt;INPUT TYPE=&quot;reset&quot; VALUE=&quot;Clear Fields&quot; name=&quot;ClearButton&quot;&gt;&lt;/P&gt;<br />
<br />
<br />
<br />
&lt;/FORM&gt;<br />
<br />
<br />
<br />
&lt;/BODY&gt;<br />
<br />
&lt;/HTML&gt;</pre></div> ]]></content:encoded>
			<category domain="http://www.daniweb.com/forums/forum117.html">JavaScript / DHTML / AJAX</category>
			<dc:creator>mcrawford3911</dc:creator>
			<guid isPermaLink="true">http://www.daniweb.com/forums/thread236346.html</guid>
		</item>
		<item>
			<title>Newbie in need of help with some PHP code :)</title>
			<link>http://www.daniweb.com/forums/thread236342.html</link>
			<pubDate>Thu, 05 Nov 2009 18:27:25 GMT</pubDate>
			<description><![CDATA[Hey! I'm quite new to this whole thing, so please don't fire me with shait on this one =D 
 
I'm trying to learn PHP and MySQL, and atm I am trying to make a website which corresponds with a database - a database with customers. 
 
1. I want the page to show all the customers in the database - with...]]></description>
			<content:encoded><![CDATA[<div>Hey! I'm quite new to this whole thing, so please don't fire me with shait on this one =D<br />
<br />
I'm trying to learn PHP and MySQL, and atm I am trying to make a website which corresponds with a database - a database with customers.<br />
<br />
1. I want the page to show all the customers in the database - with first- and surname.<br />
<br />
2. I want each customer to be clickable - when you click a customer, it shows all the information about that customer which is stored in the database.<br />
<br />
I can post some of the stuff I tried out with, but I'm not good with PHP (yet! =D), and therefore I got stuck quite early... but here's some of the stuff I've done so far..<br />
<br />
 <pre style="margin:20px; line-height:13px">&lt;?php<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; // Connect to the database server<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; $dbcnx = @mysql_connect('localhost', 'root', 'password');<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; if (!$dbcnx) {<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; exit('&lt;p&gt;Unable to connect to the database server at this time.&lt;/p&gt;');<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; }<br />
<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; // Select the database<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; if (!@mysql_select_db('customerdb')) {<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; exit('&lt;p&gt;Unable to locate the database at this time');<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; }<br />
<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; ?&gt;<br />
<br />
&lt;p&gt;Here are all the customers:&lt;/p&gt;&lt;br /&gt;<br />
<br />
// Request data from the database<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; $customers = @mysql_query('SELECT * FROM customers');<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; if (!$customers) {<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; exit('&lt;p&gt;Error performing query: ' . mysql_error() . '&lt;/p&gt;');<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; }<br />
<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; while ($row = mysql_fetch_array($customers)) {<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; $customerID = $row['kundeID'];<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; $customer_forename = $row['forename'];<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; $customer_surname = $row['surname'];<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; echo '&lt;p&gt;' . $customer_forename .<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; $customer_surname . <br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; ' &lt;a href=&quot;' . $_SERVER['PHP_SELF'] .<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; '?showcustomer=' . $customerID . '&quot;&gt;' .<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 'customer details&lt;/a&gt;&lt;/p&gt;';<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; } <br />
<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; ?&gt;</pre><br />
This piece of code also gives me no spaces between the $customer_forename and $customer_surname.. How can I make a space between them?<br />
<br />
And one last question :) In this example, I have just created a link at the end of the customers listed - which says customer details.. Is there a way to make the $customer_forename and $customer_surname a clickable link which executes what I am trying to achieve?<br />
<br />
Thanks, and sorry for not being really good at this, at all! =D<br />
Have a nice day!</div> ]]></content:encoded>
			<category domain="http://www.daniweb.com/forums/forum17.html">PHP</category>
			<dc:creator>hawkontvn</dc:creator>
			<guid isPermaLink="true">http://www.daniweb.com/forums/thread236342.html</guid>
		</item>
		<item>
			<title>Uploading to specific field in datatbase</title>
			<link>http://www.daniweb.com/forums/thread236341.html</link>
			<pubDate>Thu, 05 Nov 2009 18:23:52 GMT</pubDate>
			<description><![CDATA[Heres one for ya... 
Lets say you have a mysql database with multiple entries (clients). Each one has a field for name, username ect. There is also one for say storing a doc file for billing. How can I make it so I can upload a file to just a specific clients "billing" field in the database?...]]></description>
			<content:encoded><![CDATA[<div>Heres one for ya...<br />
Lets say you have a mysql database with multiple entries (clients). Each one has a field for name, username ect. There is also one for say storing a doc file for billing. How can I make it so I can upload a file to just a specific clients &quot;billing&quot; field in the database?<br />
Oooooooor, do I store these files on the server? Which would bring me to the question of how to upload the files to a specific directory though a web browser. <br />
I am trying to figure out the best way to create an &quot;Admin control panel&quot; to be able to update the clients without having to use an ftp program. <br />
Mabey thats just the best way. I am looking for suggestions and code. Im still pretty new at this.<br />
I also have a post looking for ways to display these files for the clients on thier login page. I used the echo statment and only got a coded version of the file.</div> ]]></content:encoded>
			<category domain="http://www.daniweb.com/forums/forum17.html">PHP</category>
			<dc:creator>SuntechWebsites</dc:creator>
			<guid isPermaLink="true">http://www.daniweb.com/forums/thread236341.html</guid>
		</item>
		<item>
			<title>mail() problem</title>
			<link>http://www.daniweb.com/forums/thread236337.html</link>
			<pubDate>Thu, 05 Nov 2009 18:05:45 GMT</pubDate>
			<description><![CDATA[Hi guys, 
I'm trying to use the mail php function to send my subscribers emails like news, information, offers,etc. 
The problem is when I test it on my system (Fedora 11 box and sendmail is up and running without changing any settings) I usually receive the mails after 4 or 5 hours and sometimes...]]></description>
			<content:encoded><![CDATA[<div>Hi guys,<br />
I'm trying to use the mail php function to send my subscribers emails like news, information, offers,etc.<br />
The problem is when I test it on my system (Fedora 11 box and sendmail is up and running without changing any settings) I usually receive the mails after 4 or 5 hours and sometimes after 1 day. I googled it but I coundn't find something talking directly about it or even give a clear solution. I do know It's not the mail() problem but It's sendmail problem. Something not right in the config. I have some questions:-<br />
1- If It's a sendmail problem, would you provide me with the solution?<br />
2- Is the mail function can be used to send a large about of mails to the subscribers? and if It's not, Would you please suggest another way to send a large amount of mails?<br />
<br />
Thanks alot for the help</div> ]]></content:encoded>
			<category domain="http://www.daniweb.com/forums/forum17.html">PHP</category>
			<dc:creator>codemaker</dc:creator>
			<guid isPermaLink="true">http://www.daniweb.com/forums/thread236337.html</guid>
		</item>
		<item>
			<title>Retrieve EditItemTemplate controls of GridView at code-behind file</title>
			<link>http://www.daniweb.com/forums/thread236315.html</link>
			<pubDate>Thu, 05 Nov 2009 16:22:44 GMT</pubDate>
			<description><![CDATA[Hi, 
 
I'm trying to access the RangeValidator control at my code-behind file. I keep on getting "Object reference not set to an instance of an object." exception. Can someone enlighten me? 
 
ASPX: 
  <div class="codeblock"> <div class="spaced"> <div style="float:right; margin-right:10px"> <a...]]></description>
			<content:encoded><![CDATA[<div>Hi,<br />
<br />
I'm trying to access the RangeValidator control at my code-behind file. I keep on getting &quot;Object reference not set to an instance of an object.&quot; exception. Can someone enlighten me?<br />
<br />
ASPX:<br />
 <pre style="margin:20px; line-height:13px">&lt;asp:GridView ID=&quot;GridView1&quot; runat=&quot;server&quot; AutoGenerateColumns=&quot;False&quot; DataSourceID=&quot;SqlDataSource1&quot; DataKeyNames=&quot;subject_id&quot; BackColor=&quot;White&quot; BorderColor=&quot;#999999&quot; BorderStyle=&quot;Solid&quot; BorderWidth=&quot;1px&quot; CellPadding=&quot;5&quot; ForeColor=&quot;Black&quot; GridLines=&quot;Horizontal&quot; OnDataBound=&quot;GridView1_DataBound&quot;&gt;<br />
&nbsp;  &lt;Columns&gt;<br />
&nbsp; &nbsp; &nbsp;  <br />
&nbsp; &nbsp; &nbsp;  &lt;asp:TemplateField HeaderText=&quot;Hurdle Weight&quot; SortExpression=&quot;hurdle_weight&quot;&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;ItemTemplate&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;asp:Label ID=&quot;Label113&quot; runat=&quot;server&quot; Text='&lt;%# Bind(&quot;hurdle_weight&quot;) %&gt;'&gt;&lt;/asp:Label&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;/ItemTemplate&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;ItemStyle Wrap=&quot;false&quot; /&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;EditItemTemplate&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;asp:TextBox ID=&quot;textbox_hurdleWeight1&quot; Width=&quot;30px&quot; runat=&quot;server&quot; Text='&lt;%# Bind(&quot;hurdle_weight&quot;) %&gt;' /&gt; % <br />
<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;asp:RangeValidator ID=&quot;RangeValidator16&quot; runat=&quot;server&quot; ControlToValidate=&quot;textbox_hurdleWeight1&quot; <br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; Font-Names=&quot;Verdana&quot;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; ErrorMessage=&quot;The hurdle weight must be less or equals with the available weight&quot; <br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; Display=&quot;Static&quot;&gt;*<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;/asp:RangeValidator&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;/EditItemTemplate&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;/asp:TemplateField&gt;</pre><br />
Code behind:<br />
 <pre style="margin:20px; line-height:13px">protected void GridView1_Editing(object sender, GridViewEditEventArgs e)<br />
&nbsp; &nbsp; {<br />
&nbsp; &nbsp; &nbsp; &nbsp; string subjectID = dropdown_subjectCode.SelectedValue.ToString();<br />
&nbsp; &nbsp; &nbsp; &nbsp; int index = Convert.ToInt32(e.NewEditIndex);<br />
<br />
&nbsp; &nbsp; &nbsp; &nbsp; RangeValidator validator = (RangeValidator)GridView1.Rows[index].NamingContainer.FindControl(&quot;RangeValidator16&quot;);<br />
&nbsp; &nbsp; &nbsp; &nbsp; validator.MaximumValue = db.getHurdleWeightBalance(subjectID);<br />
&nbsp; &nbsp; }</pre></div> ]]></content:encoded>
			<category domain="http://www.daniweb.com/forums/forum18.html">ASP.NET</category>
			<dc:creator>dfs3000my</dc:creator>
			<guid isPermaLink="true">http://www.daniweb.com/forums/thread236315.html</guid>
		</item>
		<item>
			<title>Iframes problem</title>
			<link>http://www.daniweb.com/forums/thread236313.html</link>
			<pubDate>Thu, 05 Nov 2009 16:15:04 GMT</pubDate>
			<description>Hi there, 
 
I got the following problem with my code (which its just an extract): 
1. When it loads on Firefox it looks just like I want it to look, everything ordered and in its place, BUT when I visualize the same code on Internet Explorer it shows about half or less of the content of the...</description>
			<content:encoded><![CDATA[<div>Hi there,<br />
<br />
I got the following problem with my code (which its just an extract):<br />
1. When it loads on Firefox it looks just like I want it to look, everything ordered and in its place, BUT when I visualize the same code on Internet Explorer it shows about half or less of the content of the iframe, and the left columns just appear at a random height...<br />
2. This is a minor thing, but it bothers me a little bit. The border of the tables looks oddly different on internet explorer...<br />
<br />
Sso my questions are: How can I fix this? I'm I missing something? What should I change?<br />
I don't want to force all my visitors to download firefox to be able to see my page as I want them to see it...<br />
<br />
 <pre style="margin:20px; line-height:13px"><br />
&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.01//EN&quot; &quot;http://www.w3.org/TR/html4/strict.dtd&quot;&gt;<br />
&lt;html&gt;<br />
&lt;head&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &lt;title&gt;Inicio&lt;/title&gt;<br />
<br />
&nbsp; &nbsp; &nbsp; &nbsp; &lt;SCRIPT language=&quot;JavaScript&quot;&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &lt;!--<br />
<br />
&nbsp; &nbsp; &nbsp;  function changePage(filePath){<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;  document.location=filePath;<br />
&nbsp; &nbsp; &nbsp; &nbsp; }<br />
<br />
&nbsp; &nbsp; &nbsp; &nbsp; //--&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &lt;/SCRIPT&gt;<br />
&lt;/head&gt;<br />
<br />
<br />
&lt;body&gt;<br />
<br />
&lt;table&nbsp; border=&quot;1&quot; cellpadding=&quot;5&quot; cellspacing=&quot;0&quot; style=&quot;border-width: 4px; border-style:solid; border-color: blue;&quot;&gt;<br />
<br />
&lt;!-- Zero row --&gt;<br />
&lt;tr&gt;<br />
&lt;td width=&quot;200&quot; style=&quot;background-color:#00008B; border-width: 4px; border-style: inset; border-color: black;&quot;&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &lt;table&nbsp; border=&quot;1&quot; cellpadding=&quot;0&quot; cellspacing=&quot;0&quot;&nbsp; style=&quot;border-width: 7px; border-style:ridge; border-color: green;&quot;&gt;&lt;tr&gt;&lt;td&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;a href=&quot;http://www.cavpollos.webs.com&quot;&gt;&lt;img src=&quot;http://cavpollos.webs.com/Imagenes/HexaCAV200x200%28lowWeigth%29.GIF&quot;; border=&quot;0&quot;; alt=&quot;Go To CAVPOLLOS Comics!!!&quot;&nbsp; /&gt;&lt;/a&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;<br />
&lt;/td&gt;<br />
<br />
&lt;td width=&quot;740&quot; align=&quot;center&quot; style=&quot;background-color:#00008B; border-width: 4px; border-style: inset; border-color: black;&quot;&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &lt;img src=&quot;http://cavpollos.webs.com/Imagenes/cavpollosHeader2conPoios(low).GIF&quot;; style=&quot;float: center&quot;; border=&quot;0&quot;; alt=&quot;CAVPOLLOS Titulo Inicio!&quot;&nbsp; /&gt;&lt;br /&gt;<br />
&lt;/td&gt;<br />
&lt;/tr&gt;<br />
&lt;!-- end Zero row --&gt;<br />
<br />
&lt;!-- first row --&gt;<br />
&lt;tr valign=&quot;top&quot; height=100%&gt;<br />
<br />
&lt;!-- side links --&gt;<br />
&lt;td width=&quot;200&quot; align=&quot;center&quot; style=&quot;background-color:#00008B; border-width: 4px; border-style: inset; border-color: black;&quot;&gt;<br />
<br />
&nbsp; &nbsp; &nbsp; &nbsp;  <span style="font-weight:bold">&lt;iframe name=&quot;cuadrosLinks&quot; src=&quot;http://cavpollos.webs.com/iFramePages/cuadrosLinks.htm&quot; height=&quot;516&quot; width=&quot;216&quot; marginwidth=&quot;0&quot; marginheight=&quot;0&quot; vspace=&quot;0&quot; hspace=&quot;0&quot; frameborder=&quot;0&quot; scrolling=&quot;no&quot;&gt;Sorry, your browser doesn't support iframes.&lt;/iframe&gt;</span>&lt;br /&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &lt;br /&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &lt;table border=&quot;2&quot;; cellspacing=&quot;1&quot;; cellpadding=&quot;5&quot;;&nbsp; bgcolor=&quot;White&quot;; style=&quot;border-width: 3px; border-color: black&quot;;&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &lt;tr&gt;&lt;td align=&quot;left&quot;&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;  &lt;a href=&quot;http://cavpollos.webs.com/apps/auth/login?next=&quot;&gt; &lt;font face=&quot;font-family:'Lucida Casual', 'Comic Sans MS'&quot;; size=&quot;+1&quot; color=&quot;blue&quot;&gt;Log-eate!&lt;/font&gt; &lt;/a&gt; &lt;br /&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;  &lt;a href=&quot;http://cavpollos.webs.com/apps/auth/signup?next=&quot;&gt; &lt;font face=&quot;font-family:'Lucida Casual', 'Comic Sans MS'&quot;; size=&quot;+2&quot; color=&quot;red&quot;&gt;Suscribete!&lt;/font&gt; &lt;/a&gt; &lt;br /&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &lt;/td&gt;&lt;/tr&gt; <br />
&nbsp; &nbsp; &nbsp; &nbsp; &lt;/table&gt;<br />
<br />
&lt;/td&gt;<br />
&lt;!-- fin side links --&gt;<br />
<br />
<br />
&lt;!-- Comienzan noticias --&gt;<br />
&lt;td rowspan=&quot;3&quot;&nbsp; align=&quot;center&quot; style=&quot;background-color:#00008B; border-width: 4px; border-style: inset; border-color: black;&quot; &gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &lt;font size=&quot;5&quot;; color=&quot;red&quot;;&gt;Para poder visualizar &lt;u&gt;&lt;b&gt;bien&lt;/b&gt;&lt;/u&gt; esta pagina debes usar&lt;/br&gt;el browser de internet &lt;b&gt;Firefox. &lt;/b&gt;Consiguelo clickeando &lt;a href=&quot;http://download.mozilla.org/?product=firefox-3.5.3&amp;os=win&amp;lang=es-ES&quot;&gt;&lt;b&gt;AQUI&lt;/b&gt;&lt;/a&gt;&lt;/font&gt;&lt;br /&gt;<br />
bla bla bla<br />
<br />
&lt;/td&gt;<br />
&lt;!-- fin noticias --&gt;<br />
<br />
<br />
&lt;/tr&gt;<br />
&lt;!-- end first row --&gt;<br />
<br />
&lt;!-- second row --&gt;<br />
&lt;!--comienza facebook--&gt;<br />
&lt;tr valign=&quot;top&quot; height=100%&gt;<br />
&lt;td width=&quot;200&quot; align=&quot;center&quot; style=&quot;background-color:#00008B; border-width: 4px; border-style: inset; border-color: black;&quot;&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;table cellpadding=&quot;0&quot; cellspacing=&quot;0&quot;&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;td&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;script&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;  function fbs_click() <br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; {u=location.href;t=document.title;window.open('http://www.facebook.com/sharer.php?u='+encodeURIComponent(u)+'&amp;t='+encodeURIComponent(t),'sharer','toolbar=0,status=0,width=626,height=436');return false;}<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;/script&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;a href=&quot;http://www.facebook.com/share.php?u=&lt;url&gt;&quot; onclick=&quot;return fbs_click()&quot; target=&quot;_blank&quot; class=&quot;share&quot;&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;img width=&quot;180&quot; height=&quot;75&quot; src=&quot;http://cavpollos.webs.com/Imagenes/comparteFB%28GIF%29.GIF&quot;; border=&quot;0&quot;; style=&quot;float: left&quot;; alt=&quot;Comparte en Facebook&quot;&nbsp; /&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;  &lt;/a&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;  &lt;script type=&quot;text/javascript&quot;&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; if (top.location != location) {<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;  top.location.href = document.location.href;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; }<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;/script&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;/td&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;/table&gt;<br />
&lt;/td&gt;<br />
&lt;/tr&gt;<br />
&lt;!--fin facebook--&gt;<br />
&lt;!-- end second row --&gt;<br />
<br />
&lt;!-- third row --&gt;<br />
&lt;!--comienzo banners--&gt;<br />
&lt;tr valign=&quot;top&quot; height=0%&gt;<br />
&lt;td width=&quot;200&quot; align=&quot;center&quot; style=&quot;background-color:#00008B; border-width: 4px; border-style: inset; border-color: black;&quot;&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &lt;table&nbsp; width=&quot;180&quot; border=&quot;1&quot; cellpadding=&quot;5&quot; cellspacing=&quot;0&quot;&nbsp; style=&quot;border-width: 7px; border-style:ridge; border-color: green;&quot;&gt;&lt;tr&gt;&lt;td align=&quot;center&quot; bgcolor=&quot;White&quot;&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;  &lt;a href=&quot;http://www.pageresource.com&quot;&gt;&lt;img src=&quot;http://www.pageresource.com/images/pr88x31_01.gif&quot; border=&quot;0&quot; target=&quot;_blank&quot; alt=&quot;PageResource.com&quot; /&gt;&lt;/a&gt;&lt;br /&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;  &lt;a href=&quot;http://www.vetealaversh.com&quot;&gt;&lt;img src=&quot;http://www.vetealaversh.com/images/afiliados/valv.gif&quot; border=&quot;0&quot; target=&quot;_blank&quot; alt=&quot;Vete a la Versh&quot; /&gt;&lt;/a&gt;&lt;br /&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;  &lt;a href=&quot;http://gamegnome120.webs.com/&quot;&gt;&lt;img src=&quot;http://gamegnome120.webs.com//photos/Fan%20Art%20from%20Riley%20M/game%20gnome%20small%20image.bmp&quot; border=&quot;0&quot; target=&quot;_blank&quot; alt=&quot;Game Gnome&quot; /&gt;&lt;/a&gt;&lt;br /&gt;<br />
<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;  &lt;br /&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;  &lt;a href=&quot;http://cavpollos.webs.com/asociate.htm&quot;&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;  &lt;font face=&quot;font-family:'Lucida Casual', 'Comic Sans MS'&quot;; size=&quot;+2&quot; color=&quot;gree&quot;&gt;&lt;center&gt;Asociate&lt;br /&gt;a esta&lt;br /&gt;pagina web!&lt;br /&lt;br /&gt;Tu banner&lt;br /&gt;aqui! =D&lt;/center&gt;&lt;/font&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;/a&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;<br />
&lt;/td&gt;<br />
&lt;/tr&gt;<br />
&lt;!--fin banners--&gt;<br />
&lt;!-- end third row --&gt;<br />
<br />
&lt;/table&gt;<br />
<br />
&lt;br /&gt;<br />
&lt;br /&gt;<br />
CAVPOLLOS.WEBS.COM<br />
<br />
&lt;/body&gt;<br />
&lt;/html&gt;</pre></div> ]]></content:encoded>
			<category domain="http://www.daniweb.com/forums/forum143.html">HTML and CSS</category>
			<dc:creator>cavpollo</dc:creator>
			<guid isPermaLink="true">http://www.daniweb.com/forums/thread236313.html</guid>
		</item>
		<item>
			<title>Displaying files from database</title>
			<link>http://www.daniweb.com/forums/thread236305.html</link>
			<pubDate>Thu, 05 Nov 2009 15:37:22 GMT</pubDate>
			<description><![CDATA[Is there a way I can display an image, pdf or word doc that is stored in a my sql database?  
I tried to pull up a word doc with this: 
  <div class="codeblock"> <div class="spaced"> <div style="float:right; margin-right:10px"> <a...]]></description>
			<content:encoded><![CDATA[<div>Is there a way I can display an image, pdf or word doc that is stored in a my sql database? <br />
I tried to pull up a word doc with this:<br />
 <pre style="margin:20px; line-height:13px">$sql = &quot; SELECT * FROM user WHERE username = '$_SESSION[MM_Username]' &quot;;<br />
$result = mysql_query($sql);<br />
while($row=mysql_fetch_array($result)) {<br />
$inv=$row['invoice'];}<br />
&nbsp;?&gt;<br />
&nbsp;&lt;?php echo &quot; Your Invoice: &quot;.$inv.&quot; &quot;;<br />
?&gt;</pre><br />
But all I got was code from the document.</div> ]]></content:encoded>
			<category domain="http://www.daniweb.com/forums/forum17.html">PHP</category>
			<dc:creator>SuntechWebsites</dc:creator>
			<guid isPermaLink="true">http://www.daniweb.com/forums/thread236305.html</guid>
		</item>
		<item>
			<title><![CDATA[web browser's Browser_DocumentCompleted event is firing only first time,plz help]]></title>
			<link>http://www.daniweb.com/forums/thread236303.html</link>
			<pubDate>Thu, 05 Nov 2009 15:33:23 GMT</pubDate>
			<description><![CDATA[Hi all, 
 
I have a window service from which i am calling a windows application in c#. 
and i am using web browser in window application to get html from a link, 
but problem is that web browser's Browser_DocumentCompleted event is firing only first time when service calls application,only for the...]]></description>
			<content:encoded><![CDATA[<div>Hi all,<br />
<br />
I have a window service from which i am calling a windows application in c#.<br />
and i am using web browser in window application to get html from a link,<br />
but problem is that web browser's Browser_DocumentCompleted event is firing only first time when service calls application,only for the first page, it is not going on second page,not firing again,<br />
<br />
but if we run the application alone it fires till the end of paging....working fine....<br />
<br />
but i have to call it from service.<br />
this is the code ---------<br />
 <pre style="margin:20px; line-height:13px">public void myFunction()<br />
{<br />
System.Windows.Forms.WebBrowser Browser = new WebBrowser();<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; clsErrorLog.WriteLog(&quot;goes for browser&quot;);<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; Uri url = new Uri(&quot;my_url&quot;);<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;  Browser.Url = url;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;  <br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; Browser.DocumentCompleted += new WebBrowserDocumentCompletedEventHandler(Browser_DocumentCompleted);<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; Browser.Visible = true;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; Browser.Size = new System.Drawing.Size(758, 539);<br />
<br />
}<br />
--this is event<br />
private void Browser_DocumentCompleted(object sender, System.Windows.Forms.WebBrowserDocumentCompletedEventArgs e)<br />
&nbsp; &nbsp; &nbsp; &nbsp; {<br />
<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; System.Windows.Forms.WebBrowser Browser = (System.Windows.Forms.WebBrowser)sender; <br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; this.Controls.Add(Browser);<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; HtmlDocument Doc;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; Doc = Browser.Document;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; int LastPagerIndex = 0;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; Boolean ChkAltBtn = true;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; string AltPagerText = &quot;&quot;;<br />
<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;  <br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; string ctlType = &quot;&quot;;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; ctlType = &quot;a&quot;;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; Boolean IsAnchor = true;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; if (IsAnchor)<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; {<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; if (ctlType.Trim().Length &gt; 0)<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; {<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; HtmlElementCollection ctl = Doc.GetElementsByTagName(ctlType);<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; if (ctl != null)<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; {<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; for (int i = 0; i &lt; ctl.Count; i++)<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; {<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; if (ctl[i].InnerText != null)<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; {<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; if (ctl[i].InnerText.Trim() == (PagerBtnText - 2).ToString())<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; {<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; LastPagerIndex = i;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; }<br />
<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; if (ctl[i].InnerText.Trim() == PagerBtnText.ToString())<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; {<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; ctl[i].InvokeMember(&quot;Click&quot;);<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; ChkAltBtn = false;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; Browser.Show();<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;  <br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; }<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; }<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; }<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;  <br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; }<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; }<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; PagerBtnText++;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;  <br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; }</pre><br />
Please help me....</div> ]]></content:encoded>
			<category domain="http://www.daniweb.com/forums/forum18.html">ASP.NET</category>
			<dc:creator>ashu2409</dc:creator>
			<guid isPermaLink="true">http://www.daniweb.com/forums/thread236303.html</guid>
		</item>
		<item>
			<title>.sql file loses characters</title>
			<link>http://www.daniweb.com/forums/thread236299.html</link>
			<pubDate>Thu, 05 Nov 2009 15:13:22 GMT</pubDate>
			<description><![CDATA[Hello 
New member and pretty ignorant about SQL I should say. 
I have made regular backups of mySQL database and now that I need to restore it* I see all the characters (UTF-8) characters have changed to wierd characters *that make no sense at all.   
I am using *phpMyAdmin's Export tool *which...]]></description>
			<content:encoded><![CDATA[<div>Hello<br />
New member and pretty ignorant about SQL I should say.<br />
I have made regular backups of mySQL database and now that I need to restore it<span style="font-weight:bold"> I see all the characters (UTF-8) characters have changed to wierd characters </span>that make no sense at all.  <br />
I am using <span style="font-weight:bold">phpMyAdmin's Export tool </span>which generates a .sql file.  But I see no option while saving this file to select UTF-8 or ASCII.<br />
<br />
<span style="font-weight:bold"><span style="color:Green"><span style="color:green">2 questions:<br />
1. HOw can I restore my backup file into proper characers?<br />
2.what can I do in future to avoid this problem and save the .sql file as UTF-8.</span></span></span><br />
Greatly appreciate your attention<br />
L</div> ]]></content:encoded>
			<category domain="http://www.daniweb.com/forums/forum126.html">MySQL</category>
			<dc:creator>Logical1</dc:creator>
			<guid isPermaLink="true">http://www.daniweb.com/forums/thread236299.html</guid>
		</item>
		<item>
			<title>RSS reader needed</title>
			<link>http://www.daniweb.com/forums/thread236297.html</link>
			<pubDate>Thu, 05 Nov 2009 14:59:39 GMT</pubDate>
			<description><![CDATA[Hi forum, 
 
I'm searching for RSS reader, specialities: 
 
- access only Wordpress 
- the Wordpress installation is within the same company 
- reader with no costs 
 
Could you reccomend some stable "products" ?]]></description>
			<content:encoded><![CDATA[<div>Hi forum,<br />
<br />
I'm searching for RSS reader, specialities:<br />
<br />
- access only Wordpress<br />
- the Wordpress installation is within the same company<br />
- reader with no costs<br />
<br />
Could you reccomend some stable &quot;products&quot; ?<br />
<br />
Thanks in advance,<br />
<br />
Michel</div> ]]></content:encoded>
			<category domain="http://www.daniweb.com/forums/forum117.html">JavaScript / DHTML / AJAX</category>
			<dc:creator>Michel777</dc:creator>
			<guid isPermaLink="true">http://www.daniweb.com/forums/thread236297.html</guid>
		</item>
		<item>
			<title>Problem libs struts not recognize</title>
			<link>http://www.daniweb.com/forums/thread236287.html</link>
			<pubDate>Thu, 05 Nov 2009 14:17:41 GMT</pubDate>
			<description><![CDATA[I am developping an JEE application and i don't understand why this lines are not recognize by eclispe. I have import the library struts. If someone has an idea.... thanks 
 
<%@ taglib uri="http://jakarta.apache.org/struts/tags-bean" prefix="bean" %> 
<%@ taglib...]]></description>
			<content:encoded><![CDATA[<div>I am developping an JEE application and i don't understand why this lines are not recognize by eclispe. I have import the library struts. If someone has an idea.... thanks<br />
<br />
 <pre style="margin:20px; line-height:13px">&lt;%@ taglib uri=&quot;http://jakarta.apache.org/struts/tags-bean&quot; prefix=&quot;bean&quot; %&gt;<br />
&lt;%@ taglib uri=&quot;http://jakarta.apache.org/struts/tags-html&quot; prefix=&quot;html&quot; %&gt;<br />
&lt;%@ taglib uri=&quot;http://jakarta.apache.org/struts/tags-logic&quot; prefix=&quot;logic&quot; %&gt;</pre></div> ]]></content:encoded>
			<category domain="http://www.daniweb.com/forums/forum24.html">JSP</category>
			<dc:creator>PAPISSANT</dc:creator>
			<guid isPermaLink="true">http://www.daniweb.com/forums/thread236287.html</guid>
		</item>
		<item>
			<title>Basic question about positioning, margins and paddings</title>
			<link>http://www.daniweb.com/forums/thread236272.html</link>
			<pubDate>Thu, 05 Nov 2009 13:36:54 GMT</pubDate>
			<description><![CDATA[Hi all 
 
I want a header to stick to the top of the browser window and left and right to it. (pretty standard, right?) 
 
I have configured the following things for this: (never mind the colors, those ar just for testing purpose.) 
  <div class="codeblock"> <div class="spaced"> <div...]]></description>
			<content:encoded><![CDATA[<div>Hi all<br />
<br />
I want a header to stick to the top of the browser window and left and right to it. (pretty standard, right?)<br />
<br />
I have configured the following things for this: (never mind the colors, those ar just for testing purpose.)<br />
 <pre style="margin:20px; line-height:13px">body {<br />
margin: 0;<br />
padding: 0;<br />
border: 0;<br />
<br />
background: black;<br />
}<br />
<br />
#header {<br />
background: red;<br />
<br />
height: 80px;<br />
width: 100%;<br />
margin: 0;<br />
padding: 0;<br />
border: 0;<br />
}</pre><br />
But Firefox, IE and Chrome are STILL displaying space between the top of the browser window and the header div. (haven't tested other browsers yet)<br />
<br />
Any help?<br />
Thanks in advance<br />
Greetings, K?!<br />
<br />
Ps: sorry if this question has already been asked.</div> ]]></content:encoded>
			<category domain="http://www.daniweb.com/forums/forum143.html">HTML and CSS</category>
			<dc:creator>K?!</dc:creator>
			<guid isPermaLink="true">http://www.daniweb.com/forums/thread236272.html</guid>
		</item>
		<item>
			<title>exclude</title>
			<link>http://www.daniweb.com/forums/thread236270.html</link>
			<pubDate>Thu, 05 Nov 2009 13:18:11 GMT</pubDate>
			<description><![CDATA[hi 
 
i have two tables, one is products, the other is for 'discounts' on those products... when adding a new 'discount' i want to avoid adding two discounts to a single product... so i was looking for some sort of Right Join which would exclude all products which have a match in the discount...]]></description>
			<content:encoded><![CDATA[<div>hi<br />
<br />
i have two tables, one is products, the other is for 'discounts' on those products... when adding a new 'discount' i want to avoid adding two discounts to a single product... so i was looking for some sort of Right Join which would exclude all products which have a match in the discount table?!<br />
<br />
Ill be using a 'select' to choose a product to add a discount to... the query needs to output all product name without a corresponding discount entry...<br />
<br />
any ideas?<br />
<br />
lworks</div> ]]></content:encoded>
			<category domain="http://www.daniweb.com/forums/forum126.html">MySQL</category>
			<dc:creator>lifeworks</dc:creator>
			<guid isPermaLink="true">http://www.daniweb.com/forums/thread236270.html</guid>
		</item>
		<item>
			<title>random image from table</title>
			<link>http://www.daniweb.com/forums/thread236267.html</link>
			<pubDate>Thu, 05 Nov 2009 13:05:10 GMT</pubDate>
			<description>hi friends, 
 
again a problem 
 
I have a mysql table name tbl_admin fields are below 
 
id(int),     image1(text),     image2  (text) , image3 (text) 
 
 
now i want to show these pics, i use randomly function to display them</description>
			<content:encoded><![CDATA[<div>hi friends,<br />
<br />
again a problem<br />
<br />
I have a mysql table name tbl_admin fields are below<br />
<br />
id(int),     image1(text),     image2  (text) , image3 (text)<br />
<br />
<br />
now i want to show these pics, i use randomly function to display them<br />
<br />
 <pre style="margin:20px; line-height:13px"> $query=select * from tbl_admin where id=5;<br />
$result=mysql_query($query);<br />
$row=mysql_fetch_array($result)</pre><br />
now for show i use <br />
<br />
 <pre style="margin:20px; line-height:13px">&lt;img src=&quot;&lt;? rand($row['image1'],$row['image2'],$row['image3'])&quot;&gt;</pre><br />
Problem occur when image1 or image2 or image3 is blank<br />
<br />
than sometime image show blank,,, but i don't want to show up blank, if there is only 2 images then show only 2 images randomly, if there is only one show only one<br />
<br />
<br />
Thanks</div> ]]></content:encoded>
			<category domain="http://www.daniweb.com/forums/forum17.html">PHP</category>
			<dc:creator>sanjaypandit</dc:creator>
			<guid isPermaLink="true">http://www.daniweb.com/forums/thread236267.html</guid>
		</item>
		<item>
			<title>Problem FOOTER</title>
			<link>http://www.daniweb.com/forums/thread236252.html</link>
			<pubDate>Thu, 05 Nov 2009 12:24:06 GMT</pubDate>
			<description>Hey, I am new to this site, and I have some problems with my website footer. It look crapy, not full size. Have any suggestions what it is wrong. Website www.smilez360.com  And Also what do you think about Header?</description>
			<content:encoded><![CDATA[<div>Hey, I am new to this site, and I have some problems with my website footer. It look crapy, not full size. Have any suggestions what it is wrong. Website <a rel="nofollow" class="t" href="http://www.smilez360.com" target="_blank">www.smilez360.com</a>  And Also what do you think about Header?</div> ]]></content:encoded>
			<category domain="http://www.daniweb.com/forums/forum130.html">Site Layout and Usability</category>
			<dc:creator>jonas999</dc:creator>
			<guid isPermaLink="true">http://www.daniweb.com/forums/thread236252.html</guid>
		</item>
		<item>
			<title>Send email using PHP to multiple recipients in mysql db</title>
			<link>http://www.daniweb.com/forums/thread236251.html</link>
			<pubDate>Thu, 05 Nov 2009 12:16:59 GMT</pubDate>
			<description><![CDATA[Hi there, 
I would like to make an email form that would select all the emails from a MySQL db and then send that message to all addresses.  
 
I got this script but was unable to get it working. Any help would be great. 
  <div class="codeblock"> <div class="spaced"> <div style="float:right;...]]></description>
			<content:encoded><![CDATA[<div>Hi there,<br />
I would like to make an email form that would select all the emails from a MySQL db and then send that message to all addresses. <br />
<br />
I got this script but was unable to get it working. Any help would be great.<br />
 <pre style="margin:20px; line-height:13px">&lt;?php <br />
//Connect to database<br />
&nbsp;<br />
&nbsp; &nbsp; &nbsp; &nbsp; mysql_connect(&quot;localhost&quot;,&quot;user&quot;,&quot;password&quot;) or die(mysql_error());<br />
&nbsp; &nbsp; &nbsp; &nbsp; mysql_select_db(&quot;db&quot;) or die(mysql_error());<br />
<br />
$sql = &quot;SELECT email FROM members&quot;;<br />
&nbsp; &nbsp; &nbsp; &nbsp; $res = mysql_query($sql) or die(mysql_error());<br />
&nbsp; &nbsp; &nbsp; &nbsp; while( $row = mysql_fetch_assoc($res) )<br />
&nbsp; &nbsp; &nbsp; &nbsp; {<br />
&nbsp; &nbsp; &nbsp; &nbsp;  $area = $row['email']. &quot;, &quot;;&nbsp; <br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <br />
&nbsp; &nbsp; &nbsp; &nbsp; // read the list of emails from the file.<br />
&nbsp; &nbsp; &nbsp; &nbsp; $email_list = $area;<br />
&nbsp; &nbsp; &nbsp; &nbsp; <br />
&nbsp; &nbsp; &nbsp; &nbsp; // count how many emails there are.<br />
&nbsp; &nbsp; &nbsp; &nbsp; $total_emails = count($email_list);<br />
&nbsp; &nbsp; &nbsp; &nbsp; <br />
&nbsp; &nbsp; &nbsp; &nbsp; // go through the list and trim off the newline character.<br />
&nbsp; &nbsp; &nbsp; &nbsp; for ($counter=0; $counter&lt;$total_emails; $counter++) {<br />
&nbsp;  $email_list[$counter] = trim($email_list[$counter]);<br />
&nbsp;  }<br />
&nbsp;<br />
&nbsp; &nbsp; &nbsp; &nbsp; $to = $email_list;<br />
&nbsp;<br />
&nbsp; &nbsp; &nbsp; &nbsp; echo $to;<br />
&nbsp; &nbsp; &nbsp; &nbsp; }<br />
<br />
if (isset($_REQUEST['email']))<br />
//if &quot;email&quot; is filled out, send email<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; {<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; //send email<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; $email = $_REQUEST['email'] ; <br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; $subject = $_REQUEST['subject'] ;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; $message = $_REQUEST['message'] ;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; mail( &quot;someone@example.com&quot;, &quot;Subject: $subject&quot;,<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; $message, &quot;From: $email&quot; );<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; echo &quot;Thank you for using our mail form&quot;;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; }<br />
&nbsp; &nbsp; &nbsp; &nbsp; else<br />
&nbsp; &nbsp; &nbsp; &nbsp; //if &quot;email&quot; is not filled out, display the form<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; {<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; echo &quot;&lt;form method='post' action='mailform.php'&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; Subject: &lt;input name='subject' type='text' /&gt;&lt;br /&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; Message:&lt;br /&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;textarea name='message' rows='15' cols='40'&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;/textarea&gt;&lt;br /&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;input type='submit' /&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;/form&gt;&quot;;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; }<br />
?&gt;</pre>Above file is mailform.php and of course i have changed db connection etc.<br />
Thanks in advance</div> ]]></content:encoded>
			<category domain="http://www.daniweb.com/forums/forum17.html">PHP</category>
			<dc:creator>meko22</dc:creator>
			<guid isPermaLink="true">http://www.daniweb.com/forums/thread236251.html</guid>
		</item>
		<item>
			<title>onmouseover / onmouseout advice</title>
			<link>http://www.daniweb.com/forums/thread236248.html</link>
			<pubDate>Thu, 05 Nov 2009 12:12:24 GMT</pubDate>
			<description>Hi there, 
 
I currently have code in place to change the background colour of a cell in a table on mouseover, then change it back when the mouse is removed. What I would like to do is also change the foreground and font colour on mouseover, how do I go about doing this? My snippet of code is as...</description>
			<content:encoded><![CDATA[<div>Hi there,<br />
<br />
I currently have code in place to change the background colour of a cell in a table on mouseover, then change it back when the mouse is removed. What I would like to do is also change the foreground and font colour on mouseover, how do I go about doing this? My snippet of code is as follows:<br />
<br />
 <pre style="margin:20px; line-height:13px">&lt;td onmouseover=&quot;this.style.backgroundColor='red';&quot; <br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; onmouseout=&quot;this.style.backgroundColor='#797B79';&quot; class=&quot;style5&quot;&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;a class=&quot;style2&quot; href=&quot;http://www.google.com&quot;&gt;&lt;span class=&quot;style3&quot;&gt;HOME&lt;/span&gt;&lt;/a&gt;&lt;/td&gt;</pre><br />
Cheers for any help,<br />
<br />
Tom.</div> ]]></content:encoded>
			<category domain="http://www.daniweb.com/forums/forum18.html">ASP.NET</category>
			<dc:creator>TomB1988</dc:creator>
			<guid isPermaLink="true">http://www.daniweb.com/forums/thread236248.html</guid>
		</item>
		<item>
			<title>mySQL TABLES</title>
			<link>http://www.daniweb.com/forums/thread236245.html</link>
			<pubDate>Thu, 05 Nov 2009 11:50:13 GMT</pubDate>
			<description><![CDATA[how do i add an image path to a mysql table of mine which has "product image" as a field.  
i have saved the necessary images to images folder in root folder as well... 
please help!]]></description>
			<content:encoded><![CDATA[<div>how do i add an image path to a mysql table of mine which has &quot;product image&quot; as a field. <br />
i have saved the necessary images to images folder in root folder as well...<br />
please help!</div> ]]></content:encoded>
			<category domain="http://www.daniweb.com/forums/forum17.html">PHP</category>
			<dc:creator>rukshilag</dc:creator>
			<guid isPermaLink="true">http://www.daniweb.com/forums/thread236245.html</guid>
		</item>
		<item>
			<title>Asp.net with C#</title>
			<link>http://www.daniweb.com/forums/thread236242.html</link>
			<pubDate>Thu, 05 Nov 2009 11:29:49 GMT</pubDate>
			<description>Hello every body  
Please any one to help me    I want to upload and download files from sql database using asp.net  
with C# i need to do that using grid view or data list. 
 i want to view with grind view to  download my uploaded file from sql  data  to save external device or another disc</description>
			<content:encoded><![CDATA[<div>Hello every body <br />
Please any one to help me    I want to upload and download files from sql database using asp.net <br />
with C# i need to do that using grid view or data list.<br />
 i want to view with grind view to  download my uploaded file from sql  data  to save external device or another disc</div> ]]></content:encoded>
			<category domain="http://www.daniweb.com/forums/forum18.html">ASP.NET</category>
			<dc:creator>Afomia</dc:creator>
			<guid isPermaLink="true">http://www.daniweb.com/forums/thread236242.html</guid>
		</item>
		<item>
			<title>data binding with fromview in asp.net using vb</title>
			<link>http://www.daniweb.com/forums/thread236238.html</link>
			<pubDate>Thu, 05 Nov 2009 11:09:01 GMT</pubDate>
			<description>i need to know how to bind data with the formview in asp.net using vb code.........................thanks</description>
			<content:encoded><![CDATA[<div>i need to know how to bind data with the formview in asp.net using vb code.........................thanks</div> ]]></content:encoded>
			<category domain="http://www.daniweb.com/forums/forum18.html">ASP.NET</category>
			<dc:creator>mshravs</dc:creator>
			<guid isPermaLink="true">http://www.daniweb.com/forums/thread236238.html</guid>
		</item>
		<item>
			<title>scrollTo(x.y)</title>
			<link>http://www.daniweb.com/forums/thread236232.html</link>
			<pubDate>Thu, 05 Nov 2009 10:45:13 GMT</pubDate>
			<description><![CDATA[I am using scrollTo(x,y) function in my web application and function is not working in IE. But it is working with firefox. I'm using IE6. So can someone give me the reason and how to use scrollTo function with IE?]]></description>
			<content:encoded><![CDATA[<div>I am using scrollTo(x,y) function in my web application and function is not working in IE. But it is working with firefox. I'm using IE6. So can someone give me the reason and how to use scrollTo function with IE?</div> ]]></content:encoded>
			<category domain="http://www.daniweb.com/forums/forum117.html">JavaScript / DHTML / AJAX</category>
			<dc:creator>isuruj</dc:creator>
			<guid isPermaLink="true">http://www.daniweb.com/forums/thread236232.html</guid>
		</item>
		<item>
			<title>Google Maps Directions in infowindow</title>
			<link>http://www.daniweb.com/forums/thread236229.html</link>
			<pubDate>Thu, 05 Nov 2009 10:32:25 GMT</pubDate>
			<description>Google Maps Directions in infowindow 
 
Take a look at the link below. Click on one of my markers in the map. Inside the info windows I would like to have “Directions: To here - From here” feature in it. 
 
Thanks in advance for your assistance. 
 
http://www.crucialdesign.net/diningguide/test.html</description>
			<content:encoded><![CDATA[<div>Google Maps Directions in infowindow<br />
<br />
Take a look at the link below. Click on one of my markers in the map. Inside the info windows I would like to have “Directions: To here - From here” feature in it.<br />
<br />
Thanks in advance for your assistance.<br />
<br />
<a rel="nofollow" class="t" href="http://www.crucialdesign.net/diningguide/test.html" target="_blank">http://www.crucialdesign.net/diningguide/test.html</a></div> ]]></content:encoded>
			<category domain="http://www.daniweb.com/forums/forum143.html">HTML and CSS</category>
			<dc:creator>ib4dogz</dc:creator>
			<guid isPermaLink="true">http://www.daniweb.com/forums/thread236229.html</guid>
		</item>
		<item>
			<title>Customized user login</title>
			<link>http://www.daniweb.com/forums/thread236227.html</link>
			<pubDate>Thu, 05 Nov 2009 10:24:32 GMT</pubDate>
			<description><![CDATA[what is the script to customise a login. for example if "abc" logs in to the website, how do i get it to display "Welcome abc", if "pqr" logs in "Welcome pqr" and so on... 
  
please help!]]></description>
			<content:encoded><![CDATA[<div>what is the script to customise a login. for example if &quot;abc&quot; logs in to the website, how do i get it to display &quot;Welcome abc&quot;, if &quot;pqr&quot; logs in &quot;Welcome pqr&quot; and so on...<br />
 <br />
please help!</div> ]]></content:encoded>
			<category domain="http://www.daniweb.com/forums/forum17.html">PHP</category>
			<dc:creator>rukshilag</dc:creator>
			<guid isPermaLink="true">http://www.daniweb.com/forums/thread236227.html</guid>
		</item>
		<item>
			<title>GridView Update on Single row</title>
			<link>http://www.daniweb.com/forums/thread236217.html</link>
			<pubDate>Thu, 05 Nov 2009 09:37:12 GMT</pubDate>
			<description>I have a gridview which is bound to dataset initially. 
Then i edit the gridview data by clicking the edit button. after editing when i click the update button, value should be updated on gridview itself. 
 
Later when i click submit button all updated records should be updated to sql server...</description>
			<content:encoded><![CDATA[<div>I have a gridview which is bound to dataset initially.<br />
Then i edit the gridview data by clicking the edit button. after editing when i click the update button, value should be updated on gridview itself.<br />
<br />
Later when i click submit button all updated records should be updated to sql server database.<br />
<br />
Can anyone help me with this?</div> ]]></content:encoded>
			<category domain="http://www.daniweb.com/forums/forum18.html">ASP.NET</category>
			<dc:creator>rams24</dc:creator>
			<guid isPermaLink="true">http://www.daniweb.com/forums/thread236217.html</guid>
		</item>
		<item>
			<title>RSS validation issue with the url</title>
			<link>http://www.daniweb.com/forums/thread236206.html</link>
			<pubDate>Thu, 05 Nov 2009 09:20:39 GMT</pubDate>
			<description><![CDATA[I am trying to create an RSS feed dynamically with php, and for the most part it seems to work out right.  When I try to validate, it gives me an error with this line: 
  <div class="codeblock"> <div class="spaced"> <div style="float:right; margin-right:10px"> <a...]]></description>
			<content:encoded><![CDATA[<div>I am trying to create an RSS feed dynamically with php, and for the most part it seems to work out right.  When I try to validate, it gives me an error with this line:<br />
 <pre style="margin:20px; line-height:13px">&lt;link&gt;&lt;a href='index.php?tt=Getting it all together&amp;m=1'&gt;Getting it all together&lt;/a&gt;&lt;/link&gt;</pre><br />
And it points to the = between m and 1 as the issues.  Can I not pass two variables with the url in a feed, or do I need some escape marker?</div> ]]></content:encoded>
			<category domain="http://www.daniweb.com/forums/forum151.html">RSS, Web Services and SOAP</category>
			<dc:creator>Namibnat</dc:creator>
			<guid isPermaLink="true">http://www.daniweb.com/forums/thread236206.html</guid>
		</item>
	</channel>
</rss>
