User Activity

  • Posted a comment on discussion Help on TCPDF - PHP class for PDF

    Please How can I resolve this problem, I'm usinf PHP5. Here is my Codes. $query = mysql_query("SELECT * FROM student_tb ORDER BY firstname ASC"); $count = 0; while($row = mysql_fetch_array($query)) { $count++; $output .= " <tbody> <tr> <td>$count</td> <td><img src='student_img/".$row['profile_picture']."' style='height:50px; width:50px;'></td> <td>".$row['firstname']."</td> <td>".$row['lastname']."</td> <td>".$row['class']."</td> <td>".$row['student_ID']."</td> <td>".$row['school_fees']."</td> <td>".$row['status']."</td>...

View All

Personal Data

Username:
muhamudu
Joined:
2017-12-26 09:57:42

Projects

  • No projects to display.

Personal Tools