Auto Number Generate Using PHP

Sdílet
Vložit
  • čas přidán 12. 10. 2019
  • #autonophp#php#phpproject
    Auto Number Generate Using PHP
    Source Code : www.tutussfunny.com/auto-numbe...
    Buy the Php Ajax jQuery Projects Source codes : bit.ly/3Qr8Ze1
    Check More Projects
    Invoice No Generating using Php Mysqli
    • Invoice No Generating ...
    Car Rental System Project using php part 1
    • Car Rental System Proj...

Komentáře • 66

  • @gxlnmt
    @gxlnmt Před rokem +1

    best tutorial for me because this is what i'm finding for my project. THANK YOU SO MUCH!

  • @emmanueldavidmusinguzi9528

    Thanks a lot bro for this wonderful tutorial, you are the best

  • @esnaidinkanakan1820
    @esnaidinkanakan1820 Před rokem +1

    Hi.. when the emp id reach 10 then if you add new employee the emp id is 10 instead of 11 how to fix that? thank you

  • @dhairyapatel6265
    @dhairyapatel6265 Před rokem

    Sir thanks for this tutorial it was very very useful to me in my project

  • @tibeyisaac7431
    @tibeyisaac7431 Před 3 lety

    nice tutorial you are the best thank you

  • @prasanthak1695
    @prasanthak1695 Před 4 lety

    Super !! Its very interesting I can learn very well thanks sir

  • @vengphatt234
    @vengphatt234 Před 3 lety

    Very Good your lessons

  • @MageshkKumar
    @MageshkKumar Před rokem +1

    It was much helpful. But the number is stopping at EMP10 and EMP11 not generating. I couldn't make empid as primary because i have an column id as primary already.

  • @saritakamble7585
    @saritakamble7585 Před 3 lety

    Thanks a lot sir

  • @Comics.Studios
    @Comics.Studios Před 4 lety

    Good teacher

  • @cadeaulucmann1949
    @cadeaulucmann1949 Před rokem

    Thank you for this tuto, i have a question. If i wanna use another variable but not the id for exemple i got the id, account_number, name right how can i auto generate account_number? cause it can't be incremented in the bd that id is already unique. How can i do that please?

  • @mhdfadhih9325
    @mhdfadhih9325 Před 4 lety +4

    hi can you help with this. when i enter like EMP until 09 after that it goes to up it cant get data. how to put sequence in that

  • @shazeerrra
    @shazeerrra Před 2 lety

    Hi i want to ask, it can run but it didn’t auto generate the number. The number remain the same EMP5 even i add 10 new data

  • @andyjohn907
    @andyjohn907 Před 4 lety

    thanks it worked for me

    • @TutusFunny
      @TutusFunny  Před 4 lety

      Auto Invoice No generte in php study here czcams.com/users/edit?o=U&video_id=92eNKhX4xlQ&ar=1581429032007

  • @pubudunichanikawijesinghe4932

    Thank u

  • @techwith-T
    @techwith-T Před 3 lety +1

    Sir, I have followed the above steps but after reaching order id 10 it is not getting incremented. I am getting same order id 10 in my next data entry. Request you to please help.

  • @saeed_ahmad99
    @saeed_ahmad99 Před 4 lety +1

    Warning: mysqli_fetch_array() expects parameter 1 to be mysqli_result, bool given in C:\xampp\htdocs\student\index.php on line 6
    Notice: Trying to access array offset on the value of type null in C:\xampp\htdocs\student\index.php on line 7
    i am getting like this why increment not working

  • @kennyrobertson9027
    @kennyrobertson9027 Před 4 lety

    Hey, good tutorial, just what I was looking for, thank you. I need some help. I need the increment to start from 01590 and not from 1

    • @vijaykahar3968
      @vijaykahar3968 Před 3 lety

      Bro If You Want Only Number For ID With Auto Increment And You Have A Hosting And GoDaddy Database So Go Operation Menu And Select innoDB on Dynamic And Save This Value There As ID And Save It. And Then In Table ID, "" ID INT 05 NOT NULL AUTO INCREMENT """ ...
      AND then You Will Your Entries Working Fine With Auto Increment

  • @InaayaSoftech
    @InaayaSoftech Před 3 lety +2

    stuck on 10 record no increment after 10

  • @wisdomguy9837
    @wisdomguy9837 Před rokem

    Not working. It does not proceed to the next number series(ID)

  • @hariyadi4833
    @hariyadi4833 Před 3 lety +2

    hello sir, great tutorial btw,
    i wanna ask about duplication if some other user accessing this form also, how can we prevent that ID is not duplicated?
    terima kasih,

  • @shrutibirajdar150
    @shrutibirajdar150 Před 3 lety

    can you plz share the source code link in the description..thanks already :)

  • @tibeyisaac7431
    @tibeyisaac7431 Před 3 lety +1

    please how can i reset so that it will start from 1 again ? help me please

    • @vijaykahar3968
      @vijaykahar3968 Před 3 lety

      You can't reset man because if you reset to this id value. You will show your reset id is already available in your database.
      If you want to reset it then in this condition you have to reset your database and again set new id value in your php code

  • @Naveenkumar-co4ng
    @Naveenkumar-co4ng Před 4 lety

    data will not insert into database table and also the empid is not increment if refesh the browser the same id will display on the form

  • @nicodemusindra7155
    @nicodemusindra7155 Před 2 lety

    What if the PHP file is separate from the HTML file? Can you make some Tutorial for it ?

  • @sunilmanawadkar515
    @sunilmanawadkar515 Před 3 lety

    i need same thing in spring boot can please upload code for me
    thanks

  • @gallataallrounder6384
    @gallataallrounder6384 Před 4 lety

    Error in this line>>>>$row= mysqli_fetch_array($result);
    Error>>>Trying to access array offset on value of type null
    Sir how to solve it?

    • @rayhaangunny2283
      @rayhaangunny2283 Před 2 lety

      did you solve it im having the same error

    • @hidename4892
      @hidename4892 Před rokem

      Change this code $last_id = $row['id']; to this one $last_id = isset($row['id']) ? $row['id'] : '';

  • @sayanghosh6891
    @sayanghosh6891 Před 4 lety

    My sqli fetch array me error dikha raha hai

  • @kavinduweerasinghe6842

    It doesn't save after EMP10, just another DB save after EMP10. No work after 10

  • @naveenkamujula8579
    @naveenkamujula8579 Před 4 lety

    sir can't work submit button

  • @arthiuvi9262
    @arthiuvi9262 Před 3 lety +1

    Warning: mysqli_fetch_array() expects parameter 1 to be mysqli_result, null given in C:\xampp\htdocs\370project\addstd.php on line 5

  • @hemantsahu4582
    @hemantsahu4582 Před 3 lety

    But it can't work after number 10

    • @vijaykahar3968
      @vijaykahar3968 Před 3 lety

      Exactly This Is Not Working After 10.
      How It Will Resolve ..
      Ye Chutiye To Fuddu Bna Ker Rakh Dete He Or Issue Solve Bhi Nhi Krte Saale. maro inko report nhi to solve krke dikhay isse.

  • @deepakpoddar6479
    @deepakpoddar6479 Před 3 lety

    isnt working after 10

  • @mustafasuleman5216
    @mustafasuleman5216 Před 4 lety

    sir mera ni ho rha auto nmber generate

  • @rifky49
    @rifky49 Před 3 lety

    Fatal error: Uncaught TypeError: mysqli_fetch_array(): Argument #1 ($result) must be of type mysqli_result, bool given in F:\xampp\htdocs\PearlHospital
    egistration.php:181 Stack trace: #0 F:\xampp\htdocs\PearlHospital
    egistration.php(181): mysqli_fetch_array(false) #1 {main} thrown in F:\xampp\htdocs\PearlHospital
    egistration.php on line 181

  • @AyushGupta-ke9ik
    @AyushGupta-ke9ik Před 4 lety

    Pls zoom more

  • @getsetalk
    @getsetalk Před 4 lety

    Give source code please

  • @smabasher
    @smabasher Před 3 lety +1

    novice code

  • @LindaKeshie-bg9pq
    @LindaKeshie-bg9pq Před rokem

    Please for the source code

  • @tamilictbetter9210
    @tamilictbetter9210 Před 4 lety

    Sourcecode send pls

  • @redeemerreeve9946
    @redeemerreeve9946 Před 3 lety

    8:32 bro?

  • @abdulmajeed-vw7pm
    @abdulmajeed-vw7pm Před 8 měsíci

    bekar

  • @rajsah8250
    @rajsah8250 Před rokem

    isnt working after 10