Where php language is used?
Answer / Asheesh Kumar Pandey
PHP is primarily used for web development, especially on the server side. It can be embedded within HTML and works in conjunction with databases like MySQL.
| Is This Answer Correct ? | 0 Yes | 0 No |
what mode to use when creating dirs with mkdir?
Explain do you use composer? If yes, what benefits have you found in it?
How many types of array are there in php?
How can I retrieve values from one database server and store them in other database server using PHP?
2 Answers DRC Systems, Photon,
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
Why php is also called as scripting language?
What is the main difference between php 4 and php 5?
How can we extract string ‘abc.com ‘ from a string info@abc.com" target="_blank">http://info@abc.com using regular expression of php?
What is session expiry?
What are the advantages and disadvantages of Cascading Style Sheets?
How to list all values of submitted fields?
How come the code works, but doesn’t for two-dimensional array of mine?