<?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 - Web Design</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>Sun, 11 May 2008 23:11:49 GMT</lastBuildDate>
		<generator>vBulletin</generator>
		<ttl>60</ttl>
		<image>
			<url>http://www.daniweb.com/forums/myimages/misc/rss.jpg</url>
			<title>DaniWeb IT Discussion Community - Web Design</title>
			<link>http://www.daniweb.com/forums</link>
		</image>
		<item>
			<title>oracle utlmail problem</title>
			<link>http://www.daniweb.com/forums/thread123725.html</link>
			<pubDate>Sun, 11 May 2008 22:22:23 GMT</pubDate>
			<description><![CDATA[This what i do; Can anyone tell me whay i receice an error.

1- Run "SQL Command Line".
2- connect / as sysdba. "No error".
3- @?/rdbms/admin/utlmail.sql. "Created and no error".
4- @?/rdbms/admin/prvtmail.plb. "Created and no error".
5- GRANT execute ON utl_mail TO SYSTEM; "No error"
6- Open my...]]></description>
			<content:encoded><![CDATA[<div>This what i do; Can anyone tell me whay i receice an error.<br />
<br />
1- Run &quot;SQL Command Line&quot;.<br />
2- <span class="ad_notxt"><code class="inlinecode">connect / as sysdba</code></span>. &quot;No error&quot;.<br />
3- <span class="ad_notxt"><code class="inlinecode">@?/rdbms/admin/utlmail.sql</code></span>. &quot;Created and no error&quot;.<br />
4- <span class="ad_notxt"><code class="inlinecode">@?/rdbms/admin/prvtmail.plb</code></span>. &quot;Created and no error&quot;.<br />
5- <span class="ad_notxt"><code class="inlinecode">GRANT execute ON utl_mail TO SYSTEM;</code></span> &quot;No error&quot;<br />
6- Open my &quot;Oracle SQL Developer&quot; GUI.<br />
7- Type code blow as it is and run;<br />
<div style="margin:10px 20px 20px 20px"> <code style="margin:0px" dir="ltr" style="text-align:left">BEGIN<br />
&nbsp; EXECUTE IMMEDIATE 'ALTER SESSION SET smtp_out_server = authsmtp.streamline.net';<br />
&nbsp; UTL_MAIL.send(sender =&gt; 'root@florya.co.uk',<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; recipients =&gt; 'root@florya.co.uk',<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;  subject =&gt; 'Test Mail',<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;  message =&gt; 'Hello World',<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;  mime_type =&gt; 'text; charset=us-ascii');<br />
END;</code> </div>
8- I receive this error;<br />
<div style="margin:10px 20px 20px 20px"> <code style="margin:0px" dir="ltr" style="text-align:left">Error starting at line 1 in command:<br />
BEGIN<br />
&nbsp; EXECUTE IMMEDIATE 'ALTER SESSION SET smtp_out_server = authsmtp.streamline.net';<br />
&nbsp; UTL_MAIL.send(sender =&gt; 'root@florya.co.uk',<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; recipients =&gt; 'root@florya.co.uk',<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;  subject =&gt; 'Test Mail',<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;  message =&gt; 'Hello World',<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;  mime_type =&gt; 'text; charset=us-ascii');<br />
END;<br />
Error report:<br />
ORA-00922: missing or invalid option<br />
ORA-06512: at line 2<br />
00922. 00000 -&nbsp; &quot;missing or invalid option&quot;<br />
*Cause:&nbsp; &nbsp; <br />
*Action:</code> </div>
I use:<br />
- Oracle 10g Express edition<br />
- Win XP Prof SP2<br />
<br />
Thanks</div> ]]></content:encoded>
			<category domain="http://www.daniweb.com/forums/forum129.html">Oracle</category>
			<dc:creator>veledrom</dc:creator>
			<guid isPermaLink="true">http://www.daniweb.com/forums/thread123725.html</guid>
		</item>
		<item>
			<title>question???</title>
			<link>http://www.daniweb.com/forums/thread123718.html</link>
			<pubDate>Sun, 11 May 2008 20:53:26 GMT</pubDate>
			<description><![CDATA[I run a poker staking forum. Its brand new.

What i want to know is how can i have the system calculate rates between players(50% for staker and 50 percent for horse)?

Also, is there any way to have it calculate multiple people's investments into a player and also the amount given back to a player...]]></description>
			<content:encoded><![CDATA[<div>I run a poker staking forum. Its brand new.<br />
<br />
What i want to know is how can i have the system calculate rates between players(50% for staker and 50 percent for horse)?<br />
<br />
Also, is there any way to have it calculate multiple people's investments into a player and also the amount given back to a player and what not???<br />
<br />
Dont know if this is proper internet place to post this. please help if you can.<br />
<br />
If im not clear, help me out.</div> ]]></content:encoded>
			<category domain="http://www.daniweb.com/forums/forum17.html">PHP</category>
			<dc:creator>ellisman</dc:creator>
			<guid isPermaLink="true">http://www.daniweb.com/forums/thread123718.html</guid>
		</item>
		<item>
			<title>DBO vs MDF -whats the difference?</title>
			<link>http://www.daniweb.com/forums/thread123717.html</link>
			<pubDate>Sun, 11 May 2008 20:49:21 GMT</pubDate>
			<description><![CDATA[First of all here is how i created my SQL database and established a connection in visual studio 05. I go into the server explorer and right click on the data connections node and and select "create new SQL database". A window then prompts me for a server name and data base name. Under server name...]]></description>
			<content:encoded><![CDATA[<div>First of all here is how i created my SQL database and established a connection in visual studio 05. I go into the server explorer and right click on the data connections node and and select &quot;create new SQL database&quot;. A window then prompts me for a server name and data base name. Under server name I write &quot;localhost\SQLEXPRESS&quot; and under data base name I put in whatever. This totally worked and the database was asigned the extension of .DBO<br />
<br />
I can now insert, select and delete information with some simple ADO coding. The only problem is that using this method makes it seamingly impossible to FTP my database onto my host server.  I am aware that I can create a data base in the APP folder by simply right clicking it and selecting &quot; new database&quot;.<br />
<br />
This would simplify the deploying process but I cant seem to establish a connection this way. Ive also noticed that when I use this method that it saves it as a .MDF instead of a .DBO. What is the difference? Why does my .DBO work but not my .MDF in my app folder? Im so confused over this issue that I am problably not even asking the right question. Bottom line is that I have a small web application with a .dbo that works wonderfully in my isolated visual studio environment and I need a solution to deploy it on the world wide web.  Please help with any information I would be very thankfull.</div> ]]></content:encoded>
			<category domain="http://www.daniweb.com/forums/forum18.html">ASP.NET</category>
			<dc:creator>ricksvoid</dc:creator>
			<guid isPermaLink="true">http://www.daniweb.com/forums/thread123717.html</guid>
		</item>
		<item>
			<title>validation for dynamic multiple text fields</title>
			<link>http://www.daniweb.com/forums/thread123687.html</link>
			<pubDate>Sun, 11 May 2008 17:21:57 GMT</pubDate>
			<description><![CDATA[hi there could any one solve this problem for me plzz.....

In my site iam generating multiple textfields and i need to wite validation for that
 <div class="codeblock"> <div class="spaced"> <div class="light" style="float:right"> <a...]]></description>
			<content:encoded><![CDATA[<div>hi there could any one solve this problem for me plzz.....<br />
<br />
In my site iam generating multiple textfields and i need to wite validation for that<br />
<div style="margin:10px 20px 20px 20px"> <code style="margin:0px" dir="ltr" style="text-align:left">function valid(){<br />
<br />
for(var i=0;i&lt;4;i++){<br />
if(document.getElementById('d'+i).value == &quot;&quot;){<br />
alert(&quot;not empty&quot;);<br />
return false;<br />
}<br />
return true;<br />
}<br />
}</code> </div>
<div style="margin:10px 20px 20px 20px"> <code style="margin:0px" dir="ltr" style="text-align:left">&lt;form name=&quot;f1&quot;&gt;<br />
&lt;input name=&quot;cc1&quot; id=&quot;d1&quot; type=&quot;text&quot; value=&quot;0&quot; /&gt;<br />
&lt;input name=&quot;cc2&quot; id=&quot;d2&quot; type=&quot;text&quot; value=&quot;0&quot; /&gt;<br />
&lt;input name=&quot;cc3&quot; id=&quot;d3&quot; type=&quot;text&quot; value=&quot;0&quot; /&gt;<br />
&lt;input name=&quot;cc4&quot; id=&quot;d4&quot; type=&quot;text&quot; value=&quot;0&quot; /&gt;<br />
&lt;input name=&quot;submit&quot; type=&quot;submit&quot; onclick=&quot;return valid()&quot; /&gt;<br />
&lt;/form&gt;</code> </div></div> ]]></content:encoded>
			<category domain="http://www.daniweb.com/forums/forum117.html">JavaScript / DHTML / AJAX</category>
			<dc:creator>infernodeep</dc:creator>
			<guid isPermaLink="true">http://www.daniweb.com/forums/thread123687.html</guid>
		</item>
		<item>
			<title>HTML Link without clicking</title>
			<link>http://www.daniweb.com/forums/thread123681.html</link>
			<pubDate>Sun, 11 May 2008 16:43:04 GMT</pubDate>
			<description><![CDATA[How can I link to another URL when my web page opens without clicking on "link"?
I'm just learning html and understand how to link using the anchor and href.  
Example:

<html>
<body>

<p>
<a href="http://msm/com">
Click Here </a>]]></description>
			<content:encoded><![CDATA[<div>How can I link to another URL when my web page opens without clicking on &quot;link&quot;?<br />
I'm just learning html and understand how to link using the anchor and href.  <br />
Example:<br />
<br />
<div style="margin:10px 20px 20px 20px"> <code style="margin:0px" dir="ltr" style="text-align:left"><pre class="code"><ol><li class="li1"><div class="de1"><span class="sc2"><span class="kw2">&lt;html&gt;</span></span></div></li><li class="li1"><div class="de1"><span class="sc2"><span class="kw2">&lt;body&gt;</span></span></div></li><li class="li1"><div class="de1">&nbsp;</div></li><li class="li1"><div class="de1"><span class="sc2"><span class="kw2">&lt;p&gt;</span></span></div></li><li class="li2"><div class="de2"><span class="sc2"><span class="kw2">&lt;a</span> <span class="kw3">href</span>=<span class="st0">&quot;http://msm/com&quot;</span><span class="kw2">&gt;</span></span></div></li><li class="li1"><div class="de1">Click Here <span class="sc2"><span class="kw2">&lt;/a&gt;</span></span> </div></li><li class="li1"><div class="de1"><span class="sc2"><span class="kw2">&lt;/p&gt;</span></span></div></li><li class="li1"><div class="de1">&nbsp;</div></li><li class="li1"><div class="de1"><span class="sc2"><span class="kw2">&lt;/body&gt;</span></span></div></li><li class="li2"><div class="de2"><span class="sc2"><span class="kw2">&lt;/html&gt;</span></span></div></li></ol></pre></code> </div>
<br />
How can I get my webpage to open the link without having to have the &quot;Click Here&quot; present?</div> ]]></content:encoded>
			<category domain="http://www.daniweb.com/forums/forum117.html">JavaScript / DHTML / AJAX</category>
			<dc:creator>RFBourquin</dc:creator>
			<guid isPermaLink="true">http://www.daniweb.com/forums/thread123681.html</guid>
		</item>
		<item>
			<title>Sending Emails</title>
			<link>http://www.daniweb.com/forums/thread123661.html</link>
			<pubDate>Sun, 11 May 2008 12:42:34 GMT</pubDate>
			<description>I want to enable members in my web to send mails to another web example yahoo,hotmail,
and others.
What to are essential needs to Get Started???</description>
			<content:encoded><![CDATA[<div>I want to enable members in my web to send mails to another web example yahoo,hotmail,<br />
and others.<br />
What to are essential needs to Get Started???</div> ]]></content:encoded>
			<category domain="http://www.daniweb.com/forums/forum17.html">PHP</category>
			<dc:creator>mrcniceguy</dc:creator>
			<guid isPermaLink="true">http://www.daniweb.com/forums/thread123661.html</guid>
		</item>
		<item>
			<title>Custom php.ini question</title>
			<link>http://www.daniweb.com/forums/thread123660.html</link>
			<pubDate>Sun, 11 May 2008 12:42:07 GMT</pubDate>
			<description>My webhost currently allows for 2mb uploads via php (default settings).

Now I can not access the main php.ini file and .htaccess is not allowed on free accounts. 

So what I wanted to know is am I able to set up a custom php.ini to change the upload settings.

I have found a few tutorials on how...</description>
			<content:encoded><![CDATA[<div>My webhost currently allows for 2mb uploads via php (default settings).<br />
<br />
Now I can not access the main php.ini file and .htaccess is not allowed on free accounts. <br />
<br />
So what I wanted to know is am I able to set up a custom php.ini to change the upload settings.<br />
<br />
I have found a few tutorials on how to do them but I really don't understand what I am doing so a little help would be appreciated.<br />
<br />
Thanks,<br />
Scottmandoo<br />
<br />
Edit: this is my php info <a rel="nofollow" class="t" href="http://slygraffix.com/info.php" target="_blank">http://slygraffix.com/info.php</a></div> ]]></content:encoded>
			<category domain="http://www.daniweb.com/forums/forum17.html">PHP</category>
			<dc:creator>Scottmandoo</dc:creator>
			<guid isPermaLink="true">http://www.daniweb.com/forums/thread123660.html</guid>
		</item>
		<item>
			<title>Photo Scrolling/ carousel similar as Flickr(ajax+aspvbscript</title>
			<link>http://www.daniweb.com/forums/thread123611.html</link>
			<pubDate>Sun, 11 May 2008 05:07:11 GMT</pubDate>
			<description>helo there, i need some help on some image/photo slide show display.
i would like to do a photo carousel function similar as the 

http://www.flickr.com/photos/69864550@N00/320622773/
. the function i would like to do is on tis flickr.com web at the right hand side for tat photo stream...</description>
			<content:encoded><![CDATA[<div>helo there, i need some help on some image/photo slide show display.<br />
i would like to do a photo carousel function similar as the <br />
<br />
<a rel="nofollow" class="t" href="http://www.flickr.com/photos/69864550@N00/320622773/" target="_blank">http://www.flickr.com/photos/69864550@N00/320622773/</a><br />
. the function i would like to do is on tis flickr.com web at the right hand side for tat photo stream <br />
<br />
<a rel="nofollow" class="t" href="http://i263.photobucket.com/albums/i...2008/image.jpg" target="_blank">http://i263.photobucket.com/albums/i...2008/image.jpg</a><br />
<br />
let say in my album have 100 photo. and from tis funciton, it will not load out all my 100 photos when the page is loaded. it will load the others photo when i click on the NEXT arrow button. i need some help on tis funciton and implement it with ASP VBscript code. please help me....<br />
thank you very much</div> ]]></content:encoded>
			<category domain="http://www.daniweb.com/forums/forum117.html">JavaScript / DHTML / AJAX</category>
			<dc:creator>yenyen</dc:creator>
			<guid isPermaLink="true">http://www.daniweb.com/forums/thread123611.html</guid>
		</item>
		<item>
			<title>How much data can a post variable hold?</title>
			<link>http://www.daniweb.com/forums/thread123610.html</link>
			<pubDate>Sun, 11 May 2008 05:01:22 GMT</pubDate>
			<description>Hello,
I am collecting data from users on one form, altering the data, and then depending on which option the users (user will choose a submit button out of many) selects I will be passing the data to a different form where the data will be altered further.  I plan on turning the data collected...</description>
			<content:encoded><![CDATA[<div>Hello,<br />
I am collecting data from users on one form, altering the data, and then depending on which option the users (user will choose a submit button out of many) selects I will be passing the data to a different form where the data will be altered further.  I plan on turning the data collected from the first form into a string and passing it to the second form.  The question is how big of a string can a post variable hold?<br />
<br />
note: I do have access to a database for this because persistence is not required.  <br />
<br />
Thanks in advance.</div> ]]></content:encoded>
			<category domain="http://www.daniweb.com/forums/forum17.html">PHP</category>
			<dc:creator>ryy705</dc:creator>
			<guid isPermaLink="true">http://www.daniweb.com/forums/thread123610.html</guid>
		</item>
		<item>
			<title>File Upload Variables</title>
			<link>http://www.daniweb.com/forums/thread123607.html</link>
			<pubDate>Sun, 11 May 2008 04:48:16 GMT</pubDate>
			<description><![CDATA[I am working on a 2 page form. I need to have a file upload on the first page. I need to pass the file upload values  to the insert page. I am not sure what approach to take. I have tried sessions but had no luck.

Here is a simplified version of my code.

Page 1:
<form method="post"...]]></description>
			<content:encoded><![CDATA[<div>I am working on a 2 page form. I need to have a file upload on the first page. I need to pass the file upload values  to the insert page. I am not sure what approach to take. I have tried sessions but had no luck.<br />
<br />
Here is a simplified version of my code.<br />
<br />
Page 1:<br />
<div style="margin:10px 20px 20px 20px"> <code style="margin:0px" dir="ltr" style="text-align:left"><pre class="code"><ol><li class="li1"><div class="de1">&lt;form method=<span class="st0">&quot;post&quot;</span> enctype=<span class="st0">&quot;multipart/form-data&quot;</span>&gt;</div></li><li class="li1"><div class="de1">&lt;input type=<span class="st0">&quot;hidden&quot;</span> name=<span class="st0">&quot;MAX_FILE_SIZE&quot;</span> value=<span class="st0">&quot;2000000&quot;</span>&gt;</div></li><li class="li1"><div class="de1">&lt;input name=<span class="st0">&quot;userfile&quot;</span> type=<span class="st0">&quot;file&quot;</span> id=<span class="st0">&quot;userfile&quot;</span>&gt; </div></li><li class="li1"><div class="de1">&lt;input name=<span class="st0">&quot;upload&quot;</span> type=<span class="st0">&quot;submit&quot;</span> <span class="kw2">class</span>=<span class="st0">&quot;box&quot;</span> id=<span class="st0">&quot;upload&quot;</span> value=<span class="st0">&quot; Upload &quot;</span>&gt;&lt;/td&gt;</div></li><li class="li2"><div class="de2">&lt;/form&gt;</div></li></ol></pre></code> </div>
<br />
Page 2:<br />
<div style="margin:10px 20px 20px 20px"> <code style="margin:0px" dir="ltr" style="text-align:left"><pre class="code"><ol><li class="li1"><div class="de1">&lt;form action=<span class="st0">&quot;insert.php&quot;</span> method=<span class="st0">&quot;post&quot;</span>&gt;</div></li><li class="li1"><div class="de1">&lt;input type=<span class="st0">&quot;text&quot;</span> name=<span class="st0">&quot;first&quot;</span> id=<span class="st0">&quot;first&quot;</span> /&gt;</div></li><li class="li1"><div class="de1">&lt;input type=<span class="st0">&quot;submit&quot;</span> name=<span class="st0">&quot;button&quot;</span> id=<span class="st0">&quot;button&quot;</span> value=<span class="st0">&quot;Submit&quot;</span> /&gt;</div></li><li class="li1"><div class="de1">&lt;/form&gt;</div></li></ol></pre></code> </div>
<br />
Page 3:<br />
<div style="margin:10px 20px 20px 20px"> <code style="margin:0px" dir="ltr" style="text-align:left"><pre class="code"><ol><li class="li1"><div class="de1"><span class="kw2">&lt;?php</span></div></li><li class="li1"><div class="de1"><span class="re0">$uploadDir</span> = <span class="st0">'upload/'</span>;</div></li><li class="li1"><div class="de1">&nbsp;</div></li><li class="li1"><div class="de1"><span class="kw1">if</span><span class="br0">&#40;</span><span class="kw3">isset</span><span class="br0">&#40;</span><span class="re0">$_POST</span><span class="br0">&#91;</span><span class="st0">'upload'</span><span class="br0">&#93;</span><span class="br0">&#41;</span><span class="br0">&#41;</span></div></li><li class="li2"><div class="de2"><span class="br0">&#123;</span></div></li><li class="li1"><div class="de1"><span class="re0">$fileName</span> = <span class="re0">$_FILES</span><span class="br0">&#91;</span><span class="st0">'userfile'</span><span class="br0">&#93;</span><span class="br0">&#91;</span><span class="st0">'name'</span><span class="br0">&#93;</span>;</div></li><li class="li1"><div class="de1"><span class="re0">$tmpName</span> = <span class="re0">$_FILES</span><span class="br0">&#91;</span><span class="st0">'userfile'</span><span class="br0">&#93;</span><span class="br0">&#91;</span><span class="st0">'tmp_name'</span><span class="br0">&#93;</span>;</div></li><li class="li1"><div class="de1"><span class="re0">$fileSize</span> = <span class="re0">$_FILES</span><span class="br0">&#91;</span><span class="st0">'userfile'</span><span class="br0">&#93;</span><span class="br0">&#91;</span><span class="st0">'size'</span><span class="br0">&#93;</span>;</div></li><li class="li1"><div class="de1"><span class="re0">$fileType</span> = <span class="re0">$_FILES</span><span class="br0">&#91;</span><span class="st0">'userfile'</span><span class="br0">&#93;</span><span class="br0">&#91;</span><span class="st0">'type'</span><span class="br0">&#93;</span>;</div></li><li class="li2"><div class="de2"><span class="re0">$filePath</span> = <span class="re0">$uploadDir</span> . <span class="re0">$fileName</span>;</div></li><li class="li1"><div class="de1"><span class="re0">$result</span> = <span class="kw3">move_uploaded_file</span><span class="br0">&#40;</span><span class="re0">$tmpName</span>, <span class="re0">$filePath</span><span class="br0">&#41;</span>;</div></li><li class="li1"><div class="de1"><span class="kw1">if</span> <span class="br0">&#40;</span>!<span class="re0">$result</span><span class="br0">&#41;</span> <span class="br0">&#123;</span></div></li><li class="li1"><div class="de1"><span class="kw3">echo</span> <span class="st0">&quot;Error uploading file&quot;</span>;</div></li><li class="li1"><div class="de1"><span class="kw3">exit</span>;</div></li><li class="li2"><div class="de2"><span class="br0">&#125;</span></div></li><li class="li1"><div class="de1">&nbsp;</div></li><li class="li1"><div class="de1"><span class="kw1">include</span> <span class="st0">'includes/config.php'</span>;</div></li><li class="li1"><div class="de1"><span class="kw1">include</span> <span class="st0">'includes/opendb.php'</span>;</div></li><li class="li1"><div class="de1"><span class="kw1">if</span><span class="br0">&#40;</span>!<span class="kw3">get_magic_quotes_gpc</span><span class="br0">&#40;</span><span class="br0">&#41;</span><span class="br0">&#41;</span></div></li><li class="li2"><div class="de2"><span class="br0">&#123;</span></div></li><li class="li1"><div class="de1"><span class="re0">$fileName</span> = <span class="kw3">addslashes</span><span class="br0">&#40;</span><span class="re0">$fileName</span><span class="br0">&#41;</span>;</div></li><li class="li1"><div class="de1"><span class="re0">$filePath</span> = <span class="kw3">addslashes</span><span class="br0">&#40;</span><span class="re0">$filePath</span><span class="br0">&#41;</span>;</div></li><li class="li1"><div class="de1"><span class="br0">&#125;</span></div></li><li class="li1"><div class="de1"><span class="re0">$query</span> = <span class="st0">&quot;INSERT INTO contacts (first, name, size, type, path ) &quot;</span>.</div></li><li class="li2"><div class="de2"><span class="st0">&quot;VALUES ('$first', '$fileName', '$fileSize', '$fileType', '$filePath')&quot;</span>;</div></li><li class="li1"><div class="de1"><span class="kw3">mysql_query</span><span class="br0">&#40;</span><span class="re0">$query</span><span class="br0">&#41;</span> or <span class="kw3">die</span><span class="br0">&#40;</span><span class="st0">'Error, query failed : '</span> . <span class="kw3">mysql_error</span><span class="br0">&#40;</span><span class="br0">&#41;</span><span class="br0">&#41;</span>;</div></li><li class="li1"><div class="de1"><span class="kw1">include</span> <span class="st0">'includes/closedb.php'</span>;</div></li><li class="li1"><div class="de1">&nbsp;</div></li><li class="li1"><div class="de1"><span class="kw3">echo</span> <span class="st0">&quot;&lt;br&gt;Files uploaded&lt;br&gt;&quot;</span>;</div></li><li class="li2"><div class="de2"><span class="br0">&#125;</span></div></li><li class="li1"><div class="de1"><span class="kw2">?&gt;</span></div></li></ol></pre></code> </div>
<br />
Need to get the upload values from Page1 - Page3<br />
<br />
Thank you in advance,<br />
<br />
Scott</div> ]]></content:encoded>
			<category domain="http://www.daniweb.com/forums/forum17.html">PHP</category>
			<dc:creator>2xldesign</dc:creator>
			<guid isPermaLink="true">http://www.daniweb.com/forums/thread123607.html</guid>
		</item>
		<item>
			<title>write xy coords</title>
			<link>http://www.daniweb.com/forums/thread123605.html</link>
			<pubDate>Sun, 11 May 2008 04:36:50 GMT</pubDate>
			<description>I came across this script. I wrote it sometime ago.
It writes out two different id coordinates.
Just thought I would put it up.

Right click for source its pretty easy to modify.
http://www.stupidharold.com/Dani/mouseover4.htm</description>
			<content:encoded><![CDATA[<div>I came across this script. I wrote it sometime ago.<br />
It writes out two different id coordinates.<br />
Just thought I would put it up.<br />
<br />
Right click for source its pretty easy to modify.<br />
<a rel="nofollow" class="t" href="http://www.stupidharold.com/Dani/mouseover4.htm" target="_blank">http://www.stupidharold.com/Dani/mouseover4.htm</a></div> ]]></content:encoded>
			<category domain="http://www.daniweb.com/forums/forum117.html">JavaScript / DHTML / AJAX</category>
			<dc:creator>fluffythebunny</dc:creator>
			<guid isPermaLink="true">http://www.daniweb.com/forums/thread123605.html</guid>
		</item>
		<item>
			<title>String connection</title>
			<link>http://www.daniweb.com/forums/thread123569.html</link>
			<pubDate>Sat, 10 May 2008 19:22:27 GMT</pubDate>
			<description>Hello! 
I have just developed, as an assignment , a small conventional website, commonly used for “Log in “purposes. User enters the UserID and password. User ID is compares from the customer Table, to verify, if the name already exists in database. If yes, he is directed to main page. 
Else he...</description>
			<content:encoded><![CDATA[<div>Hello! <br />
I have just developed, as an assignment , a small conventional website, commonly used for “Log in “purposes. User enters the UserID and password. User ID is compares from the customer Table, to verify, if the name already exists in database. If yes, he is directed to main page. <br />
Else he is directed to  newuser  Register  page , for providing  personal information . This information is added in the database table as a new recordset.<br />
<br />
The code in index.aspx.vb file is as under.<br />
<br />
<div style="margin:10px 20px 20px 20px"> <code style="margin:0px" dir="ltr" style="text-align:left"><br />
Imports System.Data.SqlClient<br />
<br />
Partial Class index<br />
&nbsp; &nbsp; Inherits System.Web.UI.Page<br />
<br />
<br />
&nbsp; &nbsp; Private Sub Page_Load(ByVal sender As Object, ByVal e As&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;  System.EventArgs) Handles MyBase.Load<br />
<br />
&nbsp; &nbsp; &nbsp; &nbsp;  End sub <br />
<br />
<br />
<br />
&nbsp; &nbsp; Protected Sub Submit_Click(ByVal sender As Object, ByVal e As&nbsp; &nbsp; &nbsp; &nbsp;  System.EventArgs) Handles Submit.Click<br />
&nbsp; &nbsp; &nbsp; &nbsp; Session(&quot;Name&quot;) = txtusername.Text<br />
&nbsp; &nbsp; &nbsp; &nbsp; Dim con As New&nbsp; SqlConnection(System.Configuration.&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;  ConfigurationManager.AppSettings(&quot;Zeedb&quot;))<br />
<br />
&nbsp; &nbsp; &nbsp; &nbsp; Dim dr As SqlDataReader<br />
&nbsp; &nbsp; &nbsp; &nbsp; 'Dim StudentID As String<br />
&nbsp; &nbsp; &nbsp; &nbsp; Dim strSQL As String = &quot;SELECT * FROM&nbsp; tblCustomer&nbsp; WHERE&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;  CustomerName = '&quot; &amp; txtusername.Text &amp; &quot;' and Password = '&quot;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;  &amp; txtPassword.Text &amp; &quot;'&quot;<br />
&nbsp; &nbsp; &nbsp; &nbsp; Dim cmdSQL As SqlCommand<br />
&nbsp; &nbsp; &nbsp; &nbsp; Try<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; con.Open()<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; cmdSQL = New SqlCommand(strSQL, con)<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; cmdSQL.ExecuteNonQuery()<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; dr = cmdSQL.ExecuteReader<br />
<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; If dr.Read Then<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; Response.Redirect(&quot;mainpage.aspx&quot;)<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; Else<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; Response.Redirect(&quot;index1.aspx&quot;)<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; End If<br />
<br />
<br />
&nbsp; &nbsp; &nbsp; &nbsp; Catch ex As Exception<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; lblError.Text = ex.Message<br />
&nbsp; &nbsp; &nbsp; &nbsp; Finally<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; con.Close()<br />
&nbsp; &nbsp; &nbsp; &nbsp; End Try<br />
<br />
&nbsp; &nbsp; End Sub<br />
<br />
&nbsp; &nbsp; Protected Sub newuser_Click(ByVal sender As Object, ByVal e As&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;  System.EventArgs) Handles newuser.Click<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; Response.Redirect(&quot;register.aspx&quot;)<br />
&nbsp; &nbsp; End Sub<br />
End Class<br />
</code> </div>
The Customers file resides in database named “Zeedb “at a Local SQL server   in a different directory within the same machine. Web server used is Local Host built-in within the same machine. <br />
<br />
The problem I am facing is that when I debug the system, the build up succeeds. However, when data is entered in text boxes (User Name and Password) I receive an error message:<br />
<br />
“The ConnectionString property has not been initialized”<br />
<br />
As tried to search on MSDN and Google, it seems to be a very common mistake, but I could not find the remedy. The reason of the fault could not be identified.<br />
<br />
Please help me pointing out , where is the oversight, which I cannot locate.<br />
Thanks.<br />
Abdul Hayee.</div> ]]></content:encoded>
			<category domain="http://www.daniweb.com/forums/forum18.html">ASP.NET</category>
			<dc:creator>ABDUL HAYEE</dc:creator>
			<guid isPermaLink="true">http://www.daniweb.com/forums/thread123569.html</guid>
		</item>
		<item>
			<title>Span class with different link properties</title>
			<link>http://www.daniweb.com/forums/thread123550.html</link>
			<pubDate>Sat, 10 May 2008 16:13:46 GMT</pubDate>
			<description><![CDATA[I have attempting a small navigation system to show each page in my photo albums.  I am attempting block links (coloured backgrounds, which change when the mouse hovers over them).

The page I'm working on is: http://www.equinefocus.co.uk/personal/gallery2.php

I achieved the look I wanted with the...]]></description>
			<content:encoded><![CDATA[<div>I have attempting a small navigation system to show each page in my photo albums.  I am attempting block links (coloured backgrounds, which change when the mouse hovers over them).<br />
<br />
The page I'm working on is: <a rel="nofollow" class="t" href="http://www.equinefocus.co.uk/personal/gallery2.php" target="_blank">http://www.equinefocus.co.uk/personal/gallery2.php</a><br />
<br />
I achieved the look I wanted with the 1-4 links at the top of the page, but unfortunately, the thumbnails were affected too.  I have attempted adding a span class so that the only links affected were the 1-4 ones, but it hasn't worked.<br />
<br />
My HTML code:<br />
<br />
<div style="margin:10px 20px 20px 20px"> <code style="margin:0px" dir="ltr" style="text-align:left">&lt;span class=&quot;links&quot;&gt;<br />
&lt;a href=&quot;/photos/other/2008-04-27/page01.php&quot;&gt;1&lt;/a&gt;<br />
&lt;a href=&quot;/photos/other/2008-04-27/page02.php&quot;&gt;2&lt;/a&gt;<br />
&lt;a href=&quot;/photos/other/2008-04-27/page03.php&quot;&gt;3&lt;/a&gt;<br />
&lt;a href=&quot;/photos/other/2008-04-27/page04.php&quot;&gt;4&lt;/a&gt;<br />
&lt;/span&gt;</code> </div>
<br />
My CSS Code:<br />
<div style="margin:10px 20px 20px 20px"> <code style="margin:0px" dir="ltr" style="text-align:left">span.links {<br />
&nbsp; &nbsp; &nbsp; &nbsp; a:link {<br />
&nbsp; &nbsp; &nbsp; &nbsp; color: #000000;<br />
&nbsp; &nbsp; &nbsp; &nbsp; background-color:#99ccfb;<br />
&nbsp; &nbsp; &nbsp; &nbsp; border: 1px solid #000000;<br />
&nbsp; &nbsp; &nbsp; &nbsp; padding: 5;<br />
&nbsp; &nbsp; &nbsp; &nbsp; text-decoration:none;}<br />
<br />
&nbsp; &nbsp; &nbsp; &nbsp; a:visited {<br />
&nbsp; &nbsp; &nbsp; &nbsp; color:#000000;<br />
&nbsp; &nbsp; &nbsp; &nbsp; background-color:#c0c0c0;<br />
&nbsp; &nbsp; &nbsp; &nbsp; border: 1px solid #000000;<br />
&nbsp; &nbsp; &nbsp; &nbsp; padding: 5;<br />
&nbsp; &nbsp; &nbsp; &nbsp; text-decoration:none;}<br />
<br />
&nbsp; &nbsp; &nbsp; &nbsp; a:hover {<br />
&nbsp; &nbsp; &nbsp; &nbsp; color:#FFFFFF;<br />
&nbsp; &nbsp; &nbsp; &nbsp; background-color:#b90dbe;<br />
&nbsp; &nbsp; &nbsp; &nbsp; border: 1px solid #000000;<br />
&nbsp; &nbsp; &nbsp; &nbsp; padding: 5;<br />
&nbsp; &nbsp; &nbsp; &nbsp; text-decoration:none;}<br />
&nbsp; &nbsp; &nbsp; &nbsp; }</code> </div>
<br />
Any thoughts on where I'm going wrong?</div> ]]></content:encoded>
			<category domain="http://www.daniweb.com/forums/forum143.html">HTML and CSS</category>
			<dc:creator>Borderline</dc:creator>
			<guid isPermaLink="true">http://www.daniweb.com/forums/thread123550.html</guid>
		</item>
		<item>
			<title>problem with sql server agent</title>
			<link>http://www.daniweb.com/forums/thread123539.html</link>
			<pubDate>Sat, 10 May 2008 15:02:52 GMT</pubDate>
			<description><![CDATA[I want to make a procedure that runs at every day at certain time. I read that I have to do Scheduling, but to do it I should have sql server agent. I am using sql server express edition with sql management studio express endition. But there is no sql server agent, I don't know if its there and I...]]></description>
			<content:encoded><![CDATA[<div>I want to make a procedure that runs at every day at certain time. I read that I have to do Scheduling, but to do it I should have sql server agent. I am using sql server express edition with sql management studio express endition. But there is no sql server agent, I don't know if its there and I should  enable it, or I should use another version of sql server or another version of sql managment studio. And is there a way to do it without using the sql server agent.<br />
thanks</div> ]]></content:encoded>
			<category domain="http://www.daniweb.com/forums/forum127.html">MS SQL</category>
			<dc:creator>Jihad</dc:creator>
			<guid isPermaLink="true">http://www.daniweb.com/forums/thread123539.html</guid>
		</item>
		<item>
			<title>wampserver 2.0 domain name</title>
			<link>http://www.daniweb.com/forums/thread123538.html</link>
			<pubDate>Sat, 10 May 2008 14:50:35 GMT</pubDate>
			<description>hi i am very new to home hosting i have wampserver 2.0 on my computer but i dont no how to put the domain name in to the wampserver can any one give me some help or info please thanks william</description>
			<content:encoded><![CDATA[<div>hi i am very new to home hosting i have wampserver 2.0 on my computer but i dont no how to put the domain name in to the wampserver can any one give me some help or info please thanks william</div> ]]></content:encoded>
			<category domain="http://www.daniweb.com/forums/forum17.html">PHP</category>
			<dc:creator>billbod50</dc:creator>
			<guid isPermaLink="true">http://www.daniweb.com/forums/thread123538.html</guid>
		</item>
	</channel>
</rss>
