How can I access information sent through $_POST on a form?
Comment on this Question and Answer >>>
ASK A QUESTION
More functions PHP Questions
How do I get a variable in a function to retain its value between calls?how can we display a particular data from database by creating a function
Can we use include ("abc.php") two times in PHP page "makeit.php" ?
I have used the funtion Rate (code below) and i have some troubles with it. When i use it with the following values: (Wrong) Excel - RATE(228;-196,02;-49005;961546,464646;1;0,05) gives: 0,0119 Php - RATE(228,-196.02,-49005,961546.464646,1,0.05) gives
How do I make a variable from outside a function work in that function?
