How to solve too many redirects
From [PHPdiscussion group] 2021-04-06 12:47:58 0 1 2450
About the usage of circumflex character '^'
<?phpheader('Content-Type: text/html; charset=utf-8');$pattern='/[^0-9A-Za-z_]/';$string=...
From [PHPdiscussion group] 2017-11-08 17:11:58 0 2 2449
php - after clicking on index.html. The web page you enter is random.
From [PHPdiscussion group] 2017-06-27 09:17:54 0 1 2445
From [PHPdiscussion group] 2017-12-21 15:02:46 0 3 2444
After submitting the administrator password, an error of 500 internal server error is reported.
From [PHPdiscussion group] 2019-01-23 16:26:17 0 3 2443
Why does Hello World appear on localhost?
From [PHPdiscussion group] 2018-07-31 17:17:46 0 4 2441
How to implement java's PbeWithMd5AndDes encryption and decryption in PHP
public static String encrypt(String key, String plainText){ String encryptTxt = ""; tr...
From [PHPdiscussion group] 2020-07-31 11:37:47 0 0 2436
Where should I start to learn PHP by myself from scratch?
From [PHPdiscussion group] 2020-01-17 20:59:19 0 1 2433
What is the difference between functions and variables?
From [PHPdiscussion group] 2019-09-08 11:38:24 0 8 2432
From [PHPdiscussion group] 2018-09-17 15:16:50 0 2 2430
Controller does not exist: app\controller\Test
From [PHPdiscussion group] 2020-03-31 18:08:34 0 0 2425
From [PHPdiscussion group] 2018-04-30 02:02:14 0 6 2424
How to return data to html after php queries the database
html <!DOCTYPE html><html lang="en"><head> <m...
From [PHPdiscussion group] 2018-11-08 20:59:52 0 5 2424
Error when uploading file format error
From [PHPdiscussion group] 2018-07-19 17:01:54 0 3 2420
How to modify the default browser in PHP toolbox
Please tell me how to modify the php toolbox or phpstudy to open it in the specified browser?
From [PHPdiscussion group] 2017-09-24 04:10:28 0 2 2406