I am new in PHP world, basically what I want to do is divide two columns and set the result automatically in a third column.
In my table 'Building' I have columns 'Selling' and 'Size'. I want to divide those two to get the Sell price per Sqm and set it in the column 'SqmPrice'.
Like this every time I input the price and the size it calculates it automatically and displays it in my web page.