Welcome Guest, Not a member yet? Register   Sign In
forms have no input boxes
#4

[eluser]TWP Marketing[/eluser]
First, please enclose your code in the [ code][ /code] tags so we can read your code easier.

Next, your php statements do not appear to have the closing semicolon (Wink which may or may not be the problem. I have inserted them in the snippet below.

Code:
<?php echo form_open(); ?>

<?php isset($message) ? $message : ‘’; ?>


  Username: <?php echo form_input(‘username’, set_value(‘username’)); ?>


  Password: <?php echo form_password(‘password’); ?>

<?php echo form_submit(‘submit’, ‘Login’); ?>
<?php echo form_close(); ?>


Messages In This Thread
forms have no input boxes - by El Forum - 07-06-2012, 08:19 AM
forms have no input boxes - by El Forum - 07-06-2012, 08:57 AM
forms have no input boxes - by El Forum - 07-09-2012, 12:16 AM
forms have no input boxes - by El Forum - 07-09-2012, 09:59 AM
forms have no input boxes - by El Forum - 07-09-2012, 10:17 AM
forms have no input boxes - by El Forum - 07-09-2012, 10:22 AM
forms have no input boxes - by El Forum - 07-09-2012, 10:55 AM



Theme © iAndrew 2016 - Forum software by © MyBB