Results 1 to 1 of 1

Thread: Confusion with echo and design

  1. #1
    Join Date
    Jan 2006
    Posts
    126
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Confusion with echo and design

    I would like to echo error with code

    echo '<div class=clear></div>
    <div class="fl_left" style="padding-left: 40px;">
    <ul class="error">

    <li>This <b>E-mail</b> is already in use. Please try another e-mail.</li>
    </ul>
    </div>
    <div class=clear></div>' .




    if there is validation_email=true

    How to do correct code?
    Currently I have:
    ($validation_email ? ' '
    : '');

    Need help.
    Last edited by toplisek; 11-21-2006 at 01:57 PM. Reason: I have posted new issue

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •