AJAX | JavaScript | HTML | PHP Answers

Questions: 323

Answers by our Experts: 213

Need a fast expert's response?

Submit order

and get a quick answer at the best price

for any assignment or question with DETAILED EXPLANATIONS!

Search & Filtering

Find and correct syntax and/or logical error of the following statement. < %
Dim dtTime1 dtTime2 dtTime3
dtTime1 = 8:30am
dtTime2 = 9:30:15am
dtTime3 = DateDiff( “s” dtTime2, dtTime3)
<%=dtTime3%>
Response.Write(“”)
%>
what are JPanels and how do they work?
"Hello I am trying to create a survey using html. It's a 5 column - 8 row table and I would like for the user to be able to table information within the open spaces inside the table."
Print out all numbers between 0 & 1000 which are evenly divisible by three OR seven. Print them on different lines.Print out all numbers between 0 & 1000 which are evenly divisible by three OR seven. Print them on different lines.

7) Write a loop which prints out every third number between 11 & 21 inclusive.

8) Write a loop which calculates 5 factorial.

9) Write a loop which calculates the average of all of the numbers which are evenly divisible by 3 and lie between 70 & 101 inclusive. The average should be a double.

10) Write a loop which sums up 1/20 + 1/19 + 1/18 +...1/2.
R/Sir....suggest the project tittle for projects in php?
Hello ,(php and mysql question)
I want to create a php search engine that searches people in the same country and city as the user for restaurants in that area....
please give me the code as fast as possible
Write a method in Java which is passed a character (recursion) that prints all characters between ‘a’ and that character.

For example user entered: f ......... then the output should be: abcdef
[code]actually problem is that i search records in mysql a table through ajax code and again insert with further records in another table searching successfull but again insert not successful plz guid me only search seat numbers, type marks mid, lab, terminal and submit with mid lab terminal marks seat numbers
this is main pae
enter_marks.php
[b]Seat Numbers[/b]


//this is insert code
if (!empty($_POST['teacher']))
{
if($search=mysql_query("select Seat_Number from student_enroll where Batch='$_GET[batch]' and Semester='$_GET[semester]' and Degree='$_GET[degree]'"))
{
while($row=mysql_fetch_array($search))
{
$insert="insert into enter_marks_teacher & (Full_Name,Course_Number,Dept_Name,Degree,Batch,Semester,Seat_Number,Mid,Lab,Terminal,Total,Remarks,Percentage,Grade,CGPR) values('$_GET[teacher]','$_GET[course]','$_GET[dept]','$_GET[degree]','$_GET[batch]','$_GET[semester]','$_GET[seat]','$_GET[mid]','$_GET[lab]','$_GET[terminal]','$total','$d','$per','$grade','$gp')";




include_once("connect.php");
if(!mysql_query($insert))
{
die('error in insert query');
}
else
{
echo("1 Record added");
}
}
}




}[/code]
How to create documentation in java?
How can I encrypt my password?
LATEST TUTORIALS
New on Blog
APPROVED BY CLIENTS