Welcome Guest, Not a member yet? Register   Sign In
i cant found the error at index.php
#2

(This post was last modified: 04-16-2020, 03:22 AM by InsiteFX.)

PHP Code:
<?php if(!empty($success_msg)){ ?>
    <div class="col-xs-12">
        <div class="alert alert-success"><?php echo $success_msg?></div>
    </div>
<?php ?>
<?php 
if(!empty($error_msg)){ ?>
    <div class="col-xs-12">
        <div class="alert alert-danger"><?php echo $error_msg?></div>
    </div>

<?php ?>

Now do you see your Error?

You were missing the first if statements closing php tag.
What did you Try? What did you Get? What did you Expect?

Joined CodeIgniter Community 2009.  ( Skype: insitfx )
Reply


Messages In This Thread
i cant found the error at index.php - by aperezgt - 04-15-2020, 11:22 AM
RE: i cant found the error at index.php - by InsiteFX - 04-16-2020, 03:21 AM



Theme © iAndrew 2016 - Forum software by © MyBB