PHP Code (33)
JSP Code (6)
ASP Code (5)
CGI Perl Code (3)
JavaScript Code (63)
VB Script Code (20)
Shell Script Code (31)
Python Code (34)
WinRunner Code (1)
HTML DHTML XHTML Code (13)
XML (43)
Scripts_Markup Code AllOther (5) I have array like $array = array(1, "hello", 1, "world", "hello"); if i want the following output then how can i do this? Array ( [1] => 2 [hello] => 2 [world] => 1 )
NIIT,
2 4809If i have an array $string = array(1,2,6,2,9,6,7,3,1,2); How can i get only unique values from it? Array ( [0] => 1 [1] => 2 [2] => 6 [4] => 9 [6] => 7 [7] => 3 )
2 4502Which framework is best in php among Smarty, Cakephp, Joomla, Drupal, Zend or Something else...? If any then Why?
HCL,
2 8954
Write a program to find sum of the digits of a number in python?
how to Scroll a DIV content
Can someone please explain more about how the XML Gateway works and what its purpose is?
Given a N by N matrix of both negative and positive integers. Write an efficient algorithm to find the sub-matrix with the largest sum of all the contained elements.
maximizing the main window
Write a python program to print table of a given number?
create Drop-Down Navigation Menus
what is main difference between array_push and array_pop?
program to show a progress bar
How comment can be represented in XML?
code to positioning of window in certain dimensions
What is SGML?
How can I include conditional statements in XML?
How can manage theme in php?
Can I replace HTML with XML?