Linux Lite Forums

General => On Topic => Topic started by: Kevin Perez on February 21, 2022, 06:06:12 PM

Title: PHP Tutorial
Post by: Kevin Perez on February 21, 2022, 06:06:12 PM
 Hello everyone,

Hopefully, I am posting this in the right place. I wish to develop PHP plugins for my WordPress website.
So far, I am having little to no luck. I successfully installed Xampp and the WordPress plugin.

My difficulty is in using a text editor to create files with:
Html
PHP
File extensions. What are your recommendations? The main reason I put this post here is I hope it becomes a
tutorial on how to develop PHP plugins on Linux Lite.
Title: Re: PHP Tutorial
Post by: Kevin Perez on January 31, 2023, 03:21:05 PM

Does the lack of a response mean:
1. People have not installed a PHP editor they are willing to recommend?

2. I asked this question in the wrong web space?
3. Insert your own question here?

Thank you.
Title: Re: PHP Tutorial
Post by: Jerry on January 31, 2023, 10:17:40 PM
There are Forums all over the internet with unanswered posts. Generally I think it is safe to assume it's because no one here has the knowledge specific to your question. And yes, because you are not requiring Software Support, topic move to On Topic :)
Title: Re: PHP Tutorial
Post by: trinidad on February 02, 2023, 04:20:25 PM
https://www.w3schools.com/php/ (https://www.w3schools.com/php/)
Probably the best bet but then there is this to start with though navigation is not intuitive.
https://www.php.net/docs.php (https://www.php.net/docs.php)
For Linux Lite probably follow here for installation:
https://linuxhint.com/install-latest-php-ubuntu22-04/ (https://linuxhint.com/install-latest-php-ubuntu22-04/)
Set this up first.
https://www.digitalocean.com/community/tutorials/how-to-install-wordpress-on-ubuntu-22-04-with-a-lamp-stack (https://www.digitalocean.com/community/tutorials/how-to-install-wordpress-on-ubuntu-22-04-with-a-lamp-stack)
TC

Title: Re: PHP Tutorial
Post by: Alex5th on May 01, 2023, 04:20:12 PM
If you are using Ubuntu for development, you can try this article for PHP install on Ubuntu
https://technoracle.com/how-to-install-php-on-ubuntu-22-04-simple-guide/ (https://technoracle.com/how-to-install-php-on-ubuntu-22-04-simple-guide/)