What to do if php cannot load js css
Solutions for php unable to load js css: 1. Check whether the loaded path is correct; 2. Forbid the use of absolute paths; 3. Use relative paths to load files.
The operating environment of this article: windows7 system, PHP7.1 version, DELL G3 computer
What should I do if php cannot load js css?
Solution to the problem that php cannot load js css:
1. The path must be absolutely correct. Based on the location of the js and css files after the project, the path must be Absolute path
(For example, the project location is under D://studys/aa/bb, the project name is cc, and the js file path is D://studys/aa/bb/cc/public/js/ dd.js, then the loading path should be aa/public/js/dd.js)
2. Do not use absolute paths! ! Don't use absolute paths! ! Don't use absolute paths! !
(Because the absolute path is used, after the file is placed on another computer, the js and css files cannot be loaded because the system disk where we store the php file is very likely to be different)
3. When we use relative paths, we must be good at using the global variable $_SERVER to obtain them. Generally, dirname($_SERVER['SCRIPT_NAME']) is used to load these files
($_SERVER[' SCRIPT_NAME'] obtains the relative position of the inde.php entry file, where dirname() refers to the previous path relative to inde.php)
atic for $_SERVER['SCRIPT_NAME'] ulatetaining the relative position of the inde.php entry file, where dirname() refers to the previous path relative to inde.php (for example, the result obtained by $_SERVER['SCRIPT_NAME'] is: aa/bb/cc/index.php, then the result of dirname($_SERVER['SCRIPT_NAME'] is: aa/bb/cc. This result generally intercepts the frame name position - the final position of Index.php is in the frame Folder)
##
Recommended learning: "###PHP Video Tutorial###"###The above is the detailed content of What to do if php cannot load js css. For more information, please follow other related articles on the PHP Chinese website!

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 defines the web structure, CSS is responsible for style and layout, and JavaScript gives dynamic interaction. The three perform their duties in web development and jointly build a colorful website.

WebdevelopmentreliesonHTML,CSS,andJavaScript:1)HTMLstructurescontent,2)CSSstylesit,and3)JavaScriptaddsinteractivity,formingthebasisofmodernwebexperiences.

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.

The future of PHP will be achieved by adapting to new technology trends and introducing innovative features: 1) Adapting to cloud computing, containerization and microservice architectures, supporting Docker and Kubernetes; 2) introducing JIT compilers and enumeration types to improve performance and data processing efficiency; 3) Continuously optimize performance and promote best practices.

PHP and Python each have their own advantages, and the choice should be based on project requirements. 1.PHP is suitable for web development, with simple syntax and high execution efficiency. 2. Python is suitable for data science and machine learning, with concise syntax and rich libraries.

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 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.
