Guest User

Untitled

a guest
Feb 19th, 2018
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.81 KB | None | 0 0
  1.  
  2. <h3><?=$row["name"]?><br/><?=$row["title"]?><br/><?=$row["org"]?></h3>
  3. <?
  4. } elseif ($errortype == 3) {
  5. echo $error;
  6. exit;
  7. } elseif ($errortype == 4) {
  8. /*this conditional is if the sitehash (null or otherwise) does not return any rows.
  9. we need to have the HTML still be valid so we generate the left column with just our logo
  10. in it*/
  11. echo "<div style=\"float:left; width:48%;text-align:right\"><br/><br/><br/><img src=\"images/photoid.png\" alt=\"SecureTrust PhotoID\"/>";
  12. }
  13. ?>
  14. <? if ($row['org'] == "") { $row['org'] = "an organization"; } ?>
  15. </div>
  16. <div style="float:right; width:48%;text-align:left">
  17. <h2 style="text-shadow: #b8b8cc .4ex .4ex .4ex;">What is Online PhotoID?</h2>
  18. <p>The SecureTrust&reg; Online PhotoID helps protect customers from identity theft and online fraud. SecureTrust
Add Comment
Please, Sign In to add comment