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 4811If 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 4505Which framework is best in php among Smarty, Cakephp, Joomla, Drupal, Zend or Something else...? If any then Why?
HCL,
2 8957
Which framework is best in php among Smarty, Cakephp, Joomla, Drupal, Zend or Something else...? If any then Why?
Can we have empty XML tags?
How can export database using php code?
Create a Menu that can be activated while clicking on Right Mouse button
What is XSNL?
I'm calling a JS fcn that fires AJAX to a webmethod and returns a boolean. How do I retrieve the return value in the codebehind? (VB) I can set a hiddenfield value in the JS, but if it's async how can my VB know when it's changed?
How to Print Asp.net GridView Data on Button Click using Javascript?
How to call JavaScript Function from Code-behind in asp.net?
how to Scroll a DIV content
How to block double clicks
code to detect versions of different browsers like internet explorer, netscape, mozilla, opera etc
write a code to generate pseudorandom numbes
determine which Element received an Event
How can a procedure fetch data from FTP? I need a general code for this..
What are the benefits of XML?