No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
4 Posted Topics
[CODE=java] how to merge two or more files (similar files) ex: two or mre pdf files, two or more xls files, two or more doc files. [/CODE] | |
Re: hi, you have declared the variable "average" as a float, but trying to assign a value as Double, either you declare average as a type double or convert return value (in method averageScores) to float. try this, may work. ------------------ [QUOTE=jimJohnson;578099] Not exactly sure what I am doing wrong...it is … | |
[CODE=SQL] please help any one, how to write PHP, what is the use of PHP, syntex, advantages etc.... [/CODE] | |
how to write nested queries ex: [code=sql]SELECT * FROM [table1] WHERE [column] IN (SELECT [column] FROM [table2])[/code] in a function. i tried this but MYSQL is getting stoped. is there any alternate. |
The End.