Welcome Guest, Not a member yet? Register   Sign In
Search Results
    Thread: Replace image if it already exists while uploading
Post: RE: Replace image if it already exists while uploa...

I had something similar and finally decided all I really needed was to know the name of the new file so it could be stored in the database. At some point I'll create a script to remove images not list...
961 Views
6 Replies
01-23-2023, 03:24 PM
sheilaf
    Thread: global variable
Post: RE: global variable

Have a look at the Session library https://codeigniter.com/user_guide/libraries/sessions.html
269 Views
3 Replies
01-20-2023, 12:35 PM
sheilaf
    Thread: Very slow if $data is big
Post: RE: Very slow if $data is big

How much data are you sending to the view?  Tell us more about your application. If you're reloading the whole page after a small change, then Ajax might indeed be the way to go. Hard to say without ...
3,361 Views
15 Replies
01-20-2023, 12:19 PM
sheilaf
    Thread: codeigniter data insert
Post: RE: codeigniter data insert

There's nothing built into CodeIgniter to do this. It would need to part of the code you purchased. I suggest using git or some other version control to help with updates. Start with a working versi...
265 Views
1 Replies
12-04-2022, 02:07 PM
sheilaf
    Thread: Severity: Notice Message: Undefined variable
Post: RE: Severity: Notice Message: Undefined variable

Are you calling the view from your model? How is the function ppdb() in your model called?
565 Views
2 Replies
11-06-2022, 08:53 PM
sheilaf
    Thread: Codeigniter controller showing error
Post: RE: Codeigniter controller showing error

This function is in your Invoice class right? Does it have a property (variable) called $email? class Invoice { public $email = \Config\Services:email(); public function sendReminderForUnpa...
476 Views
1 Replies
11-06-2022, 08:48 PM
sheilaf
    Thread: Multi Query Problems in Codeigniter 3
Post: RE: Multi Query Problems in Codeigniter 3

Does the stored procedure work as expected from outside CodeIgniter? I ask because the two lines of SQL you posted is not how you get OUTPUT from a MySQL stored procedure. I don't know how other db...
5,088 Views
10 Replies
07-18-2021, 08:22 PM
sheilaf

Theme © iAndrew 2016 - Forum software by © MyBB