PHP usage

Ye' old general discussion board. Basically, for everything that isn't covered elsewhere. Come here to shoot the breeze, shoot your mouth off, or whatever suits your fancy.
This forum is not for asking programming related questions.

Moderator: General Moderators

Post Reply
Brumar
Forum Newbie
Posts: 1
Joined: Sun Nov 19, 2017 5:38 am

PHP usage

Post by Brumar »

Hi all,

I'm new to coding and have two questions.

1) I know I can use php with PHPDesktop to create a app/software to run locally. Does it still run in a browser or will it look like a normal software setup?

2? Can PHP be used to create iOS and Android apps?


Thanks in advance.
User avatar
requinix
Spammer :|
Posts: 6617
Joined: Wed Oct 15, 2008 2:35 am
Location: WA, USA

Re: PHP usage

Post by requinix »

1. The Knowledge Base answers that.
2. Not really, no. You can use it as a web service but not as part of the app itself.
Post Reply