PDA

View Full Version : Is PHP a language?



buddy16cat
July 18th, 2005, 04:42
I am in a Intro to info systems and I know PHP is what you use when retreiving pages off of a database but is it a programming language or really a query language like SQL?

overulehost
July 18th, 2005, 07:31
It is a scripting language that means you dont need to compile the code inorder to run unlike java and c++ which makes life a lot easier :)

hope that helps

kabatak
July 18th, 2005, 08:13
regarding your question: it is a programming language in which you can use a query language like SQL

overulehost
July 18th, 2005, 12:17
just go to www.php.net for more detail

Yojance
July 19th, 2005, 00:28
I talk PHP all the time with my cat and dogs. :) Its a very nice language. I think its the most used programming language used in the internet. Unfortunately i dont know it. But im learning. There are many site tuts that help you.

Brandon
July 19th, 2005, 13:27
php is really simple to learn really, once you get it, its hard to stop scripting :)

overulehost
July 19th, 2005, 14:33
yeah it is true :)

spec
July 22nd, 2005, 19:06
I love where they are taking it... once they start using defined variables for objects I will be a happy camper.

buddy16cat
August 4th, 2005, 02:55
This has something to do with pulling pages of a database. are there methods and and properties to their objects? PHP2 as DataBasePage
If Button.Click Then
PHP2.Import.ToPage :-)

Corazu
August 4th, 2005, 03:05
<?
echo('Not Precisely);
?>

Object Oriented coding in PHP is a bit different, PHP is NOT C++, VB or any other programming language, it is a web programming language. It is compiled differently than other programs.

Regards,

buddy16cat
August 4th, 2005, 03:18
I was just kidding. I am in VB class and you can program in C++, C#, J#, and VB in the Studio .Net environment. There is a database chapter though. I am going t ohave to check out the tutorials I have on PHP. They will soon have a web database class at my school.