CopyPastor

Detecting plagiarism made easy.

Score: 0.809586226940155; Reported for: String similarity Open both answers

Possible Plagiarism

Plagiarized on 2017-02-17
by amit 1984

Original Post

Original - Posted on 2013-09-16
by DS9



            
Present in both answers; Present only in the new answer; Present only in the old answer;

<table border="1"> <tr> <th>Firstname</th> <th>Lastname</th> <th>Points</th> </tr> <?php global $wpdb; $result = $wpdb->get_results ( "SELECT * FROM myTable" ); foreach ( $result as $print ) { ?> <tr> <td><?php echo $print->firstname;?></td> </tr> <?php }
Try this:
<table border="1"> <tr> <th>Firstname</th> <th>Lastname</th> <th>Points</th> </tr> <?php global $wpdb; $result = $wpdb->get_results ( "SELECT * FROM myTable" ); foreach ( $result as $print ) { ?> <tr> <td><?php echo $print->firstname;?></td> </tr> <?php } ?> </table>

        
Present in both answers; Present only in the new answer; Present only in the old answer;