Search:

Type: Posts; User: kingsgate

Search: Search took 0.01 seconds.

  1. Re: auto incremental registration number not working php codeigniter framwork

    this line was an error
    after changing this line

    $regNO_auto = $regNO."-".sprintf('%07s', $regNOcount);

    to this


    $regNO_auto = $regNO."-".sprintf('%03s', $regNOcount);
  2. auto incremental registration number not working php codeigniter framwork

    I followed youtube tutorial but my codes are not working
    I want to auto increase registration number
    this is what I tried

    in model code

    public function auto() {
    $regNO = "reg";
    ...
  3. Replies
    0
    Views
    312

    puplaated data with a static option

    i'm trying to get data from a table using the table id to fetch the data for another action but i want the dropdown to pick a static id (eg ItemId=2) in-case the user dont want to change.

    though...
Results 1 to 3 of 3



Click Here to Expand Forum to Full Width