Skip to content
Advertisement

Need to this table with 100 rows and assign a valor to the code PHP

I need to solve this simple thing: Got this code:

JavaScript

Need to create rows on this table till char[99] Maybe I need to use while? Because sometimes it wont get to 99 on the sitemap

Advertisement

Answer

Use for/while cycle:

JavaScript

See for cycle

Hope this helps.

User contributions licensed under: CC BY-SA
1 People found this is helpful
Advertisement