0
row & Column
Good day , I'm a beginner on php, i want to know if there is a Row & Column?, for ex. i want to DISPLAY on specific Row & Column...Thanks in Advance
1 Resposta
+ 1
It sounds like what you want to use is an HTML table element along with some tr, td's.
Here is some more information on those elements: https://www.w3schools.com/html/html_tables.asp
I'm not pointing you to anything PHP-specific because you sound so new to PHP and HTML that you might be asking for help with the wrong language.