Getting Started with PHP (Experience Talk)_PHP Tutorial
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

Hot AI Tools

Undresser.AI Undress
AI-powered app for creating realistic nude photos

AI Clothes Remover
Online AI tool for removing clothes from photos.

Undress AI Tool
Undress images for free

Clothoff.io
AI clothes remover

AI Hentai Generator
Generate AI Hentai for free.

Hot Article

Hot Tools

Notepad++7.3.1
Easy-to-use and free code editor

SublimeText3 Chinese version
Chinese version, very easy to use

Zend Studio 13.0.1
Powerful PHP integrated development environment

Dreamweaver CS6
Visual web development tools

SublimeText3 Mac version
God-level code editing software (SublimeText3)

Hot Topics

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

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

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

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

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

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

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

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