Scripts_Markup Code Interview Questions
Questions Answers Views Company eMail

How many frameworks are in php?

1 3221

What is difference between ksort and krsort in php?

1 5229

how to validation ajax in php with database actually i use here it give some time erroe so pls tell how to do right and second think is that textfeild phone number it accept only int value not charecter so tell me both and my code is that so check it then send after correction

2112

hi sir actually i use now day's ajax but i m having problem my opinion i thing this code is right becuse i make code for my side validation with ajax in php so but it is not run complete i m posting my code pls confirm and clear my some mistake and return send me with informatiom what was error so next time i will be care fully so i m sending u but replay so quick because tomorrow i have to present it some where,frist one is index.php and second is show.php show.php is database connectivity for testing

1 3656

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

NIIT,

4157

What is meant by 404 errors in php?

NIIT,

2 4870

What is 301 redirects in php? When are we used 301 redirects in our projects?

NIIT,

1968

write a program segment that will ask the user if he wants to computer the perimeter of the area of the triangle. if the perimeter is wanted, ask the measure of the three sides and compute for the perimeter. if the area is wanted, ask for the measures of the base and height and compute for the area. display the computed value

1 6432

i am making a purchase sheet in html ,it contain names of product(by selecting checkboxes),quantity(textbox) and price(checbox), by using java script i am restricting the user to prevent them to enter the wrong data ,so i made the servlet were i am only able to prevent them to enter the page in empty field , so my doubt is how do you prevent them how to enter non numerical data in quantity field

Infosys,

2 4347

Can someone please explain more about how the XML Gateway works and what its purpose is?

2003

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

2724

how to manage mlng timer because they don't explain what's it's function?

2448

what does mbln in mblnrects mean? my boolean?

2427

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

2250

I am attempting to work on a game panel with multi-server support, so in one of the pages there is a dropdown menu with servers on it, this is the part i am having issues with is server 1 is chosen i need access to the username running a script to server 1 chosen i need a script that will realize its been chosen and pop up below with a username thats associated with it because the users differ on each server so i choose server 1 i need a code to pull from the db and choose the user associated with the said server please help..

2206


Un-Answered Questions { Scripts_Markup Code }

What are XML Namespaces?

330


What is the output, suppose list1 is [1, 3, 2], what is list1 * 2 ?

930


What are the disadvantages of XML?

297


code to Hide and Show form controls

1797


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

1609






how to create a Custom Scrollbar

2042


Which tag is used to find the version of XML and the syntax?

365


what is main difference between array_push and array_pop?

3676


What are nested elements in XML?

345


what does mbln in mblnrects mean? my boolean?

2427


What is the output when we execute list(“hello”)?

619


Write a python program to check if a string is a palindrome or not?

492


Why XSLT is important for XML?

395


What is CDATA?

356


Write a function that takes an integer and returns the smallest number that is greater than the given number which is a palendrome. For example, if the input was 111 the next palindromic number would be 121.

1395