want to visible one link at one session
here i have multiple links to refer the project. but i want to enable only one url ( button or any link) at a user entered into the session.remaining are hidden . is there any possibility links.jpg...
View ArticleHTTP ERROR 500 you have any idea how fix such error???? first time on live...
This page isn’t working http://www.yyyyyyy.com is currently unable to handle this request. HTTP ERROR 500 you have any idea how fix such error???? first time on live server and fails... localhost works...
View Articlematrix type of checkbox insert
I am having multiple checkboxes like matrix formatted frames with checkboxex. each checkboxes have one value. when i submit the button i want to insert that checkbox values and that corresponding...
View Articlehow do I cache multiple databases (dynamic query)
Hi, I have 4 databases in the config. my model is something like: PHP Code: function get_total($dbkey){// this $dbkey is the additioanl databases specified in the config $thisdb =...
View ArticleHow i can change my website menu color?
Guys i'm not developer/designer of website. I'm trying to change my website Menu color, but i don't know i can do it? Please guys guide me how to do that. *website link redacted* Its build in WordPress.
View ArticleFinishing the website
I am looking for someone with extensive coding knowledge and at least some experience with Codeigniter to help me take the site to the next level. I am willing to share the ownership of the site with...
View Articledo upload is accepting .zip files instead of giving error
Hello To All, I have specified jpg, jpeg, png in allowed_types in do_upload. I tried to upload .rar, .zip files but instead of throwing an error it redirects to a blank page. It must not allow and...
View ArticleUpdate issue (Query Builder Class)
For some reason I'm getting extra back ticks in my update statement. $this->db->where('table2acct_id', $acct_id); $this->db->where('table1id', $id);...
View ArticleREST_Controller - limits & levels?
Can someone give me a brief explanation how the limits and levels features of the REST_Controller work? Do you only set the level requirements manually inside individual controllers? Or are they...
View ArticleORA-28009
Hi everyone I have started CodeIgniter recently and I have a problem connecting to my DB (Oracle) Indeed I have an error message telling me that I have to connect as SYSDBA or SYSOPER. I have read a...
View Articlecheckbox color with select all not working
I am having matrix type of checkboxes . want to add color for that. my view ******* select all checkbox *************** <td align="center"> <?php echo $rowe['subcode']; ?> <input...
View Articleflash data showing wrongly
in my view ********* <div class="col-md-4"> <?php $this->load->helper('form'); $error = $this->session->flashdata('error');...
View Articlepassing input value from view to model
Hi,I'm new to CI and running on 3.1.9. Was trying to create a previous/next button function when scrolling through some rows of data,by referring to infoID textbox as reference. This is my example...
View Articlefollowing tutorial - not working
Hi, I am following this tutorial here: https://www.youtube.com/watch?v=6jMX0QIKcPI I got to 18:42 and I am unable to display an error. I also can't debug?! here is my Welcome.php controller PHP Code:...
View ArticleCI4 Slug Library
Hey all, So while learning to use and create things with CI4 I ended up playing with an old existing library to convert it to CodeIgniter 4. I have it working and figured I'd share what I've learned,...
View ArticleOpen in a new window
Hello, I have this code but I'd like the view to open in a new window, I've tried various sources but failed to work PHP Code: public function getStudentReport() { $schoolorclass =...
View Articlegoogle captcha not working
my view file ********* <div class="g-recaptcha" data-sitekey=""> Controller file *********** public function loginMe() { $this->load->library('form_validation');...
View Articleregex_match and accented characters
Hi, I'm new member of this forum. I use form_validation to validate a form. I need to accept accented characters for inputs. To do it, I use a rule in my config array : 'rules' =>...
View ArticleTransactions do not work
hello everyone, someone will know me to say what am I wrong ...? transactions do not work or maybe something else ... I expect that if there is an error in the insert the transaction does not even...
View Article