Online Hotel Reservation System Source Code | Complete System 2021 | Free to Download

Поделиться
HTML-код
  • Опубликовано: 12 янв 2025

Комментарии • 111

  • @zikime3905
    @zikime3905 3 года назад

    OMG!! i swear i can't beleive this it worked thankyou very very much

  • @dimas1469
    @dimas1469 4 года назад

    thanks, very helpfull sir, give me some ideas

  • @tinymochi3240
    @tinymochi3240 2 года назад +2

    Sir please help.. I'm having an error Fatal error: __autoload() is no longer supported, use spl_autoload_register() instead in C:\xampp\htdocs\marimar\includes\functions.php on line 37

    • @nugroho4561
      @nugroho4561 2 года назад

      i have same problem, did u have any solutions for this?

    • @ashimadhingra4749
      @ashimadhingra4749 Год назад

      I have same problem

    • @jodilmanlitoc8315
      @jodilmanlitoc8315 8 месяцев назад

      Did you guys find the solution for this?

    • @iam.masoudsamimi
      @iam.masoudsamimi 2 дня назад

      @@jodilmanlitoc8315 what is your php version?

    • @iam.masoudsamimi
      @iam.masoudsamimi 2 дня назад

      Change this function:
      function __autoload($class_name) {
      $class_name = strtolower($class_name);
      $path = LIB_PATH.DS."{$class_name}.php";
      if(file_exists($path)){
      require_once($path);
      }else{
      die("The file {$class_name}.php could not be found.");
      }
      }
      To become like this instead:
      // Masoud Samimi edited
      function myAutoload($class_name) {
      $class_name = strtolower($class_name);
      $path = LIB_PATH.DS."{$class_name}.php";
      if(file_exists($path)){
      require_once($path);
      }else{
      die("The file {$class_name}.php could not be found.");
      }
      }
      // Masoud Samimi edited
      spl_autoload_register('myAutoload');
      And it will work.
      Good luck and key me know.

  • @saadsajid3762
    @saadsajid3762 4 года назад

    Good project and i like the script also

  • @claudiobasaysay4501
    @claudiobasaysay4501 2 года назад

    Hi. What framework is used in the back end? Also in the front end. Thanks.

  • @PEACEHEARTED
    @PEACEHEARTED 5 лет назад +1

    sir can i edit and customize this source to my topics?
    plz reply...i have project on hotel reservation system .

    • @janobesourcecode
      @janobesourcecode  5 лет назад +1

      Yes you can.

    • @PEACEHEARTED
      @PEACEHEARTED 5 лет назад +1

      @@janobesourcecode please give tips. How can i edit main program in notepad

  • @judethaddeusricaforttv3386
    @judethaddeusricaforttv3386 2 года назад

    Hi! I'm having a problem with the local host link "localhost/marimar/" it shows Problem in selecting database! Contact administrator.

  • @PEACEHEARTED
    @PEACEHEARTED 4 года назад +1

    Can i change database name ?

  • @jancedriclayron7767
    @jancedriclayron7767 4 года назад

    Tutorial of the design please I really really need this, this is all what I need for my project , please have a tutorial of that design

  • @bekeledoji
    @bekeledoji 2 года назад

    Please can you send me sourc code for onlind hotel reservation system .I am also working on this project .

  • @danielameni
    @danielameni 4 года назад +3

    "Problem in selecting database! Contact administrator!" please tell me how to resolve this,,,,database is successfully imported though

    • @winnergy6389
      @winnergy6389 4 года назад

      any solutions

    • @danielameni
      @danielameni 4 года назад

      @@winnergy6389 no bro it didn’t work.. so I got a new video which worked for me but unfortunately I’ve stopped working with that

    • @danielameni
      @danielameni 4 года назад

      @@winnergy6389 but I can still search for something cool and 100% working for you

    • @winnergy6389
      @winnergy6389 4 года назад

      @@danielameni oke share with me pls

    • @danielameni
      @danielameni 4 года назад

      @@winnergy6389 right.. send me your email address

  • @henrykamau5616
    @henrykamau5616 4 года назад

    this is awesome......help me get full code of this website please

  • @andreasmichail652
    @andreasmichail652 4 года назад

    I downloaded the file. Now how can I connect it and see the website on the web?

  • @danielameni
    @danielameni 4 года назад

    what name do i give to the database? please reply to me quick

  • @shamira5298
    @shamira5298 4 года назад

    Do you have tutorial how to make this website?
    Tq in advance

  • @arbiec7322
    @arbiec7322 2 года назад

    Paano po ayusin yung sa reservation sa admin kasi po ok nman sya sa xampp sa online hindi na walang lumalabas pahelp po

  • @MidhunDominic-v6c
    @MidhunDominic-v6c Год назад

    Why did you not added the payment method

  • @yemenbit
    @yemenbit 3 года назад

    Hello,how are u?i am looking for free sourse code for multi ecommercees all in one ?

  • @jayantakumarsingh3710
    @jayantakumarsingh3710 5 лет назад

    Bro bus reservation system like redbus ki uppar ek video

  • @Billy-gq1zd
    @Billy-gq1zd 5 лет назад

    This is laravel framework?

  • @frankjoyraymundo1803
    @frankjoyraymundo1803 5 лет назад +1

    error Problem in selecting database! Contact administrator!

    • @janobesourcecode
      @janobesourcecode  5 лет назад +1

      Create a database in the localhost and import the database file that you can find inside the marimar folder.

    • @dedesi
      @dedesi 5 лет назад +1

      @@janobesourcecode i did import the db file in database but still having same problem.

    • @dedesi
      @dedesi 5 лет назад +1

      @@janobesourcecode nevermind i just created new database with db file name and its works.looks great work you done.

    • @janobesourcecode
      @janobesourcecode  5 лет назад

      @@dedesi thank you. just tuned in

    • @Niceworld273
      @Niceworld273 5 лет назад

      @@dedesi brother can you help me.where i can find out db file.i cant find

  • @minhazuddin9659
    @minhazuddin9659 4 года назад

    how i run on website??

  • @deshirerivas1652
    @deshirerivas1652 4 года назад

    Please! Tutorial about system hotel!

  • @مريمعبدالقادر-ق5ن
    @مريمعبدالقادر-ق5ن 3 года назад +1

    Where find the source code??

  • @rijyakbajracharya765
    @rijyakbajracharya765 5 лет назад

    image doesnot upload from admin side need help

  • @ahmadasyraf3364
    @ahmadasyraf3364 4 года назад

    i open cannot got error

  • @tobielpeter9461
    @tobielpeter9461 3 года назад

    admin not working
    Username or Password Not Registered! Contact Your administrator.

  • @tafadzwavanbengzbengewa2567
    @tafadzwavanbengzbengewa2567 4 года назад +1

    Can you share with us source code

  • @marvincanlas6380
    @marvincanlas6380 5 лет назад

    What database name should i create?

    • @janobesourcecode
      @janobesourcecode  5 лет назад +1

      Check the config file inside the include folder..

    • @marvincanlas6380
      @marvincanlas6380 5 лет назад

      @@janobesourcecode Thanks sir. can i ask if i can change the folder name "marimar"? i tried to change it and i encountered some errors..

    • @AddviceWorld
      @AddviceWorld 5 лет назад

      @@marvincanlas6380 u can't tell you how to change the name cause he won't be able to get into your system... He owns that shit... So this give him access to manage everything... Stay focus.

  • @yhohanazazo8752
    @yhohanazazo8752 4 года назад

    Paano po sa registration ng guest hindi po nagsasave sa database

    • @clickreviews_ph6647
      @clickreviews_ph6647 4 года назад

      paano mo na pa run sa browser yan., ito nalabas sakin pa help po
      ( Fatal error: require_once(): Failed opening required 'C:/xampp/htdocs\marimar\includes\config.php' (include_path='C:\xampp\php\PEAR') in C:\xampp\htdocs\hotel\includes\initialize.php on line 19 )

    • @jodilmanlitoc8315
      @jodilmanlitoc8315 8 месяцев назад

      ​@@clickreviews_ph6647gumana napo ba?

  • @ruelrada4085
    @ruelrada4085 2 года назад

    What is the framework of this

  • @mayrenhernandez5942
    @mayrenhernandez5942 3 года назад

    Source code pls.🙏🙏🙏🙏🙏🙏
    Thanks 💖
    God Bless!😇

    • @janobesourcecode
      @janobesourcecode  3 года назад

      You can find the link in the description below..

  • @darwin5387
    @darwin5387 3 года назад

    is this using codeigniter?

  • @chaithrah2282
    @chaithrah2282 3 года назад

    How to edit the source code

  • @chandankumarsah5514
    @chandankumarsah5514 3 года назад

    what's admin login ID &Password

  • @gabrielesguerra8765
    @gabrielesguerra8765 3 года назад

    I thought there is html

  • @ishararasanji9764
    @ishararasanji9764 4 года назад

    Sir can i get the source code of this

  • @santoshkale2314
    @santoshkale2314 4 года назад

    I want the code of this program

  • @antoniop9589
    @antoniop9589 5 лет назад

    error C:\xampp\htdocs\web\site\includes\initialize.php on line 19

    • @antoniop9589
      @antoniop9589 5 лет назад

      my dir localhost/web/site/

    • @janobesourcecode
      @janobesourcecode  5 лет назад +1

      hello, put the source code inside the htdocs folder and open it the file using this url localhost/marimar/

    • @janobesourcecode
      @janobesourcecode  5 лет назад

      @Mark Tvideo 😂😂😂

  • @issieglore2447
    @issieglore2447 5 лет назад

    sir what is the admin account password?

  • @djichinose
    @djichinose 4 года назад

    what is the password for admin login sir?

  • @lmc.lezarcus
    @lmc.lezarcus 5 лет назад

    Waw par angas

  • @itadakymas
    @itadakymas 2 года назад

    for now its work?

  • @سعدكنداوي-ل5ض
    @سعدكنداوي-ل5ض 4 года назад

    code html scc place

  • @jakedavid7430
    @jakedavid7430 4 года назад

    These comments tho, nakikinig ba kayo ng mabuti sa prof nyo? Hahaha