felipe nishiyama 0 Posted January 7 Report Share Posted January 7 <?php while($dado = $con->fetch_array()) {?> <tr> <td><?php echo $dado["id"];?></td> <td><?php echo $dado["hinban"];?></td> <td><?php echo $dado["start"];?></td> <td><?php echo $dado["end"];?></td> </tr> <?php }?> Quote Link to post Share on other sites
0 lowys 0 Posted January 9 Report Share Posted January 9 <td><a href='<?=$dado["start"]?>'>Link para start</a></td> <td><a href='<?=$dado["end"]?>'>Link para end</a></td> Quote Link to post Share on other sites
0 felipe nishiyama 0 Posted January 10 Author Report Share Posted January 10 14 horas atrás, lowys disse: <td><a href='<?=$dado["start"]?>'>Link para start</a></td> <td><a href='<?=$dado["end"]?>'>Link para end</a></td> no id por exemplo eu queria que criasse o link automatico! 1 ,2, 3, 4 ... ^^ Quote Link to post Share on other sites
Question
felipe nishiyama 0
Link to post
Share on other sites
2 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.