Today you will learn conditionals, loops and functions création in PHP.
This PHP crash course is free and will be posted here on dev.to. I'll be r...
For further actions, you may consider blocking this person and/or reporting abuse
These code snippets are not correct:
It should change into:
a mix php with html is not a good way to show a modern php :) but I left heart for making php more popular these times :)
Php started as templating language so totally ok.
yep, that was, but it's not an example of modern PHP nowadays, that was what I meant
You don't work with frameworks like Magento 2, I assume? Using PHP as templating language is quite common and not in any way not modern.
I agree templating is can be part in any language especially in PHP
when u say modern php what do u mean , native php or frameWorks ?
REST API, no matter which framework
the if statement, checking if a string is valid, should always be === since its always same type
Good point I made the change. Thanks for your comment.
The
$
position I think it's not correct:Shipping 9.95$
.I think it should be
Shipping $9.95
.