Top "Codeigniter" questions

CodeIgniter is an Application Development Framework - a toolkit - for people who build web sites using PHP.

joomla password encryption

I need to access the joomla user table jos_users for login checking from external php script [codeignitor]. joomla storing …

php codeigniter joomla md5
what is the difference between site_url() and base_url()?

As I have read in some resources, base_url() and site_url() functions in codeigniter are almost the same, although …

php codeigniter
UNION query with codeigniter's active record pattern

How to do UNION query with PHP CodeIgniter framework's active record query format?

mysql sql codeigniter activerecord union
Handling PUT/DELETE arguments in PHP

I am working on my REST client library for CodeIgniter and I am struggling to work out how to send …

php rest codeigniter curl http-headers
session error in codeigniter?

when I want to set session data in codeigniter 3 it says error like: A PHP Error was encountered Severity: Warning …

php codeigniter session
getElementsByName() not working?

I have a Javascript function which should update a hidden input field in my form with a number that increments …

javascript html codeigniter getelementsbyname
How do I tell when a MySQL UPDATE was successful versus actually updated data?

How do I tell when a MySQL UPDATE was successful versus actually updated data? Example: TABLE id city_name 1 Union 2 …

php mysql codeigniter sql-update
Redirect to referer url in codeigniter

In messaging system of my project when you get a message from a user you a email alert saying that …

php codeigniter http-referer
Codeigniter send email with attach file

I am trying to send email on codeigniter with attach file. I always receive email successfully. However , I never receive …

php codeigniter email email-attachments
how to know whether key exists in Json string

Possible Duplicate: How to check if an array element exists? apologize if i am wrong,I am new to PHP, …

php codeigniter