PHP Desktop: Make Windows application Using HTML, JavaScript, PHP and MySQL

แชร์
ฝัง
  • เผยแพร่เมื่อ 24 ธ.ค. 2024

ความคิดเห็น • 136

  • @MrTuttu34
    @MrTuttu34 4 ปีที่แล้ว +3

    You give without a vest & You give it a lot.

  • @subratamallik7662
    @subratamallik7662 3 ปีที่แล้ว +3

    Nice concept to create a Desktop Application using PHP.
    But after installation all the php file is visible in www folder in installed drive. And may problem of privacy (for both php code and remote DB access). Please suggest the best way to encrypt those code or way to hide from general user and experts.

    • @SulochanaTutorials
      @SulochanaTutorials  3 ปีที่แล้ว

      Please ask or search question on official PHPdesktop git repository

  • @albertojorgematsinhe9651
    @albertojorgematsinhe9651 4 ปีที่แล้ว +2

    It is possible to use the framework with laravel project, I m trying i get error page not found etc

    • @SulochanaTutorials
      @SulochanaTutorials  4 ปีที่แล้ว +1

      Please complete your project using laravel artisan development environment and then convert it to deployment version. I think it should work. I will try it today and reply you soon

    • @mister-ace
      @mister-ace 4 ปีที่แล้ว +1

      @@SulochanaTutorials and what did you get?

  • @pradipmaharajkatare
    @pradipmaharajkatare 3 ปีที่แล้ว

    i am not understand which database credentials you import in that ..is it localhost credentials or server credentials

  • @hiyaikhombaloitongbam4746
    @hiyaikhombaloitongbam4746 4 ปีที่แล้ว +1

    how can we do it for local server using mysql

  • @immanuelaito7556
    @immanuelaito7556 2 ปีที่แล้ว

    I'm new. Will the desktop application need internet to run/connect to database?

  • @zaileeradabaro7738
    @zaileeradabaro7738 3 ปีที่แล้ว

    how to disable or hide minimize button? also hiding maximize button?

  • @junaidkm4926
    @junaidkm4926 4 ปีที่แล้ว +1

    Great job...
    Header function is not working to me ..please help

    • @SulochanaTutorials
      @SulochanaTutorials  4 ปีที่แล้ว

      PHP DESKTOP Fully support header function. Please check same coding working in XAMPP browser. Try to use ob_start() function

  • @drabd0o
    @drabd0o 3 ปีที่แล้ว

    Thanks for your Amazing explantion , although My application not able to login in the same time on Localhost is working fine but in the Phpdisktop not login?

  • @maxson4389
    @maxson4389 4 ปีที่แล้ว

    sir, I am struggling with webcam.js javascript which is not supported by PHP desktop (error when using a webcam)
    please me sir

  • @keivenmangin8096
    @keivenmangin8096 ปีที่แล้ว

    Hello, Is it possible to change the app blue icon into my app icon?

    • @SulochanaTutorials
      @SulochanaTutorials  ปีที่แล้ว

      Yes

    • @keivenmangin8096
      @keivenmangin8096 ปีที่แล้ว

      @@SulochanaTutorials how to change it? i have modified the settings in json but stil when i open the system the blue icon is they same

  • @alparmag
    @alparmag 3 ปีที่แล้ว

    When the window opens, I get the following error:
    Error 500: Internal Server Error
    CGI program sent malformed or too big (>16384 bytes) HTTP headers: []
    Please help me and thanks

  • @imhusain.x
    @imhusain.x 3 ปีที่แล้ว

    what is ."/billing" IN CONNECTION PHP after port no...

    • @SulochanaTutorials
      @SulochanaTutorials  3 ปีที่แล้ว

      I have created base path. ./billing is folder name. I have create base path like $base_path="local host:80/billing/". PHPdesktop does not run on port 80 that's why I have get it from $_SERVER. YOu need to do this if your CSS/JS is not working.

    • @imhusain.x
      @imhusain.x 3 ปีที่แล้ว

      @@SulochanaTutorials not connected data base..

    • @SulochanaTutorials
      @SulochanaTutorials  3 ปีที่แล้ว

      Where is your database. Local or online

    • @imhusain.x
      @imhusain.x 3 ปีที่แล้ว

      @@SulochanaTutorials local

    • @imhusain.x
      @imhusain.x 3 ปีที่แล้ว

      @@SulochanaTutorials i use sql data base which by default...... phpmyadmin...

  • @guptarahul97480
    @guptarahul97480 4 ปีที่แล้ว

    if my half project is in laravel and half in php will that be an issue ?

  • @jiricejn3107
    @jiricejn3107 3 ปีที่แล้ว

    It is nice to have my own icon for setup file. But I want to have same (or any other) icon for exe file. How can I do it?

    • @SulochanaTutorials
      @SulochanaTutorials  3 ปีที่แล้ว

      Please check for innosetup documentation. I don't know it. If you find something then please comment here. I will also search for it.

  • @hemangichandgude4532
    @hemangichandgude4532 4 ปีที่แล้ว

    where we add external css and js files when creating php desktop application bcoz css and js functions are not working

    • @SulochanaTutorials
      @SulochanaTutorials  4 ปีที่แล้ว

      You can add css and javascipt similar as normal web application, If your CSS and JS is not loading then you can right click on PHP desktop application window , use open in browser and then inspect. PHP desktop application does not run on default port 80 so u can also try giving path with using PHP $_SERVER variable

    • @hemangichandgude4532
      @hemangichandgude4532 4 ปีที่แล้ว

      @@SulochanaTutorials can you please give any example to set path $_server

    • @SulochanaTutorials
      @SulochanaTutorials  4 ปีที่แล้ว

      @@hemangichandgude4532 Let's assume you want to link css file which is located at localhost/your-project/css/style.css and you want to link. Using PHP server variable you have to create base path similar like $_SERVER['SERVER_NAME']:$_SERVER['SERVER_PORT']/your-project/css/style.css or you can try giving path using relative location.

    • @hemangichandgude4532
      @hemangichandgude4532 4 ปีที่แล้ว

      @@SulochanaTutorials its not working

    • @SulochanaTutorials
      @SulochanaTutorials  4 ปีที่แล้ว

      @@hemangichandgude4532 Please create CSS file inside www/css/ folder and give link as . Its working for me.
      Please check this link for code screenshot snipboard.io/yuzDYV.jpg

  • @yogawahyudi4138
    @yogawahyudi4138 4 ปีที่แล้ว +1

    that's great sir, may I ask you something sir, Which one the best DB I use for php dekstop aplication??

  • @devngecu
    @devngecu 4 ปีที่แล้ว

    The application is not accepting sessions eg.username passing as session name.any idea about that?

    • @SulochanaTutorials
      @SulochanaTutorials  4 ปีที่แล้ว

      It's fully support sessions. Please check that you have started session using session_start(); and try to set simple $_SESSION['username']='john'; on one page and try to print session variable on another page. Ex. session_start(); echo $_SESSION['username'];

    • @devngecu
      @devngecu 4 ปีที่แล้ว

      @@SulochanaTutorials It worked.The problem i had placed the "session_start()" in the midst of the codes.Thanks Alot

    • @SulochanaTutorials
      @SulochanaTutorials  4 ปีที่แล้ว

      @@devngecu Always Welcome

  • @yadhunadhchemmarassery2235
    @yadhunadhchemmarassery2235 4 ปีที่แล้ว

    Can you please tell me, how to update the php file changes and mysql database changes offline in the client machine?

    • @SulochanaTutorials
      @SulochanaTutorials  4 ปีที่แล้ว

      Replace www folder

    • @yadhunadhchemmarassery2235
      @yadhunadhchemmarassery2235 4 ปีที่แล้ว

      @@SulochanaTutorials OK, and can i replace the www folder remotely and send the .exe file to client? Thanks!

    • @SulochanaTutorials
      @SulochanaTutorials  4 ปีที่แล้ว

      @@yadhunadhchemmarassery2235 Yes, If you have made changes in PHP desktop settings then you need to send new exe file otherwise u can follow The logic something like this, Create 1 file which will check for update on remote. If there are updates It will download zip file from remote and unlink all file from www folder. and extract downloaded zip. If there updates in table structures in database then u also need to change everything using PHP.
      Please refer version update logic first on google.

    • @yadhunadhchemmarassery2235
      @yadhunadhchemmarassery2235 4 ปีที่แล้ว

      @@SulochanaTutorials OK thanks

  • @HIEdukasi
    @HIEdukasi 4 ปีที่แล้ว

    how to use web server offline like xampp?

  • @mishenthakshana3407
    @mishenthakshana3407 3 ปีที่แล้ว

    Sir is there any way to update the php version to the latest of this.I tried updating php by replacing that folder with the latest version of php and mysql doesnt support with that.Please reply me sir, have a great day

  • @johnpaulpallasigui5516
    @johnpaulpallasigui5516 4 ปีที่แล้ว

    Can I use xampp instead of SQLite if i want to make an offline app? And can it be compiled with innosetup so that when installed it will not install xampp anymore?

    • @SulochanaTutorials
      @SulochanaTutorials  4 ปีที่แล้ว +1

      Yes

    • @johnpaulpallasigui5516
      @johnpaulpallasigui5516 4 ปีที่แล้ว

      @@SulochanaTutorials i hope u can provide a tutorial for this using xampp. 😊

    • @SulochanaTutorials
      @SulochanaTutorials  4 ปีที่แล้ว +1

      @@johnpaulpallasigui5516 PHP desktop doesn't comes with MySql Server. If you want to use MySql to store data then you can host your database at any online database server. You will get it free if you search. If you want to create portable offline application then you have to use Sqlite which is almost similar to MySQL.

    • @johnpaulpallasigui5516
      @johnpaulpallasigui5516 4 ปีที่แล้ว +1

      @@SulochanaTutorials Thanks :)

  • @thebhojpurideveloper4921
    @thebhojpurideveloper4921 4 ปีที่แล้ว

    Someone help me guys:: I had website in php html JavaScript and css which works well on xampp server but while converting it to desktop app the JavaScript is not functioning

  • @sandeepM007
    @sandeepM007 4 ปีที่แล้ว

    Please give billing application that you used in this video

  • @saranghe4652
    @saranghe4652 4 ปีที่แล้ว

    I want to use local database instead of remote database. Is it possible?

    • @SulochanaTutorials
      @SulochanaTutorials  4 ปีที่แล้ว

      Yes start MySQL server at local and give connection according to it or you use SQLite Database.

    • @saranghe4652
      @saranghe4652 4 ปีที่แล้ว

      @@SulochanaTutorials Ok. Thank you. I will try it. This tutorial was very helpful for me..👍

  • @shahlizah
    @shahlizah 4 ปีที่แล้ว

    I get sln file instead of exe. Why is that?

  • @osmanaltnok5233
    @osmanaltnok5233 4 ปีที่แล้ว

    my web site is .swf, will it work if I convert it? because my game is .swf based and will be over by the end of 2020.

  • @praveenkumar5428
    @praveenkumar5428 3 ปีที่แล้ว

    setup file is created successfully, but it is running very slow

  • @shifnashoukathali7075
    @shifnashoukathali7075 4 ปีที่แล้ว

    Need hlp
    Connecting app with SQL is not working
    How can I do this.....

    • @SulochanaTutorials
      @SulochanaTutorials  4 ปีที่แล้ว

      What server you are using online or offline. Please mention error.

  • @bhaumikable
    @bhaumikable 4 ปีที่แล้ว

    I am using CI and it works. But SQLite performance is very low. it takes 1-1.5 sec. for each transaction. Do you have any solution for that?

  • @pollyolly851
    @pollyolly851 4 ปีที่แล้ว +3

    Is PHP becoming a general programming language like python. Great work.!

  • @jonnys-james1226
    @jonnys-james1226 4 ปีที่แล้ว

    For cpanel, do I need to make a new account? Haven't used it before

    • @SulochanaTutorials
      @SulochanaTutorials  4 ปีที่แล้ว +1

      You can try any free cpanel hosting such as 000webhost

    • @FunNationTricks
      @FunNationTricks 4 ปีที่แล้ว

      @@SulochanaTutorials Remote database is not available for free users

    • @SulochanaTutorials
      @SulochanaTutorials  4 ปีที่แล้ว

      Search remotesql.com

  • @lindagamin1594
    @lindagamin1594 4 ปีที่แล้ว

    is it possible to make it all offline? like there is no need for a remote server

    • @SulochanaTutorials
      @SulochanaTutorials  4 ปีที่แล้ว

      Yes, If you use SQLite for database then everything will work offline

  • @poolmagic2023
    @poolmagic2023 4 ปีที่แล้ว +1

    Very good job, and smooth explained.Well done sir!

  • @safnaj
    @safnaj 4 ปีที่แล้ว

    Is our php codes protected ?? Can someone copy from our source folder ?

    • @SulochanaTutorials
      @SulochanaTutorials  4 ปีที่แล้ว

      Not yet

    • @safnaj
      @safnaj 4 ปีที่แล้ว

      Sulochana Tutorials what could be a solution for this ?

  • @shrustimane5959
    @shrustimane5959 4 ปีที่แล้ว

    Hello, I have tried to do it with codeigniter and I have not been successful, can you help me to do it with codeigniter?
    the error is
    Message: session_start(): Failed to initialize storage module: user (path: )

    • @SulochanaTutorials
      @SulochanaTutorials  4 ปีที่แล้ว

      I will try first. Please do post issue on official phpdesktop github page so they can respond you

  • @laughout199
    @laughout199 4 ปีที่แล้ว

    Great work, the host name and pass are left easily accessible in the www file, how do i encrypt them

    • @SulochanaTutorials
      @SulochanaTutorials  4 ปีที่แล้ว

      You can store all back end code to server and just make Ajax request to fetch data from server.

  • @indiatech5716
    @indiatech5716 4 ปีที่แล้ว

    Hello sir, it is very good experience with localhost but when i try to connect my online remote server i faced a technical issue which is :- mysqli_connect(): (HY000/2002): A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond ....
    Please help me and advice how to solve it.
    thanks

    • @SulochanaTutorials
      @SulochanaTutorials  4 ปีที่แล้ว

      Please make sure that you have enabled remote mysql in Cpanel. If enabled use IP address of your online server as hostname. You can get IP address of your website using site www.site24x7.com/find-ip-address-of-web-site.html

    • @indiatech5716
      @indiatech5716 4 ปีที่แล้ว

      @@SulochanaTutorials i am connecting with my sub domain. and i entered correct ip address but i am facing same technical error. is it possible with multiple databases bcoz i have multiple databases in my host cpanel.??

  • @jeansetone9658
    @jeansetone9658 4 ปีที่แล้ว

    how to connect with a server web

  • @beststory4u
    @beststory4u 4 ปีที่แล้ว +1

    warning: mysqli_connect(): (hy000/1045): access denied for user
    Sir i am geting this error please help me sir

    • @akshaypendyala
      @akshaypendyala 3 ปีที่แล้ว

      Maybe the user is not present/you used wrong password for the user/ you dont have permission to access database!

  • @syedzaidshah6578
    @syedzaidshah6578 4 ปีที่แล้ว

    how to change this display icon?

    • @SulochanaTutorials
      @SulochanaTutorials  4 ปีที่แล้ว

      At the time of creating installer set icon file. Remember that your image should be .ico extension

  • @anuragsinha8715
    @anuragsinha8715 4 ปีที่แล้ว

    Sir Is this work Window 7 64 bit pls let me know...

  • @MultiMaN95
    @MultiMaN95 5 ปีที่แล้ว

    can it be used offline without internet connection?

    • @SulochanaTutorials
      @SulochanaTutorials  5 ปีที่แล้ว

      Yes, You can but you need to use SQLite for database. Just Google SQLite in PHP.

    • @MultiMaN95
      @MultiMaN95 5 ปีที่แล้ว

      @@SulochanaTutorials thanks but please can you make a video on how to use it and compile with php desktop to exe?

    • @SulochanaTutorials
      @SulochanaTutorials  5 ปีที่แล้ว

      @@MultiMaN95 Okay

    • @MultiMaN95
      @MultiMaN95 5 ปีที่แล้ว

      @@SulochanaTutorials thanks

    • @heitor479
      @heitor479 5 ปีที่แล้ว

      Is it right? The offline version requires sqlite, but with internet connection it's able to run with MySQL?

  • @sheerazahmad5289
    @sheerazahmad5289 4 ปีที่แล้ว

    How to o enable print preview

  • @alaindevtecchannel2232
    @alaindevtecchannel2232 3 ปีที่แล้ว +1

    Thank you so much for this video, it's really amazing.
    However, I would like to ask a question: can that setup (the setup created) be installed on another computer without any problem ?

  • @yliasfranckeric5720
    @yliasfranckeric5720 4 ปีที่แล้ว

    hey bro how i can use it with my online project ?? please

    • @SulochanaTutorials
      @SulochanaTutorials  4 ปีที่แล้ว

      Yes, Download you project. Change your database settings according to this video

  • @ghsdhrorwahin3327
    @ghsdhrorwahin3327 3 ปีที่แล้ว

    Great work and fun! specially " running php without sex and server"

  • @FunNationTricks
    @FunNationTricks 4 ปีที่แล้ว

    You saved my life. Is there any option to save the data locally???????

  • @erdemsandikci8794
    @erdemsandikci8794 5 ปีที่แล้ว +3

    You are great man !

  • @maulik.paneliya
    @maulik.paneliya 4 ปีที่แล้ว

    you Are Reallly Good It is help me for my project thank you

  • @On7D7
    @On7D7 4 ปีที่แล้ว

    Super Great ...keep up the good job man

  • @imhusain.x
    @imhusain.x 3 ปีที่แล้ว

    php myadmin ke liye bata do......

  • @praveenkumar5428
    @praveenkumar5428 3 ปีที่แล้ว

    thank you so much sir, it was outstanding

  • @spectralquill1810
    @spectralquill1810 4 ปีที่แล้ว

    Why do you sound like Memenade?

  • @rozzefavour5335
    @rozzefavour5335 4 ปีที่แล้ว

    Thank you. this is very helpful

  • @KanishkaBandaraOfficial
    @KanishkaBandaraOfficial 2 ปีที่แล้ว

    Thank you Sir!

  • @heykervargasfernandez7140
    @heykervargasfernandez7140 10 หลายเดือนก่อน

    Thanks! Master

  • @mediadesa_org
    @mediadesa_org 4 ปีที่แล้ว

    Nice video

  • @tricksmix5627
    @tricksmix5627 3 ปีที่แล้ว

    Amazing..

  • @SulochanaTutorials
    @SulochanaTutorials  4 ปีที่แล้ว

    Please also watch this video th-cam.com/video/-frCfUepNiA/w-d-xo.html for developing application with SQLite

  • @roman5403
    @roman5403 5 ปีที่แล้ว

    Cool!

  • @waleedgrt4904
    @waleedgrt4904 4 ปีที่แล้ว

    amazing

  • @tezeramengistu7567
    @tezeramengistu7567 3 ปีที่แล้ว

    👍👍👍👍👍👌

  • @farrasfadhils.739
    @farrasfadhils.739 ปีที่แล้ว

    sir why my app can't work with javascript bootstrap and fetching data with javascript

  • @sundayadeyeye2586
    @sundayadeyeye2586 2 ปีที่แล้ว

    i'm getting error when i try using laravel 8,.... please can you help out

  • @prantobiswas5611
    @prantobiswas5611 4 ปีที่แล้ว

    Is there any way to sync that php software and php website?

    • @SulochanaTutorials
      @SulochanaTutorials  4 ปีที่แล้ว +1

      Httrack is ultimate. Please go to settings while creating project and change browser id to Linux. It will definitely work for you. You can search for mirror empty problem in TH-cam.

    • @prantobiswas5611
      @prantobiswas5611 4 ปีที่แล้ว

      @@SulochanaTutorials thank you!

    • @SulochanaTutorials
      @SulochanaTutorials  4 ปีที่แล้ว +1

      Welcome

  • @فروجالزين-ش9ه
    @فروجالزين-ش9ه ปีที่แล้ว

    how to make with local microsoft SQL server database ?