SQL Example

\n"; echo "NameDescription\n"; while ($a = mysql_fetch_array($result)) { echo "$a[name]", "$a[descr]"; } echo ""; } else { echo "

Nothing to see here."; } ?>');?>