各位大大 小弟我该继续如何学 php的 基本的学的差不多了
求助各位大大 我该继续怎么学 php的 基本的学的差不多了
我已经学了几个月php了,现在感觉江郎才尽,不知道该怎么学,继续学哪些东西,忘大侠指教,本人非常感谢了。 下面说下我的自身状况。
学了这么久php,我能建设简单的网站了如通讯录,留言板,网址收藏夹等等。
1.我会简单的分页,虽然一开始用的网上的,但现在估计能自己写出来,完全看得明白,思路清楚。
2.我知道输入的文本框要做过滤处理,防止乱写 sql注入等。
3.mysql会简单的增删改查,对留言板 网址收藏夹的增删改查都会操作,并且还能分页处理。
4.能自己写些简单的函数,或者简单加工php内置的函数。如自己写的数据库连接函数,验证文本框的正则表达式函数,等等初级函数。
5.我能开发多用户版本的,登录后session['user']=登录用户名,然后插入数据 读取数据 取表中字段==登录用户名的,不知道这么写对不对。
我现在感觉技术止步不前了,不知道学什么东西,smarty框架没兴趣学,我想学习能提高自己技术的东西。希望前辈大侠们不吝赐教。
------解决方案--------------------
够了,会念经几句经了,吃饭的碗有了。可以游方化缘了
------解决方案--------------------
哎。。。我的水平和LZ差不多,也是很郁闷呐,顶一下!!
------解决方案--------------------
呵呵,,版主的话很幽默。确实。基础掌握了,就差实践了。
------解决方案--------------------
你还是没有被生活所迫,另外自己也懒。
1,上班就是做PHP站点的,你不做能行吗?很快就锻炼出来了。
2,自己有想法,做自己的站,前后全自己搞,锻炼效果绝对不一般。
本人上班是经常用PHP的,但都是做后端,C/PHP/PYTHON都搅和着用,根本没把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

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



MySQL is chosen for its performance, reliability, ease of use, and community support. 1.MySQL provides efficient data storage and retrieval functions, supporting multiple data types and advanced query operations. 2. Adopt client-server architecture and multiple storage engines to support transaction and query optimization. 3. Easy to use, supports a variety of operating systems and programming languages. 4. Have strong community support and provide rich resources and solutions.

MySQL is an open source relational database management system, mainly used to store and retrieve data quickly and reliably. Its working principle includes client requests, query resolution, execution of queries and return results. Examples of usage include creating tables, inserting and querying data, and advanced features such as JOIN operations. Common errors involve SQL syntax, data types, and permissions, and optimization suggestions include the use of indexes, optimized queries, and partitioning of tables.

PHP remains important in modern web development, especially in content management and e-commerce platforms. 1) PHP has a rich ecosystem and strong framework support, such as Laravel and Symfony. 2) Performance optimization can be achieved through OPcache and Nginx. 3) PHP8.0 introduces JIT compiler to improve performance. 4) Cloud-native applications are deployed through Docker and Kubernetes to improve flexibility and scalability.

PHP remains a powerful and widely used tool in modern programming, especially in the field of web development. 1) PHP is easy to use and seamlessly integrated with databases, and is the first choice for many developers. 2) It supports dynamic content generation and object-oriented programming, suitable for quickly creating and maintaining websites. 3) PHP's performance can be improved by caching and optimizing database queries, and its extensive community and rich ecosystem make it still important in today's technology stack.

MySQL's position in databases and programming is very important. It is an open source relational database management system that is widely used in various application scenarios. 1) MySQL provides efficient data storage, organization and retrieval functions, supporting Web, mobile and enterprise-level systems. 2) It uses a client-server architecture, supports multiple storage engines and index optimization. 3) Basic usages include creating tables and inserting data, and advanced usages involve multi-table JOINs and complex queries. 4) Frequently asked questions such as SQL syntax errors and performance issues can be debugged through the EXPLAIN command and slow query log. 5) Performance optimization methods include rational use of indexes, optimized query and use of caches. Best practices include using transactions and PreparedStatemen

PHP and Python each have their own advantages and are suitable for different scenarios. 1.PHP is suitable for web development and provides built-in web servers and rich function libraries. 2. Python is suitable for data science and machine learning, with concise syntax and a powerful standard library. When choosing, it should be decided based on project requirements.

PHP is a scripting language widely used on the server side, especially suitable for web development. 1.PHP can embed HTML, process HTTP requests and responses, and supports a variety of databases. 2.PHP is used to generate dynamic web content, process form data, access databases, etc., with strong community support and open source resources. 3. PHP is an interpreted language, and the execution process includes lexical analysis, grammatical analysis, compilation and execution. 4.PHP can be combined with MySQL for advanced applications such as user registration systems. 5. When debugging PHP, you can use functions such as error_reporting() and var_dump(). 6. Optimize PHP code to use caching mechanisms, optimize database queries and use built-in functions. 7

PHP is suitable for web development, especially in rapid development and processing dynamic content, but is not good at data science and enterprise-level applications. Compared with Python, PHP has more advantages in web development, but is not as good as Python in the field of data science; compared with Java, PHP performs worse in enterprise-level applications, but is more flexible in web development; compared with JavaScript, PHP is more concise in back-end development, but is not as good as JavaScript in front-end development.
