Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in php

how to set cron job from php script?

php cron crontab

Trying to test filesystem operations with VFSStream

PHPMailer sending e-mails with the warning: This message may not have been sent by: [email protected] Learn more Report phishing

php email phpmailer

send email with attachment in php without saving the file to webserver

php email attachment

What is _SERVER["CONTEXT_PREFIX"]

php

PHP get_headers() reports different headers than CURL

php curl http-headers

Why does strtotime('x') return tomorrows date

php strtotime

PHPExcel issue for reading date field from excel file

php phpexcel

exit() with message and non-zero exit status

php

Composer: Develop directly in vendor packages

php git composer-php

How to get the same MD5 with Delphi and PHP?

Using temporary variables while calling function in PHP

php variables

meaning of &$variable and &function? [duplicate]

php

curl -X POST -H 'Content-Type: application/json' -d to PHP

php curl

Magento - Fatal error: Call to a member function getBackend() on a non-object in app/code/core/Mage/Eav/Model/Entity/Abstract.php on line 816

php magento magento-1.7

Create my own shortcode with php

php shortcode

data type of longitude and latitude to store in mysql database?

php mysql

Nginx: Redirect all non-existing requests to index.php

php url-rewriting nginx

How do I make sure that values from MySQL keep their type in PHP?

php mysqli types mysqlnd

Does PHP read required scripts every request?

php