Hi,
I want to develop my website into php application. What is the difference between php and core php? Tell me.
What is different between PHP and Core PHP?
Moderator: General Moderators
-
- Forum Newbie
- Posts: 2
- Joined: Thu Mar 03, 2016 3:09 am
Re: What is different between PHP and Core PHP?
PHP is the language. "Core PHP" I don't know, I've never heard that term before, but I would guess it means the parts of PHP that aren't provided by extensions.
- Christopher
- Site Administrator
- Posts: 13592
- Joined: Wed Aug 25, 2004 7:54 pm
- Location: New York, NY, US
Re: What is different between PHP and Core PHP?
I don't think "core php" is a very common term. It usually means PHP and its libraries, as opposed to a framework that wraps the core libraries in an OOP interface.
(#10850)
-
- Forum Newbie
- Posts: 7
- Joined: Thu Oct 20, 2016 6:33 am
Re: What is different between PHP and Core PHP?
Core generally refers to any functionality that ships with PHP which is not provided by an extension. Any time you use PHP you're using core.
-
- Forum Newbie
- Posts: 11
- Joined: Tue May 16, 2017 2:48 am
Re: What is different between PHP and Core PHP?
PHP is a server side scripting language designed for web development and also used as general purpose programming language.
Core PHP is just basic knowledge of PHP
Core PHP is just basic knowledge of PHP
-
- Forum Newbie
- Posts: 1
- Joined: Thu Jun 22, 2017 5:33 am
- Location: USA
Re: What is different between PHP and Core PHP?
Core generally refers to any functionality that ships with PHP which is not provided by an extension. Any time you use PHP you're using core.
Re: What is different between PHP and Core PHP?
requinix wrote:PHP is the language. "Core PHP" I don't know, I've never heard that term before, but I would guess it means the parts of PHP that aren't provided by extensions.
PHP is a programming language, used to power about 80% of the internet.
corePHP is a company run by a very nice group of people, who in the past have made some <span style='color:blue' title='I'm naughty, are you naughty?'>smurf</span> crazy integrations between WordPress and Joomla.