IBM出品PHP课程文章
IBM出品PHP教程文章
概述
PHP 简介
部署
安装 XAMPP 进行方便集成开发
源代码控制
利用 PHP 和 Subversion 从零开始创建一个 blog
开发
学习?PHP
开始了解 PHP V5 中的对象
用 PHP 走向动态
学习 PHP,第一部分
学习 PHP,第二部分
学习 PHP,第三部分
用 PHP 开发健壮的代码,第 1 部分
用 PHP 开发健壮的代码,第 2 部分:有效地使用变量
用 PHP 开发健壮的代码,第 3 部分:编写可重用函数 — 充分利用函数
PHP 例解,第 1 部分:轻松的 Webzine 编辑和发送
PHP 例解,第 2 部分:深入研究 Webzine 编辑和发送
高级 PHP
高级 PHP V5 对象
用 PHP 构建 Web 服务
用 PHP 绘制 3-D 图像
使用 PHP 创建图形的巧妙方法
如何在 PHP 中使用正则表达式
结合 PHP 使用 HTML 表单
用 PHP 读取和编写 XML DOM
通过 PHP 脚本访问企业应用
PHP 设计
MVC 模式、类封装还是黑客代码——合理设计 PHP 项目
PHP 应用
使用 PHP 构建搜索优化应用程序,第 1 部分:入门
用 OpenLaszlo 装点 PHP 应用,第 1 部分: 创建交互式界面
用 OpenLaszlo 装点 PHP 应用,第 2 部分: PHP REST 和数据绑定
用 OpenLaszlo 装点 PHP 应用,第 3 部分: 添加数据库
使用 Snort 和 PHP 构建一个小型网络防御系统
用 PHP 使 Web 数据分析进入更高境界 — 设计您的数据分析,做比简单原始计数更多的事
用 PHP 实现的简单线性回归:第 1 部分 — 数学库在 PHP 中的重要性
用 PHP 实现的简单线性回归,第 2 部分 — 解决输出和概率函数缺陷的数据研究工具
调试和监测
PHP 程序员的调试技术
集成
IBM?数据库服务器
使用 DB2 UDB 进行应用程序开发
用 PHP 开发 IBM Cloudscape 和 DB2 通用数据库应用程序
通过 PDO 将 PHP 连接到 DB2 和 Cloudscape
Zend Core for IBM 技术路线图
Zend Core for IBM – PHP 开发人员指南
DB2 Express-C:IBM 提供的免费大餐
IBM Web 和应用服务器
在 IBM HTTP Server 上部署 PHP 应用程序
IBM WebSphere 开发者技术期刊: 使用 PHP 和 J2EE 来实现通用的 Web 应用程序基础架构
在 Apache Geronimo 中运行 PHP 应用程序
第三方服务
使用 Web 服务和 eBay SDK 开发应用程序,第 1 部分: 构建 eBay 搜索引擎
使用 Web 服务和 eBay SDK 开发应用程序,第 2 部分:使用 eBay SOAP API 构建一个 eBay 搜索引擎
用 PHP、Derby 和 PayPal 创建 Web 店面,第 1 部分:设置基本数据库
用 PHP、Derby 和 PayPal 创建 Web 店面,第 2 部分:收集付款
用 PHP、Derby 和 PayPal 创建 Web 店面,第 3 部分: 设置订单、送货和电子邮件
用 PHP 创建 Amazon 店面,第 1 部分:用 Amazon ECS 获得内容
扩展
PHP 服务数据对象简介
如何使您的 PHP 应用程序变成聊天机器人
在 PHP 世界中选择最合适的模板
PEAR(PHP Extension and Application Repository)
PEAR 简介:用 PEAR 来写你的下一个 PHP 程序
PEAR 简介:常用模块
PEAR 简介:使用 PHPDoc 轻松建立你的 PEAR 文档
PEAR 简介:创建中间的数据库应用层
PEAR 实践:PHP 中 MVC 机制的实现
安全性
确保 PHP 应用程序的安全
审计 PHP,第 1 部分:理解 register_globals
PHP Zend 框架
理解 Zend 框架,第 1 部分:基础 — 介绍 Zend 框架
理解 Zend 框架,第 2 部分: 模型-视图-控制器及添加数据库
理解 Zend 框架,第 3 部分: 提要(RSS)
理解 Zend 框架,第 4 部分: 使用 Zend_HTTP_Client 获取无提要的内容
理解 Zend 框架,第 5 部分: 创建 PDF 文件
理解 Zend 框架,第 6 部分: 发送电子邮件
理解 Zend 框架,第 7 部分: 搜索
理解 Zend 框架,第 8 部分:添加相关信息和服务
理解 Zend 框架,第 9 部分: 用 Ajax 和 JSON 添加交互性

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

Video Face Swap
Swap faces in any video effortlessly with our completely free AI face swap tool!

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

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

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

JWT is an open standard based on JSON, used to securely transmit information between parties, mainly for identity authentication and information exchange. 1. JWT consists of three parts: Header, Payload and Signature. 2. The working principle of JWT includes three steps: generating JWT, verifying JWT and parsing Payload. 3. When using JWT for authentication in PHP, JWT can be generated and verified, and user role and permission information can be included in advanced usage. 4. Common errors include signature verification failure, token expiration, and payload oversized. Debugging skills include using debugging tools and logging. 5. Performance optimization and best practices include using appropriate signature algorithms, setting validity periods reasonably,

A string is a sequence of characters, including letters, numbers, and symbols. This tutorial will learn how to calculate the number of vowels in a given string in PHP using different methods. The vowels in English are a, e, i, o, u, and they can be uppercase or lowercase. What is a vowel? Vowels are alphabetic characters that represent a specific pronunciation. There are five vowels in English, including uppercase and lowercase: a, e, i, o, u Example 1 Input: String = "Tutorialspoint" Output: 6 explain The vowels in the string "Tutorialspoint" are u, o, i, a, o, i. There are 6 yuan in total

This tutorial demonstrates how to efficiently process XML documents using PHP. XML (eXtensible Markup Language) is a versatile text-based markup language designed for both human readability and machine parsing. It's commonly used for data storage an

Static binding (static::) implements late static binding (LSB) in PHP, allowing calling classes to be referenced in static contexts rather than defining classes. 1) The parsing process is performed at runtime, 2) Look up the call class in the inheritance relationship, 3) It may bring performance overhead.

What are the magic methods of PHP? PHP's magic methods include: 1.\_\_construct, used to initialize objects; 2.\_\_destruct, used to clean up resources; 3.\_\_call, handle non-existent method calls; 4.\_\_get, implement dynamic attribute access; 5.\_\_set, implement dynamic attribute settings. These methods are automatically called in certain situations, improving code flexibility and efficiency.

PHP and Python each have their own advantages, and choose according to project requirements. 1.PHP is suitable for web development, especially for rapid development and maintenance of websites. 2. Python is suitable for data science, machine learning and artificial intelligence, with concise syntax and suitable for beginners.
