how to take a report in CSV format in php codeigniter -


पीएचपी codeigniter में सीएसवी प्रारूप में एक रिपोर्ट कैसे लेनी है

& Lt;? Php $ row = 1; अगर (($ $ handle = fopen ("test.csv", "r"))! == FALSE) {while ($ data = fgetcsv ($ handle, 1000, ","))! == FALSE {$ Num = count ($ डेटा); पंक्ति $ पंक्ति में & lt; p & gt; $ num फ़ील्ड गूंजती करें: & lt; br / & gt; & lt; / p & gt; \ n "; $ पंक्ति ++; ($ C = 0; $ c & lt; $ num; $ c ++) के लिए {$ dcho $ data [$ c] "& Lt; br / & gt; \ n"; }} Fclose ($ हैंडल); }? & Gt;


Comments

Popular posts from this blog

c# - How to capture HTTP packet with SharpPcap -

php - Multiple Select with Explode: only returns the word "Array" -

php - jQuery AJAX Post not working -