| Sun May 22, 2005 2:28 am |
| Replies: 66 |
| Views: 139394 |
|
 |
Josh,
This is what I got when I went to your site http://www.joshwithrow.com
Text - Application Error!
Details
SqlException
SQL Server does not exist or access denied
|
| Sun May 22, 2005 2:23 am |
| Replies: 66 |
| Views: 139394 |
|
 |
I'd agree with Lane. A picture worth a thousand words. If you have done so much with programming and coding, please share with others so that we can all learn and appreciate others' hard work, an URL ...
|
| Fri May 13, 2005 12:23 pm |
| Replies: 17 |
| Views: 58033 |
|
 |
Same here. Snitz is nothing but just bad. Once you tried phpBB, you probably don't feel the need to try other ones.
|
| Thu May 12, 2005 3:18 pm |
| Replies: 5 |
| Views: 17640 |
|
 |
If you ever need to utilize all 24 ports to route traffic. You can tell the difference between using a switch and a hub.
|
| Wed May 11, 2005 4:37 pm |
| Replies: 4 |
| Views: 13903 |
|
 |
One thing I notice is that it's always faster if I login to the forum with my cable connection than dial-up Forgive me if this does not make sense to you.
|
| Wed May 11, 2005 4:33 pm |
| Replies: 16 |
| Views: 53104 |
|
 |
More features means more difficult to use. Actually, it all depends on what you want to accomplish. In reality, mySQL would satisfy all you need for a data-driving application. That's why I vote for m ...
|
| Wed May 11, 2005 3:29 pm |
| Replies: 1 |
| Views: 8020 |
|
 |
You can use ListToArray function to break the search filed into seperate items then feed each of them back into the query.
|
| Wed May 11, 2005 2:37 pm |
| Replies: 2 |
| Views: 10862 |
|
 |
To can disable debugging prompt:
1. Goto Tools | Internet Options | Advanced
2. Under Browsing | Check "Disable scripting debugging"
|
| Tue May 10, 2005 3:54 pm |
| Replies: 17 |
| Views: 58033 |
|
 |
I totally agree with byron, stay away with low cost plan with SqlServer. You can't stand the slowness and a good chance of data corruption. If you can't afford a more valued plan, then absolutely shoo ...
|
| Tue May 10, 2005 2:38 pm |
| Replies: 4 |
| Views: 24695 |
|
 |
Here is a simple script to query a whois server:
<?
$fp = fsockopen ("whois.networksolutions.com", 43);
if ($fp) {
fwrite($fp, "microso ...
|
| Tue May 10, 2005 1:13 pm |
| Replies: 4 |
| Views: 21899 |
|
 |
Using language file is the most approach. Most of the systems that support multiple languages or skins utilize language and template files.
|
| Tue May 10, 2005 1:06 pm |
| Replies: 4 |
| Views: 28777 |
|
 |
If you decided to use PHP to send mail, then a simple mail command would do it. PHP handles all the extra work for you. Sendmail only comes into place if you need to include it in your desktop applica ...
|
| Tue May 10, 2005 12:59 pm |
| Replies: 7 |
| Views: 129061 |
|
 |
Same thing applied here, all fields are in latin1_swedish_ci. However, I'm still not sure what impact this can cause since my websites are running great. My best guess is that these will get overwritt ...
|
| Tue May 10, 2005 3:19 am |
| Replies: 4 |
| Views: 17051 |
|
 |
This can't be acomplished if there is no server side scripting. Since Javascript can only be run on client machine, it can't detect connection if it does not attempt to make connection by sending out ...
|
| Tue May 10, 2005 3:03 am |
| Replies: 4 |
| Views: 15811 |
|
 |
One nice thing about CF is that once you executed the query, you can call the output result directly by specfying the variable name. Not true with PHP where you have to actually hard-code by assigning ...
|
| Page 1 of 2 |
All times are GMT |
|