What C++ compiler are you using?
The Internet turned 16 yesterday. Interesting isn't it?? read more here http://slashdot.org/article.pl?sid=06/11/13/2223208
Is there anythinhg like VB's DoEvents in C#?? If so, it can help.
Here 's how to do that using ActiveX object. function executeCommands(inputparms) { // Instantiate the Shell object var oShell =...
May be the object is not being created properly, debug with a try-catch block.
A shell is a piece of software that provides an interface for users. Typically, the term refers to an operating system shell which provides access...
Its not ISS, its IIS (Internet Information Server) which is a web server and comes with Windows.To run php scrips u need to have PHP installed and...
Some web applications need to display numbers in words, like e-commerce, shopping web applications, so PEAR brings a package named Numbers_Words...
Many times its required that we truncate a long string and add ellipsis to the end of the truncated string. Here's a function which does exactly...
Hi, Nice to hear from you. You can install both PHP and MySQL on your PC, to run PHP you'll need a webserver like IIS or Apache. You can get...
What algorithm is this?
time systems count the time elasped in seconds, since January 1, 1970 at 12:00 AM Greenwich Mean Time, thats why.
Well with the current architechture i.e. 32-bit, computers won't be able to count beyond 2 147 483 647. Don't worry buy 2038 we won't be using...
You can visit www.php.net and use the PHP Manual as your guide to learning PHP, I hope you have some earlier programming experience, having which...
You can also use the addslashes() function in PHP.
The method you are using to check for the flash plugin is not correct, find the correct method below. Also, try to put the flash checking code in...
The looks pretty simple, there seems to be no problem at all. TEXT type allows 65535 characters, so that shouldn't be a problem. Try to debug the...
Try out this link http://dev.mysql.com/doc/refman/5.0/en/windows-client-compiling.html
Firstly you will need a couple of header files for the C program which needs to connect to a MySQL server.You'll mysql.h, which is a header file...
Please post the source code, so that I can look for the bug.
Separate names with a comma.