List some sorting functions in php?
No Answer is Posted For this Question
Be the First to Post Answer
Tell me what is the main difference between require() and require_once()?
How to write comment in php?
Explain how we can get the number of elements in an array?
How can i execute PHP File using Command Line?
Where are sessions stored php?
How to remove the new line character from the end of a text line?
Tell me how is it possible to remove escape characters from a string?
can any one tell how to install LAMP server in terminal in ubuntu.....and also tell please how to run php files in ubunut and how to save and compile in ubuntu..i already installed ubuntu ..but i dont installed lamp server so i want to install lamp server in terminal is it possible please reply
What is get and post method in php?
What is php oops concepts?
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
Explain me what is the difference between explode() and split() functions?