Home Backend Development PHP Tutorial Getting Started with PHP (Experience Talk)_PHP Tutorial

Getting Started with PHP (Experience Talk)_PHP Tutorial

Jul 13, 2016 pm 05:12 PM
php study right help I Beginner's guide

I wrote Lvjiaost in early December 2001. I hope it will be helpful for everyone to learn PHP
I guess most of the first questions are about how to configure them
Suggest some software
The server apache, the database mysql, and of course php
It can be downloaded from the Internet, just search it a little
1. Apache configuration instructions can be seen in this version
There is an article in it, It’s about how to configure it under 98
I read that article almost every time I configure it
2. The configuration of mysql does not need to be configured now. Just execute the installation program directly
and that’s it
3. Combination of PHP configuration and Apache
If your e-text is good, just read the instructions in the PHP decompression package
Otherwise, just read the article recommended above
Tool issues
There are many PHP programming tools now, all of which are similar
For novices, it is recommended to use PHPED
function prompts, variable prompts, syntax highlighting, automatic indentation,
and it can also be debugged, but note that if your If apache is configured in
php modul mode, it is best not to share a php.exe with phped
Other editors include
editplus, which many people recommend and I like to use it the most
Syntax highlighting, automatic indentation, its automatic indentation function is the strongest
If there are a lot of html codes in the php program you write, then editplus will
be the best choice, it can It is very convenient to insert common html codes, and you can define your own shortcut keys
ultraedit, which is also an editor used by many people
syntax highlighting, automatic indentation
and it has 10 pasteboards It can be used and is very convenient
In addition, you can open binary files, but it has nothing to do with writing PHP
I don’t use this much, but many people say it is very good, maybe you can discover it yourself
turbo php, a domestic PHP editor
supports syntax highlighting and function prompts, and its function prompts are very detailed
A promising editor, but it seems that there is still work to be done
Next, turn off the eggplant

www.bkjia.comtruehttp: //www.bkjia.com/PHPjc/629459.htmlTechArticlelv嬲飧鳳ost I wrote it in early December 2001. I hope it will be helpful to everyone learning PHP. The first question is mostly about how to configure it. I would like to suggest a few software servers apac...
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn

Hot AI Tools

Undresser.AI Undress

Undresser.AI Undress

AI-powered app for creating realistic nude photos

AI Clothes Remover

AI Clothes Remover

Online AI tool for removing clothes from photos.

Undress AI Tool

Undress AI Tool

Undress images for free

Clothoff.io

Clothoff.io

AI clothes remover

AI Hentai Generator

AI Hentai Generator

Generate AI Hentai for free.

Hot Article

R.E.P.O. Energy Crystals Explained and What They Do (Yellow Crystal)
2 weeks ago By 尊渡假赌尊渡假赌尊渡假赌
Repo: How To Revive Teammates
4 weeks ago By 尊渡假赌尊渡假赌尊渡假赌
Hello Kitty Island Adventure: How To Get Giant Seeds
3 weeks ago By 尊渡假赌尊渡假赌尊渡假赌

Hot Tools

Notepad++7.3.1

Notepad++7.3.1

Easy-to-use and free code editor

SublimeText3 Chinese version

SublimeText3 Chinese version

Chinese version, very easy to use

Zend Studio 13.0.1

Zend Studio 13.0.1

Powerful PHP integrated development environment

Dreamweaver CS6

Dreamweaver CS6

Visual web development tools

SublimeText3 Mac version

SublimeText3 Mac version

God-level code editing software (SublimeText3)

CakePHP Project Configuration CakePHP Project Configuration Sep 10, 2024 pm 05:25 PM

In this chapter, we will understand the Environment Variables, General Configuration, Database Configuration and Email Configuration in CakePHP.

PHP 8.4 Installation and Upgrade guide for Ubuntu and Debian PHP 8.4 Installation and Upgrade guide for Ubuntu and Debian Dec 24, 2024 pm 04:42 PM

PHP 8.4 brings several new features, security improvements, and performance improvements with healthy amounts of feature deprecations and removals. This guide explains how to install PHP 8.4 or upgrade to PHP 8.4 on Ubuntu, Debian, or their derivati

CakePHP Date and Time CakePHP Date and Time Sep 10, 2024 pm 05:27 PM

To work with date and time in cakephp4, we are going to make use of the available FrozenTime class.

CakePHP File upload CakePHP File upload Sep 10, 2024 pm 05:27 PM

To work on file upload we are going to use the form helper. Here, is an example for file upload.

CakePHP Routing CakePHP Routing Sep 10, 2024 pm 05:25 PM

In this chapter, we are going to learn the following topics related to routing ?

Discuss CakePHP Discuss CakePHP Sep 10, 2024 pm 05:28 PM

CakePHP is an open-source framework for PHP. It is intended to make developing, deploying and maintaining applications much easier. CakePHP is based on a MVC-like architecture that is both powerful and easy to grasp. Models, Views, and Controllers gu

How To Set Up Visual Studio Code (VS Code) for PHP Development How To Set Up Visual Studio Code (VS Code) for PHP Development Dec 20, 2024 am 11:31 AM

Visual Studio Code, also known as VS Code, is a free source code editor — or integrated development environment (IDE) — available for all major operating systems. With a large collection of extensions for many programming languages, VS Code can be c

CakePHP Creating Validators CakePHP Creating Validators Sep 10, 2024 pm 05:26 PM

Validator can be created by adding the following two lines in the controller.

See all articles