Forum: RSS, Web Services and SOAP Aug 18th, 2008 |
| Replies: 6 Views: 2,208 |
Forum: RSS, Web Services and SOAP Aug 18th, 2008 |
| Replies: 6 Views: 2,208 |
Forum: JavaScript / DHTML / AJAX Aug 18th, 2008 |
| Replies: 11 Views: 3,460 |
Forum: RSS, Web Services and SOAP Aug 18th, 2008 |
| Replies: 6 Views: 2,208 |
Forum: PHP Apr 5th, 2008 |
| Replies: 6 Views: 1,243 Re: display content from file Have a look a this:
http://en.wikibooks.org/wiki/Programming:PHP/Files
There is a section 3/4 down the page that explains line endings. Word wrap will simply shuffle content to the next line if the... |
Forum: PHP Apr 5th, 2008 |
| Replies: 6 Views: 1,243 Re: display content from file Take a look at this on PHP.NET, should be exactly what you want . . .
http://uk2.php.net/manual/en/function.file.php
Look half way down the page at the example.
Green2Go |
Forum: VB.NET Mar 25th, 2008 |
| Replies: 5 Views: 4,612 Re: Connecting to an .mdf database No problems for previous comment. You need to have an instance of SQL server express (http://msdn2.microsoft.com/en-gb/express/bb410792.aspx) free from Microsoft running on your local machine if you... |
Forum: VB.NET Mar 25th, 2008 |
| Replies: 2 Views: 1,519 Re: Text in a listbox Hi,
As far as i'm aware you can't have multiple font / colour declerations for a list box. Best option is to use the data grid (.NET) or msflexgrid (VB6)
Green2Go :P |
Forum: VB.NET Mar 25th, 2008 |
| Replies: 5 Views: 4,612 Re: Connecting to an .mdf database You cannot directly 'Open' and .mdf file with Vb.NEt. You need to you an SQL server or MSDE. The second connection string you mention appears to connect to an SQL server, hence why it works.
As to... |
Forum: PHP Mar 25th, 2008 |
| Replies: 5 Views: 413 Re: wth? Sounds like a PHP config / install error, which OS are you running it on? Whats the hosting type Shared, VPS, dedicated?
I have had the same error message on IIS6.
Green2Go |