How to increase the execution time of a PHP script?
No Answer is Posted For this Question
Be the First to Post Answer
How to generate a form?
Is session a cookie?
What is the purpose of the following files having extensions 1) .frm 2) .myd 3) .myi? What do these files contain?
what are the basic steps to installation php4+mysql4+phpmyadmin on IIS web server?. Pls write the complete steps.
What is difference between count or sizeof function in php?
how to convert PHP code in to java code
Explain what are the three classes of errors that can occur in php?
How is the comparison of objects done in php?
Explain me soundex() and metaphone()?
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
What beforeFilter() is used?
Suppose the variable $var1 is set to 10 and the $var2 is set to the character var1, what's the value of $$var2?