The PHP Group PHP Logo
Posted on Nov 26, 2009
Answered by a Fixya Expert

Trustworthy Expert Solutions

At Fixya.com, our trusted experts are meticulously vetted and possess extensive experience in their respective fields. Backed by a community of knowledgeable professionals, our platform ensures that the solutions provided are thoroughly researched and validated.

View Our Top Experts

How can i write a php code? - The PHP Group PHP

5 Answers

Madhuri Pardhi

Level 1:

An expert who has achieved level 1.

New Friend:

An expert that has 1 follower.

  • Contributor 1 Answer
  • Posted on Sep 15, 2015
Madhuri Pardhi
Contributor
Level 1:

An expert who has achieved level 1.

New Friend:

An expert that has 1 follower.

Joined: Sep 15, 2015
Answers
1
Questions
0
Helped
2189
Points
7

PHP is really an easy language. PHP is a server scripting language, and a powerful tool for making dynamic and interactive Web pages. You can start learning about PHP at W3schools

PHP 5 Tutorial

Rapid Code Writer

Level 1:

An expert who has achieved level 1.

New Friend:

An expert that has 1 follower.

  • Contributor 2 Answers
  • Posted on Oct 04, 2014
Rapid Code Writer
Contributor
Level 1:

An expert who has achieved level 1.

New Friend:

An expert that has 1 follower.

Joined: Oct 03, 2014
Answers
2
Questions
0
Helped
2851
Points
3

PHP is use to create websites and web applications, it is used at server side. It is very easy to write PHP code you can write PHP code between <?php(starting tag) and ?>(end tag) tag. For executing your PHP code you need a PHP parser(php server setup). You can use WAMP(for windows),LAMP(for linux) or XAMP (for both). You can use any good code editor to write PHP code. Small example is mentioned below:

<?php
echo "Hello friends";
?>

Ad

Anonymous

Level 1:

An expert who has achieved level 1.

New Friend:

An expert that has 1 follower.

Problem Solver:

An expert who has answered 5 questions.

  • Contributor 5 Answers
  • Posted on Jul 04, 2012
Anonymous
Contributor
Level 1:

An expert who has achieved level 1.

New Friend:

An expert that has 1 follower.

Problem Solver:

An expert who has answered 5 questions.

Joined: May 15, 2012
Answers
5
Questions
0
Helped
3636
Points
6

PHP is a server scripting language used to make web pages interactive. PHP code is embedded into the HTML source document and interpreted by a web server with a PHP processor module. For more information http://www.india-designers.net/

Ethan Root

Level 2:

An expert who has achieved level 2 by getting 100 points

MVP:

An expert that got 5 achievements.

Habit-Forming:

Visited the website for 3 consecutive days.

Scholar:

An expert who has written 20 answers of more than 400 characters.

  • Expert 46 Answers
  • Posted on Apr 07, 2018
Ethan Root
Expert
Level 2:

An expert who has achieved level 2 by getting 100 points

MVP:

An expert that got 5 achievements.

Habit-Forming:

Visited the website for 3 consecutive days.

Scholar:

An expert who has written 20 answers of more than 400 characters.

Joined: Apr 04, 2018
Answers
46
Questions
0
Helped
2707
Points
208

Php is today the most widely used language/platform for development of web based applications and websites. At the same time it is the easiest to learn and use. There are lots of free tutorial websites out there that can be followed to learn php without much effort. Along with these tools having the right approach can speed up the learning curve.
So here are few ideas that I found to be very helpful in my learning days.
Build an application
After learning the basic language constructs start making something on your own. Projects are the real environment to learn all aspects of the language from all angles.
Start using an mvc framework
Once you are able to make a workable application by bunching together scripts, mvc frameworks are the next important thing to learn. Stands for model view controller, and it is a "style" of coding that is now default-ly used in web applications.
Read the documentation
Php.net is the php documentation website and contains a lot of literature to read at free time. The comments specially contain useful advice and code snippets.
Watch other applications and learn
Php is used to code almost any kind of web application like blog, ecommerce platform, cms, forum, image gallery etc. Take your time to study other popular applications and see what they do an how. This gives you a better feel of how applications look and what features they have.
Go to irc
Whether it be about programming or fixing my computer hardware, irc is the first place I throw a question at. IRC is the place where experts can be found on any topic. The room for php is #php.
Hope this way help you Too!
Regards
Ethan Root
Techtiq Solutions

Cado Magenge

Level 2:

An expert who has achieved level 2 by getting 100 points

MVP:

An expert that got 5 achievements.

Habit-Forming:

Visited the website for 3 consecutive days.

New Friend:

An expert that has 1 follower.

  • Expert 52 Answers
  • Posted on Nov 07, 2015
Cado Magenge
Expert
Level 2:

An expert who has achieved level 2 by getting 100 points

MVP:

An expert that got 5 achievements.

Habit-Forming:

Visited the website for 3 consecutive days.

New Friend:

An expert that has 1 follower.

Joined: Apr 29, 2015
Answers
52
Questions
0
Helped
8089
Points
343

PHP is a server scripting language used to make web pages interactive with the server. Its open source language, easy to use and undersatand. PHP code write with the HTML. For PHP coding or programming you can use XAMP or WAMP server. You can easily find Professional PHP Developers .

Add Your Answer

×

Uploading: 0%

my-video-file.mp4

Complete. Click "Add" to insert your video. Add

×

Loading...
Loading...

2,199 views

Ask a Question

Usually answered in minutes!

Top The PHP Group Computers & Internet Experts

Rob Hill
Rob Hill

Level 3 Expert

1483 Answers

Nikole Brown
Nikole Brown

Level 2 Expert

124 Answers

Syed Bilal
Syed Bilal

Level 3 Expert

252 Answers

Are you a The PHP Group Computer and Internet Expert? Answer questions, earn points and help others

Answer questions

Manuals & User Guides

Loading...