sending mail with phpmailer
Hello i use user name and password for my gmail smtp acount but when i used in laravel its worked ! Thanks in advance
View ArticleWorth Using Ci for this?
I want to make a blog/article website with one or two products available to buy online in time. I'm finding wordpress loads times very slow so was considering doing away with it and making a custom...
View Articlethis EDITABLE DIV is in my web form[ADD/EDIT] - how get POST data FROM THIS ?...
<div style="height: 600px; overflow-y: scroll; overflow-x:hidden;" class='col-md-12 sol-sm-12' contenteditable='true' id='user_notes_for_video' name='user_notes_for_video'></div> can you...
View Article[split] Failed opening required... (CodeIgniter 3.1.9 released)
(06-12-2018, 08:29 AM)jlp Wrote: CodeIgniter 3.1.9 was released today, with some changes and some bug fixes. Changes: Updated the Email, Form Validation and Query builder libraries. Security fixes:...
View Articlemake table with sql data and php
Hello, I am tasked to display data from sql db in a table on the web with following information, 2014 2015 2016 2017 ABC 415 232 45 445 DEF 315 815...
View Articleusing 'include' in CI code
I got some code from CodexWorld. In it one of the files has a line include 'user.php' I have a user.php file, but is it common to use an include in PHP? How does having an include line up with the...
View ArticleForm helper - novalidate
Maybe I'm wrong but using the form helper it's impossible to specify single attributes. Today I wanted to use "novalidate" so far I have not figured out how to fix it.
View ArticleEverything throws 404 errors
Hi Everyone! This is my first post. I'm really new to CodeIgniter (new as in "just downloaded it for the first time") so I have a very rookie question I uploaded the codeigniter files to my test server...
View Articlemysql connection refused
I am a beginner with CI and I am working my way through the tutorials on your site as well as some others I found through googling. Everything works fine until I encounter a part of the tutorial that...
View Articleset_select in Dependent drop down list using AJAX
My dropdown list clears. i am using dependent dropdown list . First Dropdown list ***************** <div class="col-md-4"> <div class="form-group">...
View ArticleCI to progressive web app
Hello All, Does anyone have any advice on converting to a PWA. I have tried to use this tutorial https://dev.to/pixeline/the-easy-way-to-...eb-app-77g but had no luck with upup as with its scope it...
View Articlelocalhost setup for using MailServer
I am developing locally on localhost. I am working on forgotpassword and have created the email to send to a user. I am getting an error "Failed to connect to mailserver at...". For right now I am on...
View ArticleProblem with Doctrine Entity Class
Hi, I am using Codeigniter 3.0 along with Doctrine ORM for several projects. I am going through the database first approach and then auto generate Entity and Proxy Classes. Recently I am facing a...
View Articlehow to update records in model
my query should be $query="update <table_name> set $ass=$assmark where regno=$regno and markid=$markid" ; it;s working in controller file. but it gives error. You have an error in your SQL...
View ArticleWhat does ob_get_level() > $this->ob_level + 1 mean?
I know it might be a naive question, but I've found this piece of code in the Exceptions.php file and (with all the online documentation) I can't find a way to understand what this means. PHP Code: if...
View ArticleWork Map
I've been working on a web app for managing some records globally. At the moment I've got everything working quite nicely, including using the google maps v3 library to show locations. I am now...
View Articlearray values shows null
this is my coding $objWorksheet=$objPHPExcel->setActiveSheetIndex(0); for($i=12;$i<=20;$i++) { $regno=...
View ArticleWrong keyword in library
Hi develop team I found some word wrong in system language Codeigniter 3.1.9 Directory system/language/english/calendar_lang.php Line 77 $lang['cal_mayl'] = 'May'; Edit $lang['cal_may'] = 'May'; And...
View Article[split] Max execution time exceeded (CodeIgniter 3.1.9 released)
CodeIgniter 3.1.9 seems having issue. Since I updated to this version, I often got maximum execution time issue even for very light and simple ajax call. Issue was disappeared when I reverted it back...
View Article