Top Scripts_Markup Code Interview Questions :: ALLInterview.com http://www.allinterview.com Top Scripts_Markup Code Interview Questions en-us 1)how i get the current system time using php? http://www.allinterview.com/showanswers/61489.html U can done it by using current timestamp option. How to Connect and Insert Record to MYSQL using PHP? http://www.allinterview.com/showanswers/18245.html $conn = mysql_connect("localhost","root",""); mysql_select_db("database_name",$conn); // Connection.... if($hh){ $res = mysql_query("insert into `table`(`all paramaeters of table`)values Exception in thread &quot;main&quot; java.lang.OutOfMemoryError: Java http://www.allinterview.com/showanswers/62705.html hi friends wht is my task is data is transfered one db.tables to another db.tables in tht i write a query check the backup compare to live wht ever new rows tht will be inserted into backup in tht min of data means it's wrkg .heavy data mean How to Add Message and Confirmation Boxes Using JavaScript? http://www.allinterview.com/showanswers/18010.html public void AddConfirmMessage(WebControl ctl, string message) { ctl.Attributes.Add("onclick", "if ( ! confirm( '" + message + "' )) return false; "); } public void AddPopupMessage(WebControl c write a function to validate a given date http://www.allinterview.com/showanswers/17206.html <script language = "Javascript"> // Declaring valid date character, minimum year and maximum year var dtCh= "/"; var minYear=1900; var maxYear=2100; function isInteger(s){ var i; for (i = 0; i < s.length If basic HR function like recruitment, training are outsoureced then http://www.allinterview.com/showanswers/59014.html Hi, Friends HR Department is the backbone of the company. it have more importance in the company. through the HR function recruitment the company select the good employee for the organisation. without proper recruitment process recruiter c code to calculate the number of days between two dates http://www.allinterview.com/showanswers/17169.html function getDaysMinusWeekend(startDay, startMonth, startYear, endDay, endMonth, endYear) { var sdate = new Date (); var edate = new Date(); var odays = 0; var total = 0; sdate.setFullYear(startYear,startMonth,startDay); edate.setFullYear(endY The sum of three numbers is 20. The second number is 4 times the fir http://www.allinterview.com/showanswers/36856.html Three numbers are x , y , z ; So , x + y + z = 20; 4x = y; x+ z= 8; therefore , 8+y=20; y = 12, x= 3 ,z= 5; how to use textfile for taking value for parametrization instead of http://www.allinterview.com/showanswers/32911.html open notepad enter the following: name (press tab)mark ram (presstab)45 priya(press tab) 56 save the file as .txt open the tool: right click in the first cell and select import file select the saved notepad file now the entered values How to test whether two strings are equal or not ? http://www.allinterview.com/showanswers/17181.html Use strcmp(s1,s2) and see the corresponding int values..Its either 0 or 1. Hi I have a dynamic dropdown reading in data from a MQSql databas http://www.allinterview.com/showanswers/60067.html Hi I have a dynamic dropdown reading in data from a MQSql database, I need to refresh just the dropdown (not the whole page) for any new values in the database. I am trying to use the getElementById in javascript but I have no idea how to how to write a program to accept names and marks of 10 students from http://www.allinterview.com/showanswers/70826.html #include<stdio.h> void main() { char names[10][20]; int a[10][2],n; printf(":enter the number of students :"); scanf("%d",&n); printf("enter the names and marks"); for(int i=0;i<n;i++) { scanf(&q validation code / function to allow only Letters in a text box http://www.allinterview.com/showanswers/17197.html //A script to format the Name field to only allow letters //Have this be called off the keypress event of your textbox control. function nameFormat(fld, e) { var key = ''; //This string contains all characters you want to al code to display a Countdown Timer (dynamic) http://www.allinterview.com/showanswers/17207.html <!-- Paste this code into the CSS section of your HTML document --> #txt { border:none; font-family:verdana; font-size:16pt; font-weight:bold; border-right-color:#FFFFFF } <!-- Paste this code into an external Jav validation code / function to allow only NUmbers in a text box http://www.allinterview.com/showanswers/17187.html function validate_user_editadvanced_form_username(element) {var valid = "0123456789" var ok = "yes"; var temp; for (var i=0; i<element.value.length; i++) { temp = "" + element.value.substring(i, i+1); if (valid.