answersLogoWhite

0

What is a php programmer?

User Avatar

Wiki User

9y ago

Best Answer

A person who programs in PHP, which is a server-side scripting language used as the back-end of many web applications. A PHP processor processes the PHP code before it is sent to the client so the client never sees the back-end code but only HTML and other client-side code. PHP is a fairly robust and versatile programming language which is both procedural and object-orientated in nature.

User Avatar

Wiki User

9y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What is a php programmer?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

Who is the founder of the php language?

rasmus-lerdorfa Danish/Canadian programmer.


Why all programmer used the php?

It is easy for coding and useful for many categories of websites.


How much education is required to be a PHP programmer?

A PHP programmer creates the code and design for a website, and puts the changes in the desired form. The education required includes a Computer Science degree, and should include courses teaching internet protocol.


How does PHP work?

PHP is a programming language that stands for PHP Hypetextual Processing (recursive acronym). Technically PHP is just a program that lives on your computer which interprets code and executes PHP statements line by line. The PHP interpreter will execute changes to your computer or run-time environment based on the low-level instructions that the programmer issues.


What is senior PHP programmer?

A senior programmer in general would be a programmer who is experienced. He should have a deeper knowledge of the programming language and programming in general. He would also know what steps are necessary to complete the a program. In a team of programmers working on the same project the senior programmer(s) would be the one(s) who is in charge; leading the team.


Who is Zach Fay?

He's a PHP Programmer and Web Designer. He is also an actor who played a part in Charmed, Medium, Pretty Little Liars.


How can one become employed in a PHP job?

While it may be a bit harder to find a company to work for, you could always check your local listings on sites such as Monster. Another way is to become a freelance PHP programmer, taking up opportunities as they come. If you are hard pressed to find work, then check sites where people are asking for PHP work done, such as the website PHP Jobs.


Difference between php web design and net web design?

A web designer creates the aesthetic value of the site. A web programmer determines the functionality of the site. Read on for more information on Windsor Web developer and programmer. Very technical question ! PHP and ASP.NET Both are server-side technologies and allow to do a lot of things thanks to their huge frameworks out of the box. ASP.NET is a Microsoft technology while PHP is open source. In regard of the hosting, that makes a difference price wise (PHP/MYSQL is cheaper than ASP.NET/SQL SERVER hosting). Same if you want to find developers, a MYSQL/PHP Developer is cheaper than ASP.NET.


What are some bad habits people use when learning to become PHP programmers?

There are many bad examples that one picks up when learning to become a PHP programmer. This includes writing poor and difficult to read code as well as relying too much on copying and pasting examples.


What statement causes a function to executed in PHP?

All usable statements in PHP can cause a function to be executed - however, that's not to say that every statement will execute a function. A statement is defined by the programmer, who it is ultimately the one responsible for including a function, more than one function, or no functions.


What language do you recommend PHP or Delphi?

I don't know Delphi, but the related Wikipedia link lists it as an application language like C++. PHP is a server-side language, so I don't think they can be compared. Besides, for most languages the only criteria any programmer can provide is personal preference.


What program is required to open a PHP file?

php files can be opened in one of two ways, if you wish to view the code: use Notepad if you wish to view the output: use a web brower such as IE or Firefox when viewing the output you will have to have installed PHP onto your PC or have placed the PHP file on a webserver and view from there over the internet.