Can I write a web program in PHP and then turn it into a mobile app? Is there any specific software doing this? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Can I write a web program in PHP and then turn it into a mobile app? Is there any specific software doing this?

21st Jun 2017, 6:05 PM
Faryad Kashef
Faryad Kashef - avatar
2 Answers
0
No. And yes. What you do with php is the backend. The part that retrieves data from the database and forwards it to the user. An app is frontend, just like the html/css/js trinity in your browser. So yes you can simply use the php parts for mobile as well, but no. That will not give you an app to view them.
22nd Jun 2017, 4:39 AM
1of3
1of3 - avatar
0
Thanks for the reply. I wanted to write a web program with lots of options and control flow and then turn it into an app like an android app. It seems like this isn't the way.
22nd Jun 2017, 7:31 AM
Faryad Kashef
Faryad Kashef - avatar