Page 1 of 1

PHP compatibility

Posted: Thu Feb 09, 2023 8:01 pm
by Jo.2a
Hello
Is it possible to use PHP code with ESP Basic ?
thank
Jo

Re: PHP compatibility

Posted: Fri Feb 10, 2023 10:37 am
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.

Re: PHP compatibility

Posted: Sat Mar 11, 2023 7:42 am
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

Re: PHP compatibility

Posted: Sat Mar 11, 2023 8:39 am
by cicciocb
No, it is not possible to run PHP scripts and is not possible to use the ENC28J60

Re: PHP compatibility

Posted: Sat Mar 11, 2023 4:38 pm
by Jo.2a
Thanks for your answer