Jump to content

connbob

Members
  • Posts

    7
  • Joined

  • Last visited

connbob's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. Hi, is there any way I can incorporate a way so users can change their airline? Our VA has multiple airlines to choose from, and we want a way to change between them, is this possible? Conn
  2. No, it goes to like profile/view/rightid but then it doesn't say it is an account.
  3. Hi guys, me again So on my homepage, on the recent pilots bit, if you click on a name, it goes to a page, "http://myva.co.uk/pilotarea/index.php/profile/view/22" And on that page, it says: " This pilot does not exist! PIREPs List No reports have been found " Conn
  4. Hey, I am wondering how I make an error come up if you enter an email that has already been used. I am guessing you need to make a class with the $ symbol? Conn Also, if it is possible to do with this code here, could you please help me with it, since that is the code I guess I need to change <dt>Email Address: *</dt> <dd><input type="text" name="email" value="<?php echo Vars::POST('email');?>" /> <?php if($email_error == true) echo '<p class="error">Please enter your email address</p>'; ?> </dd>
×
×
  • Create New...