MySQL stored procedure passing parameters issue in Model function.
Hi All, While I am trying to pass parameters on MySQL stored procedure, it is passing empty values and getting the below error. But when pass the same value in a SELECT statement WHERE clause it is...
View Article[split] Houston I have a problem
o Please I need help, I have a script that uploads image it works but after choosing the image in the upload field it inserts http:// repeated as in the image. follow my upload.php but it is correct...
View ArticleHow to show category name in posts
HEADS UP!. This post is going to be long. Thanks if you decide to read it and help me to fix this. So I'm working in a blog system in which I require to access by URL and get the name of the of the...
View ArticleUnderscores in apache virtual host names
I just wasted an hour trying to figure out why my new server was giving 400 errors. Apparently in this new apache version you cant have underscores in the virtual host names:...
View ArticleAdding Specific Configuration in CodeIgniter Email Class
I'm trying to send an email in my localhost and i use codeigniter's email class function but i always encountered SSL Handshake error,so now i try PHP mailer , so now i cannot still sent email from my...
View ArticleCodeigniter & Imap Library
Hi, I would like to know if any one has any links for a current plugin for imap so get emails to my codeigniter project. I found this one but a couple years old...
View ArticleHow to gracefully degrade SQL errors
Hi all, If I get an SQL error I'd like to log it and redirect the user to an error page which just informs them there has been an error. The code I have tried below doesn't work (log_message doesn't...
View ArticleChrome >= 63 and virtual-hosts using .dev
Spent way too many hours trying to figure out why the virtual host (example.dev) on my development machine insisted on redirecting a http: request to https. It had been working as expected - for years!...
View Articlehow to get current class and method
Hi, I use $this->router->class and $this->router->method to get name of class and method in CI3. How to get name of class and method in CI4. Thank you.
View ArticleSending mails (and using cron with CI)
I am writhing my own user authorization library, and mostly it's going fine (i will share final version on github) But i have noticed - quite a lag when i sending mail to someone. For instance - i made...
View Article[split] Upgading CI3 to CI4
Guy what about backward compatibility with code igniter 4? I mean i am currently developing project on 3.1.6 - will it be possible to painlessly update it on CI4?
View ArticleSHARE : Validation Translation [DE]
Hey, i want to share the translation of the Validation.php i guess a PR would result in more work to keep it up to date at this development stage - so feel free to use it or suggest improvements...
View ArticleBest aproach to store Remember Me data
I am writing my own auth library (i know there are a lot of readily available free proven ones, but i wanna get some experience and just make another fast and furious aut lib☻) And i get stuck in one...
View ArticleHaving a problem with my db and CodeIgniter
Hi, I have a general text area field where clients write some text to be saved to the DB (MySQL). I have tried everything but it seems that PHP (or CodeIgniter not sure there) is converting '% de' into...
View ArticlePreventing XSS injection in querystring
I have a CI3 site that is vulnerable to XSS injection via the querysting: https://thesite.com/search?q=x'><svG onLoad=alert(document.domain)> I have all inputs going through Code:...
View Articlebagaimana cara membuat cek username yang sama di database
jadi misalkan kita mau input data tetapi data itu sudah ada di database, bagaimana caranya ya????mohon bantuannya
View ArticleHow do I add an extra checkbox colum in a generated table? (JavaScript)
How can I add an extra column to this with JS? template = array( 'table_open' => '<table border="1" cellpadding="4" cellspacing="0">', 'thead_open' =>...
View ArticlePackt Publishing $5.00 Sale eBooks & Videos
Get it while it lasts... Every eBook Every Video | $5.00
View ArticleWhy CodeIgniter is the FUTURE of Web Development??
The newest version of CI framework is CI 4.0 which is integrated with most amazing and advanced features which include easy learning, simple integration features, high-end security tools and many...
View ArticleHow to make approval system according to role hierarchy
I want to build an approval system like this Example:- I have roles like Sr. Manager, Manager, Team Leader, Employees. If employee raised a query, then this query will go to his team leader, he can...
View Article