AJAX | JavaScript | HTML | PHP Answers

Questions: 166

Answers by our Experts: 166

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

Can i cancel my order if needed?
chk this code and please inform me why its happening..
\i have to access "strProduct" and "numPrice" values so..


var objQuotations = {
"vendors": [
{
"strVendor": "V1",
"objQuotation": {
[
{"strProduct": "Soap", "numPrice": "40"},
{"strProduct": "Vanish", "numPrice": "80"},
{"strProduct": "Bicuit", "numPrice": "25"}

]
}
}

]
}
Hello,
I am looking for inspiration for a website design (for any purpose) or creating a system that would be also created with the aid of the web programming languages.
thanks..
I downloaded a source code for designing a online store that is written with php,but when I want to run it by wampserver it shows this error.I ran this project by easy php and again it had same error.
The error is :
Notice: Undefined index: catid in C:Program FilesEasyPHP-5.3.5.0wwwoutput_fns.php on line 77

and line 77 in output_fns file is:

if($_GET['catid']==$row['catid'] || $row['catid']==$catid)

if you want I can mail complete project for you.please help me,its necessary.
thanks
write a program that computes the tax and tip on a restaurant bill. The program should ask the user to enter the charge for the meal. The tax should be 6.75 percent of the meal charge. The tip should be 15 percent of the total after adding the tax. Display the meal charge, tax amount, tip amount, and total bill on the screen.
Write a java program to convert your height in cm to feet and inches
function multiplyAbsolute(number ,factor)
{
function multiply(number)
{
return number*factor;
}
if (number <0)
return multiply(-number)
else multiply(number);

}
pleas explain this code and also tell me how to call the above function
php mysql..

using while loop.. celcius to fahrenheit & fahrenheit to celcius

display list of the celcius equivalents of zero degrees fahrenheit through 100 degrees fahrenheit. use the round() function to display celsius to one place after the decimal point.
write a program to find the sum,difference and the product of two numbers when a=50,b=45
Php subject:

using switch case, determine if the user input is a positive or a negative number.
number range is 1-25.

please help :/
LATEST TUTORIALS
APPROVED BY CLIENTS