Table of Contents
回复讨论(解决方案)
Home Backend Development PHP Tutorial PHP中最复杂最难搞的是不是数据库的增删改查?

PHP中最复杂最难搞的是不是数据库的增删改查?

Jun 23, 2016 pm 01:23 PM

刚学到这里,被难住了。老师说,PHP最难的就是数据库这块,任何网页都离不开增删改查,只要这四样程序写熟了,啥网页也不怕了,以后学的就简单多了,不熟的多敲几遍,多写几遍。。。
。。。哎头大了


回复讨论(解决方案)

我觉得还是综合做项目难

PHP最 简单的就是数据库这块

增删改查 都有固定的写法,以至可以抽象成类或包装成一个函数

增删改查在PHP里面算是容易的,就那么多东西,你不要被你老师吓住了。

增删改查最简单了

没被老师吓到,被你们吓到了

都很简单啊

代码都是敲出来的。多练练就熟了

我想我没表达清楚原意,我不是说数据库的几条PHP语句,而是html页面提交用户信息,PHP程序再和数据库交互,还有javascript表单验证,几样东西搭配在一起,对初学者来说很难搞啊

嗯,那是的!
初学者大多缺乏团队意识(毕竟是一个人在学全部),因此也没有意识到分工协作的重要性
从浏览器到服务器再到浏览器,整个页面浏览过程是可分为若干个独立的进程的。你需要做的是设计好各进程间的接口,而具体的实现是可以分配给多人的(一个人写,也是在不同的时间完成不同的模块)

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 Article Tags

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)

11 Best PHP URL Shortener Scripts (Free and Premium) 11 Best PHP URL Shortener Scripts (Free and Premium) Mar 03, 2025 am 10:49 AM

11 Best PHP URL Shortener Scripts (Free and Premium)

Introduction to the Instagram API Introduction to the Instagram API Mar 02, 2025 am 09:32 AM

Introduction to the Instagram API

Working with Flash Session Data in Laravel Working with Flash Session Data in Laravel Mar 12, 2025 pm 05:08 PM

Working with Flash Session Data in Laravel

Build a React App With a Laravel Back End: Part 2, React Build a React App With a Laravel Back End: Part 2, React Mar 04, 2025 am 09:33 AM

Build a React App With a Laravel Back End: Part 2, React

Simplified HTTP Response Mocking in Laravel Tests Simplified HTTP Response Mocking in Laravel Tests Mar 12, 2025 pm 05:09 PM

Simplified HTTP Response Mocking in Laravel Tests

cURL in PHP: How to Use the PHP cURL Extension in REST APIs cURL in PHP: How to Use the PHP cURL Extension in REST APIs Mar 14, 2025 am 11:42 AM

cURL in PHP: How to Use the PHP cURL Extension in REST APIs

12 Best PHP Chat Scripts on CodeCanyon 12 Best PHP Chat Scripts on CodeCanyon Mar 13, 2025 pm 12:08 PM

12 Best PHP Chat Scripts on CodeCanyon

Notifications in Laravel Notifications in Laravel Mar 04, 2025 am 09:22 AM

Notifications in Laravel

See all articles