Comments on: PHP for Beginners: Starting on Backend WordPress Development https://wpshout.com/php-for-beginners-tutorial/ A hub for advanced WordPress users, developers & savvy business owners. Tue, 17 May 2022 10:12:12 +0000 hourly 1 https://wordpress.org/?v=6.4.3 By: jerry john https://wpshout.com/php-for-beginners-tutorial/#comment-22018 Mon, 24 Jun 2019 08:31:12 +0000 https://wpshout.com/?p=18059#comment-22018 Thanks for sharing this. I’ve been trying to learn a little PHP. Great post for me and people who already use other languages like asp or asp.net and want to explore PHP. This is very helpful. Keep on the great work. I just want to say that there is no need to dive too deep in PHP if you don’t want to. A versatile coder can just pick what they need for a particular scenario.

]]>
By: David Hayes https://wpshout.com/php-for-beginners-tutorial/#comment-22017 Thu, 14 Feb 2019 20:12:21 +0000 https://wpshout.com/?p=18059#comment-22017 In reply to Louis.

Thanks for pointing out the error. I’ve clarified the language 🙂

]]>
By: Louis https://wpshout.com/php-for-beginners-tutorial/#comment-22016 Thu, 14 Feb 2019 10:41:48 +0000 https://wpshout.com/?p=18059#comment-22016 “So in this case, “Too small” would still only show when $value was less than 5.” is wrong.

Correct would be:

“So in this case, “Too small” would still only show when $value was not greater than 5.

]]>
By: Freethinker https://wpshout.com/php-for-beginners-tutorial/#comment-22015 Sun, 13 Jan 2019 09:21:13 +0000 https://wpshout.com/?p=18059#comment-22015 Personally, I think learn basic css and html is easier than js or php. But this article is clear and really helps.

]]>
By: Mary G https://wpshout.com/php-for-beginners-tutorial/#comment-22014 Thu, 10 Jan 2019 17:33:31 +0000 https://wpshout.com/?p=18059#comment-22014 In reply to David Hayes.

Well, kinda. I still think I need to go to pre-basics!

]]>
By: David Hayes https://wpshout.com/php-for-beginners-tutorial/#comment-22013 Wed, 09 Jan 2019 20:14:06 +0000 https://wpshout.com/?p=18059#comment-22013 In reply to Mary G.

Great question, Mary! HTML is a “markup language” that your web browser reads. PHP is a “logic/programming language” that can be used to create HTML.

HTML is more like, “This section is a sidebar. These words are italicized.” PHP is a language where you can do things like say “If I’ve written at least one WordPress post on this topic, link to this URL, otherwise don’t.” So they’re two different languages with two different purposes.

Am I making sense?

]]>
By: Mary G https://wpshout.com/php-for-beginners-tutorial/#comment-22012 Wed, 09 Jan 2019 19:27:57 +0000 https://wpshout.com/?p=18059#comment-22012 Well, for me, as a beginner, this was not a 101 class. I guess I need a PHP primer class! (maybe I am pre-beginner) Like, what is the difference between HTML and PHP? (I thought only HTML was used in the text portion of websites.)

]]>
By: Amie Suzan https://wpshout.com/php-for-beginners-tutorial/#comment-22011 Tue, 08 Jan 2019 17:33:05 +0000 https://wpshout.com/?p=18059#comment-22011 Nice article indeed. Would definitely be helpful for the beginners.

]]>