php项目适合初学者 [英] php projects for beginners

查看:73
本文介绍了php项目适合初学者的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

在我的拼贴画中,我想制作php项目,我不知道如何制作画布表和应该是什么项目和项目标题我不太了解PHP plzz帮助我......

In my collage,I want to make php project and i dont know how to make canvas sheet and what should be project about and project title i dont know much about PHP plzz help me out......

推荐答案

帮助自己获取这些资源:

1. 初学者的逐步PHP教程 - 从SCRATCH创建PHP程序:基本身份验证,成员身份和CRUD功能 [ ^ ]。

2. 初学者的10多个Php项目 [ ^ ]。

3.和书签这个网站 [ ^ ]。
Help yourself to these resources:
1. Step-by-Step PHP Tutorials for Beginners - Creating your PHP program FROM SCRATCH: Basic Authentication, Membership and CRUD functionalities[^].
2. 10+ Php projects for beginners[^].
3. And bookmark this site[^].


我想你可能会对什么感到困惑PHP是。



您提到了 canvas 元素,这是前端开发,在此处理客户端Web浏览器。



PHP是服务器端(后端)开发,所有数据都在服务器上构建和处理,然后发送到客户端浏览器。



如果您想学习PHP,那么我建议学习的好方法是制作一个简单的留言板/论坛



它应该能够执行以下操作:



登录/注册

创建/编辑/删除主题

创建/编辑/删除主题帖子

简单搜索



我相信制作一个类似的项目这将有助于您了解PHP的工作原理,以及如何与会话,cookie或数据库(如mysql)等数据存储进行交互


您应该熟悉 php.net ,因为您可能会参考很多。您也可以通过 Codecademy PHP教程
I think you may be getting confused as to what PHP is.

You mentioned about the canvas element, this is front-end development, which is processed in the clients web browser.

PHP is server-side (back-end) development, all the data is built and processed on the server and then sent to the clients browser.

If you're wanting to learn PHP, then I suggest a good way to learn is to make a simple message board / forum

It should have the ability to do the following:

Login/Register
Create/Edit/Delete Topics
Create/Edit/Delete Posts to topics
Simple search

I believe making a project like this will help you understand how PHP works, and how to interact with data storage like sessions, cookies, or databases like mysql

You should familiarize yourself with php.net as you will likely reference this a lot. You may want to go through a Codecademy PHP tutorial too.


这篇关于php项目适合初学者的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆