Hello,
I’m supposed to make a php-table where the left column shows a ist from 1-100 and the right column shows the left columns value x².
I’m stuck, my code looks like this, what am I doing wrong?
[code]<?php
$rows = 100;
$cols = 2;
echo “
?>[/code]
Thanks in advance.