小弟我想去做php,但是又不太敢
我想去做php,但是又不太敢
我想去做php,但是又不太敢,不知道难不难啊?我学过html css js 知道php对数据库的增删查等操作。请问要学到什么程度才能去做?
有谁在公司做web开发的,透露下,主要是做什么?那些主页Photoshop设计外观的没问题,我本来就是设计出身的。
------解决方案--------------------
既然知道php是对数据库的增删改查,就要去补一点sql知识。
然后就是php的基本语法了,这个唯一的技巧就是多写,这样才能熟练。
------解决方案--------------------
其实php很简单。
------解决方案--------------------
php也不难。。。
------解决方案--------------------
学过html css js 知道php对数据库的增删查等操作。其实已经可以做了。
但最好你学习一套框架的使用,例如yii,ThinkPHP, CI等。
公司一般都会有框架的,如果你有使用过框架,到公司后学习会较快上手。
------解决方案--------------------
我也是刚到一家网络公司上了几天班了,学什么都得靠自己,跟同事弄好关系,一开始虚心求教吧,撑过一段时间就OK了
------解决方案--------------------
CURD都会了。可以去上班了。。。呵呵呵。。。
------解决方案--------------------
懂设计,会前台,居然还会点php和数据库,找个有人带的小公司去面试吧,gogogo
------解决方案--------------------
会了html,js,css,再去学学php+mysql
php入门比较简单的
------解决方案--------------------
进入一家网络公司 在工作中学

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











HTML, CSS and JavaScript are the core technologies for building modern web pages: 1. HTML defines the web page structure, 2. CSS is responsible for the appearance of the web page, 3. JavaScript provides web page dynamics and interactivity, and they work together to create a website with a good user experience.

Importing WordPress source code requires the following steps: Create a sub-theme for theme modification. Import the source code and overwrite the files in the sub-topic. Activate the sub-theme to make it effective. Test the changes to make sure everything works.

The top ten safe and reliable exchanges in the 2025 cryptocurrency circle include: 1. Binance, 2. OKX, 3. Gate.io (Sesame Open), 4. Coinbase, 5. Kraken, 6. Huobi Global, 7. Gemini, 8. Crypto.com, 9. Bitfinex, 10. KuCoin. These exchanges are rated as safe and reliable based on compliance, technical strength and user feedback.

IIS and PHP are compatible and are implemented through FastCGI. 1.IIS forwards the .php file request to the FastCGI module through the configuration file. 2. The FastCGI module starts the PHP process to process requests to improve performance and stability. 3. In actual applications, you need to pay attention to configuration details, error debugging and performance optimization.

Multiple calls to session_start() will result in warning messages and possible data overwrites. 1) PHP will issue a warning, prompting that the session has been started. 2) It may cause unexpected overwriting of session data. 3) Use session_status() to check the session status to avoid repeated calls.

AI can help optimize the use of Composer. Specific methods include: 1. Dependency management optimization: AI analyzes dependencies, recommends the best version combination, and reduces conflicts. 2. Automated code generation: AI generates composer.json files that conform to best practices. 3. Improve code quality: AI detects potential problems, provides optimization suggestions, and improves code quality. These methods are implemented through machine learning and natural language processing technologies to help developers improve efficiency and code quality.

session_start()iscrucialinPHPformanagingusersessions.1)Itinitiatesanewsessionifnoneexists,2)resumesanexistingsession,and3)setsasessioncookieforcontinuityacrossrequests,enablingapplicationslikeuserauthenticationandpersonalizedcontent.

The function of HTML is to define the structure and content of a web page, and its purpose is to provide a standardized way to display information. 1) HTML organizes various parts of the web page through tags and attributes, such as titles and paragraphs. 2) It supports the separation of content and performance and improves maintenance efficiency. 3) HTML is extensible, allowing custom tags to enhance SEO.
