What are sql functions?
No Answer is Posted For this Question
Be the First to Post Answer
write a program to generate bill screen 1.1st page should get the number of products to be billed. 2.2nd page should display the number of rows according to the number of products given in the first page. 3.Each row should have a text box for a.product name b.quantity c.unit price d.item price = quantity x unit price This should be automatically calculated not to be entered by the user. 4.After entering the products calculate sales-tax for the total amount which 8.25%. 5.After entering these values you have to generate the bill in the next page with a unique number for the bill. can anyone solve this problem..i am in need to solve this problem..pls help me
How to swap two variables without using 3rd temp variable.
Tell me what is needed to be able to use image function?
How does html form submit work?
How to remove white spaces from the beginning and/or the end of a string in php?
Tell me how stop the execution of a php scrip?
Tell me how do I check if a given variable is empty?
What is the use of nl2br() in php?
How can we enable error reporting in php?
How to generate pdf file in php?
Which function(s) in PHP computes the difference of arrays?
How many ways to include variables in double-quoted strings in php?