php tag

731 questions


1 answers
112 views
0
How do you implement the automatic saving function in the middle of the HTML input form?

About the ability to save automatically in the middle of the HTML input form·It seems to be applied to the stack overflow form, but how do you implement it?·Completed on the client side?·Send to serve...

2 years ago

2 answers
137 views
0
I want to create a CSV with UTF-8, but ANSI outputs it.

I would like to create a CSV with the character code UTF-8 in PHP 5.4 (Cakephp2 environment), but when I look at the character code I printed in Notepad, it looks like ANSI.How can I fix it?Thank you ...

2 years ago

1 answers
70 views
0
libphp*.so/php.conf Does Not Install

[Environment] mac10.14.1(host)Virtualbox 6.0vagrant 2.2.2CentOS Linux release 7.6.1810(Core)Apache/2.4.6 (CentOS) [Phenomenon] https://qiita.com/bezeklik/items/860ba080bf4c664cd8e9Install multiple php...

php
2 years ago

2 answers
181 views
0
I want Laravel to pass the data to the view and display it in the browser, but it's not working.

The following error is causing me to fail.Could someone show me the way to resolve the error?What you want to doIn view, use foreach to extract each record.Specify the properties of the extracted reco...

2 years ago

1 answers
146 views
0
Why do I get the expected result but the HTTP code for the return value is int(0)?

Below, I can get the results I expected to run curl_exec.Both curl_getinfo results are int(0).·What do you mean?·Is the server setting related? curl_setopt_array($ch,[ CURLOPT_RETURNTRANSFER = > tr...

2 years ago

2 answers
144 views
0
PHP Cannot Specify Link Destination by Absolute Path

I am using XAMPP in Windows 10 to create a PHP site.I created a test folder directly under the htdocs folder, and I created firstPage.php and secondPage.php in it.I am currently running it with XAMPP ...

2 years ago

1 answers
143 views
0
Fuel\Core\FuelException [Error]:understanding

Now configure httpd.conf and httpd-vhosts.conf and When you restart Apache Web Server and try to access a page, The following error occurred.Fuel\Core\FuelException [Error]: Unable to create or write ...

2 years ago

1 answers
48 views
0
I want to attach secure attributes to cookies in Symphony3

I can find articles about Symfony1 and Symfony2, but We are developing the Symfony 3 series.As per the title, I want to add a secure attribute to the cookie, but I don't know how to set it.How should ...

php
2 years ago

1 answers
134 views
0
The theme does not appear in the WordPress dashboard.CSS problem?

I created my own original theme from HTML, CSS, and PHP in WordPress.If you look at customization, the design will collapse.(1) The logo MOFULOG appears small for some reason.The verification tool all...

2 years ago

1 answers
127 views
0
I want to know why it takes 8 to 40 seconds to load a CSS of several tens of KB on the wordpress site.

The wordpress site is heavy, so I'm in trouble.According to Chrome's developer tool, it seems that the TTFB of a CSS with a file size of only a few tens of KB takes 8 to 40 seconds.(See the results of...

2 years ago
« - 7 - »

© 2024 OneMinuteCode. All rights reserved.