PHP compatibility

All that relates to Javascript, CSS, HTML, ....
Post Reply
Jo.2a
Posts: 9
Joined: Thu Feb 09, 2023 2:19 pm

PHP compatibility

Post by Jo.2a »

Hello
Is it possible to use PHP code with ESP Basic ?
thank
Jo
User avatar
cicciocb
Site Admin
Posts: 1900
Joined: Mon Feb 03, 2020 1:15 pm
Location: Toulouse
Has thanked: 407 times
Been thanked: 1271 times
Contact:

Re: PHP compatibility

Post by cicciocb »

Hi,
the PHP is usually a service running on a server and the html page simply runs php scripts doing calls to this server.
If your question is "does Annex hosts a PHP server?", the answer is no.

If your question is "It is possible to run a PHP script hosted on a remote server?" the answer is yes.
Jo.2a
Posts: 9
Joined: Thu Feb 09, 2023 2:19 pm

Re: PHP compatibility

Post by Jo.2a »

Hello
i will use an ESP32 as mini web server in my house to manage somme connected equipments. If i understand your answer it's possible to run PHP in ESP used as server ?

an other question, it's possible to use ENC28J60 as ethernet connecting interface ? Il the help file you propose only W5500
thanks for your Help
best regards
User avatar
cicciocb
Site Admin
Posts: 1900
Joined: Mon Feb 03, 2020 1:15 pm
Location: Toulouse
Has thanked: 407 times
Been thanked: 1271 times
Contact:

Re: PHP compatibility

Post by cicciocb »

No, it is not possible to run PHP scripts and is not possible to use the ENC28J60
Jo.2a
Posts: 9
Joined: Thu Feb 09, 2023 2:19 pm

Re: PHP compatibility

Post by Jo.2a »

Thanks for your answer
Post Reply