Tagged Questions
3
votes
3answers
359 views
How to make this code more readable
This is a page that allow user to do register:
<?php echo form_open('user/valid_register_page', 'autocomplete="off"');?>
<?php ...