Community
Articles Topics Q&A
Learn
Course Programming Dictionary
Tools Library
Development tools Website Source Code PHP Libraries JS special effects Website Materials Extension plug-ins
AI Tools
Leisure
Game Download Game Tutorials
search
English
简体中文 English 繁体中文 日本語 한국어 Melayu Français Deutsch
Login
singup

  • Popular searches:
  • PHP
  • MySQL
  • jquery
  • HTML
  • CSS
  • Whole station
  • Course
  • Article
  • Q&A
  • Download
Found a total of 10000 related content
  • How to manage inclusions, requirements, and usage in this project

    In this PHP project without framework I have this folder structure: adapters, classes and models php file "index.php" is executed from the root directory and I have a problem with model and adapter classes index file <?phpinclude ('Class/Load.php');$connection=MysqlClass::getConnectionM...

    P粉652495194 2024-02-25 18:11:04 0  1  506

  • nginx uploads files without using background code

    It means not using PHP, Python and other background processing. It just transfers the file to the specified directory {code...}. It uses this simple page to upload, and then nginx can directly specify a path to save it. No background processing is required.

    淡淡烟草味 2017-05-16 17:29:46 0  2  758

  • PHP about the use of new

    {Code...} The first type of error is PHP Fatal error: Class 'Redis' not found. If I don't use namespace automatic loading and use include file, there is no problem with the first and second types. This is What is the principle and how to solve it? Thank you.

    typecho 2017-06-29 10:08:15 0  3  903

  • Objective-c - Swift parsing file object array unsuccessful

    I didn't learn how to decode files well, so I wrote a simple demo for testing, but I still couldn't decode the files and get the data. I must have handled it improperly. I hope you can give me some advice. As follows, I have a dogHouse model class and want to perform file decoding operations. {Code....

    高洛峰 2017-05-02 09:35:44 0  0  701

  • Convert file to data stream

    Hello heroes, I want to convert the excel file into a data stream and then send it to the interface. .NET uses this class to implement FileStream fs = new FileStream(path, FileMode.Open, FileAccess.Read); What method does PHP use to implement it? grateful.

    聂顺顺 2022-10-25 09:17:59 0  5  1086

  • Run python script in PHP (add to Pandas df and save file)

    When the user selects an xlsx file and submits it via POST, I want to take the file, put it into pandasdf, do some data cleaning/formatting, and then send it back to the browser as a downloadable csv. I've got the python/pandas script working fine. I've been able to successfully pass a simple $PHP v...

    P粉536532781 2024-03-27 21:05:37 0  1  693

  • php 5.6 include php file directly outputs the file content without execution, and php5.2 will be normal.

    As shown in the figure, the code for executing the file is as shown below. . . . As a result, the code in dbConfig.php is output directly to the browser. No analysis at all. Copy the code in dbConfig.php to the running php file. It is estimated that version 5.6 has upgraded the initialization and ex...

    yoyo 2019-06-07 00:44:09 0  1  1261

  • How to import the contents of RTF format files into the editor in PHP?

    The new function needs to extract the content from the RTF format file and put it into the input box of the unavailable input tag, as shown in the following figure. How to implement this function? Is there a method class in PHP to obtain it? .

    北城浮生ぅ 2017-12-09 10:49:49 0  0  1191

  • How to solve the problem of "cannot move" error when Curl uploads files to PHP

    I want to set up a simple HTTP service (using PHP) to receive files from another computer using Linuxcurl and Windows Powershell. I have read from internet sources including PHP cannot upload files to server? Use cURL to upload POST data along with the file. These posts helped me solve the parameter...

    P粉904191507 2024-02-17 18:51:11 0  1  643

  • JS jump to PHP page stuck

    The JS jump to other PHP pages is stuck. I tested it and found that the empty PHP file can be accessed. There must be something wrong with the PHP code I was accessing. I can't jump with the JS code, but I can use the PHP header. It jumps normally, which is really weird. I would like to ask how to w...

    按键盘手指磨破皮 2017-08-01 14:18:16 0  2  1615

  • How to disable PHP reporting SQL errors?

    I have my own PHP data class that logs MySQL errors to a txt file using mysqli_error($this->conn). Everything was working fine until I set PHP error handling to E_ALL. Now PHP intercepts the error and it doesn't have a chance to be handled by my MySQL error handler. This wouldn't be a problem exc...

    P粉550257856 2023-09-05 17:14:24 0  1  818

  • PHP Chinese website's large-scale public welfare live broadcast is about to start! Develop PHP framework from scratch, and use the original development framework to imitate the Encyclopedia of Embarrassing Things website (ended)

    Encyclopedia of Embarrassing Things (this tutorial belongs to the fourth tutorial of Tianlongbabu, a large-scale practical development project on the PHP Chinese website) Registration method: Click on the original text link in the lower left corner of this article Reply to the community post to part...

    PHP中文网 2018-01-22 11:04:52 29  418  56011

  • Sequentially rename files on upload based on existing files in directory

    I'm using this (php) upload code I found online for an image upload form. I realize there are already a lot of questions/answers on the site about "renaming files" when uploading, and I've researched them quite a bit. So far...none of them seem to specifically address what I want to do. Ho...

    P粉310931198 2023-09-10 13:14:12 0  1  893

  • Laravel Modal does not return data

    I don't know why I'm not getting the value from the modal in my Laravel controller. Please check it for me. However, I use the same code for other modes and controllers. It's working and returning the value from the property without any issues. I'm using Laravel8 and php8.1; below is my code. app\Ht...

    P粉174151913 2024-03-29 10:31:31 0  1  638

  • Can I use the automatic generation module of thinkphp5 in Windows 7 system? How to configure and use

    明民 2017-10-10 17:04:14 0  2  1432

  • After installing the PHP toolbox, all the mysql tables in phpstudy that I installed before are gone. What should I do?

    After installing the PHP toolbox, all the mysql tables in phpstudy that I installed before are gone. What should I do?

    刘袁铭 2017-10-10 19:25:59 0  4  2989

  • mcrypt_get_key_size()

    To use mcrypt_get_key_size() in php study, how to enable mcrypt_

    刘袁铭 2017-10-10 19:47:34 0  1  1214

  • Detecting login status and preventing repeated login status in TP5 - My page is wrong

    冥冥之中天注定 2017-10-10 22:49:15 0  0  1235

  • Issues with resending WeChat public account template messages?

    For example: I am using PHP to develop WeChat public accounts. If I send a template message, the WeChat client may receive 1-3 messages. I checked Baidu and said that the WeChat server will resend in 5 seconds. How to solve this problem?

    飞扬 2017-10-11 08:00:11 0  0  1159

  • How to install php7

    我无限黑暗里的小太阳▼ 2017-10-11 09:11:44 0  1  1162

Public welfare online PHP training,Help PHP learners grow quickly!

About us Disclaimer Sitemap

© php.cn All rights reserved