Welcome Guest, Not a member yet? Register   Sign In
Search Results
    Thread: Not sure why I get these errors every now and then
Post: RE: Not sure why I get these errors every now and ...

Also I just noticed that every now and then it will give me the error "email/username is required" even though I made sure to submit the correct email address
7,127 Views
4 Replies
07-28-2016, 12:31 PM
alexandervj
    Thread: Not sure why I get these errors every now and then
Post: RE: Not sure why I get these errors every now and ...

Thanks for the replies! Very interesting. I havent used DB sessions before and dont know too much about it yet but I will check into it too and try to keep this thread updated with what I find out wit...
7,127 Views
4 Replies
07-28-2016, 09:11 AM
alexandervj
    Thread: Not sure why I get these errors every now and then
Post: Not sure why I get these errors every now and then

I have an authentication app using IonAuth. This is the first time I've used IonAuth and every now and then I get this error... A PHP Error was encountered Severity: Warning Message: unlink(/tm...
7,127 Views
4 Replies
07-27-2016, 03:04 PM
alexandervj
    Thread: Trying to check values in another table before updating
Post: Trying to check values in another table before upd...

I have a table in my database for Parts, and a table for a history of changes made to Parts. The fields in the parts table are in the $data array below and the fields in the history table are named th...
1,933 Views
1 Replies
11-24-2015, 02:34 PM
alexandervj
    Thread: How can I create a custom XML feed?
Post: RE: How can I create a custom XML feed?

Thanks for the replies, they were very helpful. I think I understand it a little better now. I guess I'll just give it a try and see what happens
8,384 Views
4 Replies
10-05-2015, 02:58 PM
alexandervj
    Thread: How can I create a custom XML feed?
Post: How can I create a custom XML feed?

Hi, I need to create a custom XML feed so that our jobs page gets indexed in simply hired. RSS-XML feeds are not acceptable for submitting jobs, they have their own XML tags to use here... http://...
8,384 Views
4 Replies
10-05-2015, 12:56 PM
alexandervj
    Thread: Keep getting undefined variable error trying to pass variable into view
Post: Keep getting undefined variable error trying to pa...

Here is my controller Code: -- $this->form_validation->set_rules('chipNumber', 'Chip Number', 'required');   $this->form_validation->set_rules('subNumber', 'Sub Number', 'required');   $...
3,867 Views
2 Replies
08-09-2015, 09:38 AM
alexandervj
    Thread: using input->post in model?
Post: RE: using input->post in model?

Thanks again!
7,121 Views
4 Replies
08-06-2015, 11:37 AM
alexandervj
    Thread: Not sure how to get a value from model and use in controller
Post: RE: Not sure how to get a value from model and use...

Thanks!
11,543 Views
6 Replies
08-06-2015, 08:36 AM
alexandervj
    Thread: using input->post in model?
Post: RE: using input->post in model?

Not sure why it wasn't working for me, I'll try again. Thanks!
7,121 Views
4 Replies
08-06-2015, 08:35 AM
alexandervj
    Thread: using input->post in model?
Post: using input->post in model?

I'm trying to get values from the user input and use them in a where statement in the model, something like $this->db->where('partName, $this->input->post("partName")'); but I'm pretty sure I cant ...
7,121 Views
4 Replies
08-05-2015, 02:48 PM
alexandervj
    Thread: Not sure how to get a value from model and use in controller
Post: RE: Not sure how to get a value from model and use...

I do have other needs for using values from the model in a controller though. Is there a good way to do something like above?
11,543 Views
6 Replies
08-05-2015, 02:12 PM
alexandervj
    Thread: Not sure how to get a value from model and use in controller
Post: RE: Not sure how to get a value from model and use...

that does make a lot more sense... That seems like a no brainer, I guess it slipped my mind. Thanks Paul haha
11,543 Views
6 Replies
08-05-2015, 12:47 PM
alexandervj
    Thread: Not sure how to get a value from model and use in controller
Post: Not sure how to get a value from model and use in ...

What I want to do is get a value from a model and use it in my controller to update another model. The problem is I have a database of locations and parts, the parts are in a specific location base...
11,543 Views
6 Replies
08-05-2015, 12:09 PM
alexandervj
    Thread: How to do a join
Post: RE: How to do a join

great! thanks, I think that answers my question, I'll post an update if I have anymore trouble though
5,085 Views
2 Replies
06-27-2015, 11:09 AM
alexandervj
    Thread: How to do a join
Post: How to do a join

I have 2 tables, table 1 is tbl_runs and table 2 is tbl_lots. for each lot record there are many run records which are related by a lotID field in the lots table and a lotID_FK field in the runs table...
5,085 Views
2 Replies
06-26-2015, 05:00 PM
alexandervj
    Thread: Method is not working
Post: RE: Method is not working

I figured it out - I just needed to enable the rewrite_module on the Apache web server
2,618 Views
1 Replies
05-05-2015, 07:40 PM
alexandervj
    Thread: Cant figure out why my database isnt updating...
Post: RE: Cant figure out why my database isnt updating....

Thanks for all the great advice, I will look into this and let you know what I find out
3,938 Views
2 Replies
05-05-2015, 06:29 PM
alexandervj
    Thread: Method is not working
Post: Method is not working

I made a simple login app that checks to see if a username/password are the username/password in the controller and if they are it gives access to the members area. I was planning on just getting it w...
2,618 Views
1 Replies
05-05-2015, 06:28 PM
alexandervj
    Thread: Cant figure out why my database isnt updating...
Post: Cant figure out why my database isnt updating...

I'm a noob, I cant figure out why my database isnt updating. Here is my view... Code: --                                                 Delete                                              ...
3,938 Views
2 Replies
05-05-2015, 11:15 AM
alexandervj

Theme © iAndrew 2016 - Forum software by © MyBB