I want to program a simple calculator in php language combining with html, but I have a problem:
when using <forms> for one value ex:
<input type="submit" name="numer1" value="9"/>,
I want this value to be stored in an array(); in my code.
please if anyone can help me, I would apriciate it.