Programming Code (840)
Scripts_Markup Code (257) 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 4813If 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 4507Which framework is best in php among Smarty, Cakephp, Joomla, Drupal, Zend or Something else...? If any then Why?
HCL,
2 8960
code to keep a page Out of the browser history
How to find the list of users who have two codes su01 and pfcg? thank in advance all.
Pls provide basic funtionality Winrunner scripts for Health care domain and Phishing
How can you apply a DTD to an XML document?
code to Hide and Show form controls
what does mbln in mblnrects mean? my boolean?
write a code that user can choose/alter Body Text Size
Write a python program to find the second largest number in a list?
What is GUID anyway?
Write a Program to find the sum of digits of a given number until the sum becomes a single digit. (e.g. 12345=>1+2+3+4+5=15=>1+5=6)
code to create a new window
Write a python program to check if a number is a strong number?
Design a timer circuit using VHDL which has the following: input : start_timer(ST) output: long_time(LT) short_time(ST) when the timer is triggered by the ST(either 0 or 1) signal the timer should generate two timing signals accordingly.While the long time is going ON the other should be OFF and vice versa.
What is SAX in XML?
how to transform XML Data into HTML