I'm developing a CodeIgniter application, but I've reinstalled the WampServer . In the place where a form
existed now shows this code below.
'id', 'value' => $id, 'size' => '6', 'readonly' => 'true')); ?>
'login', 'value' => $login, 'size' => '15', 'readonly' => 'true')); ?>
'email', 'value' => $email, 'size' => '30', 'readonly' => 'true')); ?>
'senha', 'size' => '30')); ?>
'novasenha', 'size' => '30')); ?>
'novasenha2', 'size' => '30')); ?>
What should I do to resolve?