this post was submitted on 31 Jul 2023
6 points (100.0% liked)

PHP

368 readers
1 users here now

<?

namespace lemmy\php;

/*

Welcome to the PHP community on Lemmy

#Rules:

1: Soon(TM)

#Helpful stuff:

PHP Documentation

Composer

PHP Standards

#Common frameworks:

Symfony

Larvel

*/

echo "Welcome";

founded 1 year ago
MODERATORS
 

Old coder looking to get back into it. At least as a hobby.. have not worked with php since 2000ish. Any suggestions where to start?

you are viewing a single comment's thread
view the rest of the comments
[–] moog 2 points 1 year ago

https://www.w3schools.com/php/

W3Schools really helped me refresh my memory with Javascript when I got back into it after a hiatus. They have a PHP course as well that Im sure would help you out.