Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...



Scripts_Markup Code Interview Questions
Questions Answers Views Company eMail

What is difference between in_array and array_search?

TCS,

2 7902

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 4786

If 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 4485

what is main difference between array_push and array_pop?

4206

Which framework is best in php among Smarty, Cakephp, Joomla, Drupal, Zend or Something else...? If any then Why?

HCL,

2 8937

How can get all database name using Php and Sql?

NIIT,

2179

How can i know that how many user are visited to my page in php?

NIIT,

2045

How can restrict user to type upto 8 characters in textbox in php?

1948

Which keyword is alias for count keyword in php?

2052

Is there any way to open notepad within php?

2078

How can export database using php code?

1996

How can import database to mysql using php code?

Wipro,

1 4157

What is used of serialize and unserialize in php?

2953

How can manage theme in php?

2416

What is used of phpinfo() function in php?

1 4041


Un-Answered Questions { Scripts_Markup Code }

How can call any javascript function without saying onclick, onchange, onblur etc events in php?

4558


Write a python program to check if a number is a strong number?

859


how to create a Custom Scrollbar

2533


What is XML Element?

657


i have some csv files in a directory which have sub-directories also. now how can i merge all .csv files in to one with a single header. for example: have some 4 files. 1.csv--------name,age,sal abc,25,4000 2.csv--------name,age,sal vgd,32,3500 3.csv--------name,age,sal hfg,20,5000 4.csv--------name,age,sal asd,15,2000 now my output file should be like 5.csv----------name,age,sal abc,25,4000 vgd,32,3500 hfg,20,5000 asd,15,2000 and please explain the code for me. as i am new to scripting. thank you in advance

1816


can everyone explain this code Private Sub DrawRect(rectSource As RECT, lngColour As Long) Line (rectSource.Left, rectSource.Top)-(rectSource.Left, rectSource.Bottom), lngColour Line (rectSource.Left, rectSource.Top)- (rectSource.Right, rectSource.Top), lngColour Line (rectSource.Right, rectSource.Bottom)- (rectSource.Right, rectSource.Top), lngColour Line (rectSource.Right, rectSource.Bottom)- (rectSource.Left, rectSource.Bottom), lngColour End Sub

2632


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.

1698


What is SGML?

582


program to bring a window to the front

2022


How to access oralce10g data from server to client in LAN?

1374


What is a markup language?

690


determine which Element received an Event

2324


How can I include conditional statements in XML?

632


how to use the GetTickCount() properly and what is that procedure for?

3142


Write a function that takes an array of integers and efficiently calculates and returns the Least Common Multiply in python.

1574