Posts by Eduardo Paludo • 41 points
4 posts
-
0
votes1
answer177
viewsQ: Data array for controller
good night My controller(1) receives the data via input post from the fields of a form and throws them into an array. Later the data is sent to a view (email template) which will not be rendered. My…
codeigniterasked Eduardo Paludo 41 -
2
votes2
answers674
viewsQ: Codeigniter - Query in DB
Good night! I need to return the value of a table in codeigniter but it is acknowledging the error below: PHP Error was encountered Severity: Notice Message: Undefined variable: name Filename:…
-
1
votes2
answers111
viewsQ: Activation e-mail
I have a user register which sends by e-mail the data filled correctly. Now I wanted a link that goes together by email for user activation. Only after clicking the link the user would be duly…
codeigniterasked Eduardo Paludo 41 -
1
votes1
answer277
viewsQ: Codeigniter - Installation script
I created an installer for my system it installs normal, but before finishing the installation the error occurs Error Number: 1046 No database selected CREATE TABLE IF NOT EXISTS `auditoria` ( `id`…