surajkandukuri Posted December 2, 2009 Share Posted December 2, 2009 Hi, I have situation here which i cannot resolve, I have a variable temp which stores the number of rows in a array for example temp=5 which is calculated based on other values in my table( so temp is generated dynamically) Now I have to define a table with the number of rows equal to the temp value. that is table should have 5 rows How to achieve this. Link to comment https://forums.phpfreaks.com/topic/183756-dynamically-allocating-the-number-of-rows-in-a-table-based-on-a-variable-value/ Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.