Thank you for being a valued part of the CNET community. As of December 1, 2020, the forums are in read-only format. In early 2021, CNET Forums will no longer be available. We are grateful for the participation and advice you have provided to one another over the years.

Thanks,

CNET Support

Question

Php

Mar 2, 2016 3:20AM PST

Hello! Please help me to create a system in Php.

Discussion is locked

- Collapse -
Answer
Re: PHP
Mar 2, 2016 3:33AM PST

Although you can create a complete information system in PHP, commonly it's only used for the part that handles the interaction with a user via a browser. Quite a lot of systems do more than that.

Some help for the absolute beginner:
- Install LAMP or the Windows equivalent on your server or development machine.
- Learn PHP from books or courses
- Learn SQL from books or courses (if your system needs a database)
- Learn HTML and CSS from books or courses
- Program the system
- Test the system
- Deploy the system

Post was last edited on March 2, 2016 2:41 PM PST

- Collapse -
Answer
Php system
Mar 3, 2016 8:52PM PST

First, you have to learn what you want your system to do, I'm guessing you have at least a little background in html and sql.

- Collapse -
Answer
System in Php
Mar 3, 2016 9:01PM PST

Hi there! First off, what do you want you system to do?
It is a good idea to know about SQL, HTML/HTML5, XAMPP, and CSS.
I suggest learn to create a simple login first, then you can progress from that.
You can create Php system in either text editor or in Visual Studio 2015.
There are many youtube tutorials, books, and even online courses about php.