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

i want to change my website index.php or home.php to a dynamic md5 values.
example: www.mywebsite.com/values or www.mywebsite.com/files/values
values that will always change each time a user points to my domain url.
thanks
Write a program that will prompt the user to enter an integer. The program should square the number and then print the squared number. Repeat this process until 0 is entered as input. Use a do-while-loop to do this.
what's the difference between Xm,l Html, JavaScript ,jquery and flash and for what each of them is used ? like for what can i use each in the bet way ?
<?PHP

session_start();
$type;
if(isset($_POST['username'],$_POST["Dname"])){
$username= $_POST['username'];
$password= $_POST["password"];


if($username&&$password)
{
$connect = mysql_connect("localhost","bayan","1234") or die("coudnt connect to database");
mysql_select_db("automated invigilation scheduler",$connect);

$query = mysql_query("SELECT * FROM login1 WHERE username='$username'");

$numrows= mysql_num_rows($query);
if($numrows!=0)
{
while($row= mysql_fetch_assoc($query))
{
$dbusername = $row['username'];
$dbpassword = $row['password'];
$dbtype = $row['type'];
}
if($username==$dbusername && $password==$dbpassword)
{


if($dbtype=="dhod"){
header ("location:dhod.php");
$_SESSION['username']=$dbusername;
$_SESSION['password']=$dbpassword;

}
elseif($dbtype=="HEAD OF EXAM COMMITTEE"){
header ("location:examcommittee.php");
$_SESSION['username']=$dbusername;
$_SESSION['password']=$dbpassword;

}
elseif($db
A law firm handles cases of two categories I.e. either minor or major. Each and every case is assigned a lawyer. The case is either open or closed. Before a case is closed, the lawyer can either win it or lose. For each case, the client should pay an amount that should be set by the law firm. The amount paid for a minor case costs the client ¾ of the amount for major cases. If a case is lost, the firm reduces the client’s pay by 10% the price for a major case. The firm is trying to evaluate the lawyers’ performance through the following criteria.
1. For every major case assigned, the lawyer gets 3 points
2. For every minor case assigned, the lawyer gets 5 points
3. For every case lost, the lawyer loses 4 points
4. For every case won. The lawyer gains 4 points
Write a java program that will enable the firm to enter the amount of money clients are supposed to pay for the major cases. The system should enable the firm to register lawyers, register new cases, register clients, close the cases that are either won
hi, i am the begginner of php programming.. i want to know the future scope of the server-side scripting languages.. and wat are the things that i should needed to start the web developement company
I m a student B.E. Comp. Engg. We have told to draw a B+ tree to show system dependencies in our final year project.How should i get it done?plz......provide me the guidance.i will be grateful to u.
Convert the following program from for loop to while loop.


class ArithmeticProgression
{
public static void main (String [] args)
{
int sum = 0;


for (int i = 1; i <= 1000; i++)
{
sum = sum + i;
System.out.println(Integer.toString(sum));
}
}
}
can u make a program that will ask for 12 numbers and display an option.It will display the entered number from high to low or low to high based on option.
how to use frames in the home page to align and separate different sections of its contents so tha every page visited on the site must target the main frame of the home page. (html CODES)
LATEST TUTORIALS
New on Blog
APPROVED BY CLIENTS