ID: |
echo htmlentities(stripslashes($rows['id']), ENT_QUOTES); ?> |
Name: |
echo htmlentities(stripslashes($rows['name']), ENT_QUOTES); ?> |
Website URL: |
echo htmlentities(stripslashes($rows['websiteURL']), ENT_QUOTES); ?> |
Date/Time: |
echo htmlentities(stripslashes($rows['datetime']), ENT_QUOTES); ?> |
Comment: |
echo htmlentities(stripslashes($rows['comment']), ENT_QUOTES); ?> |
|