echo "<tr>" ."<td>".$row["MemberID"]."</td>" ."<td>".$row["FirstName"]."</td>" ."<td>".$row["LastName"]."</td>" ."<td>".$row["Country"]."</td>";
My Answer:
To underline the echo row name for only LastName, you can use HTML tag around the LastName value in the echo statement. Here's an example:
php
echo "".$row["MemberID"]." " . "".$row["FirstName"]." " . "".$row["LastName"]." " . "".$row["Country"]." ";
This will underline the LastName value in the table row.
© 2024 Hayatsk.info - Personal Blogs Platform. All Rights Reserved.
Create blog
|
Privacy Policy
|
Terms & Conditions
|
Contact Us
Rate this post
5 of 5 based on 8397 votesComments