php store array in database ?

13 years ago

Array can be stored in database in the form of string.we can use serialize function to make storable representation of…

How to increase max upload file size limit using HTACCESS ?

13 years ago

By default,most server allow max 2MB file size to upload on server.but in some case you have to change to…

MYSQL dump file using command prompt ?

13 years ago

First of all ,go to mysqldump utility folder eq. C:wampbinphpphp5.3.0 using commad prompt and then type following code.in this example…

WHAT IS IN C ?

14 years ago

IDENTIFIERBefore you can do anything in any language, you must know how to name an identifier. An identifieris used for…

Class and Object

14 years ago

What’s a Class ?A class describes all the attributes of objects, as well as the methods that implement thebehavior of…

Differences between C and C++

14 years ago

There are several differences regarding C and C++ programming languages. The most common is that c++ is an advanced C.…

Prime Number Programe in C++

14 years ago

Prime Number  int n, i, prime;    // Assuming that the number is prime until proven otherwise prime = true; // Prompt user input cout…

What is C?

14 years ago

C is a Programming Language. It is Buile in Language. A tool called a compiler is then used to convert…