Category Archives: PHP
about PHP: hints, tricks and its application
PHP+nginx setup tricks
General notes: The trial follows the way I’ve discovered the solutions of the problem. Following it directly reproduces most of my mistakes and quests. If the final solution is necessary, it’s recommended to pre-read the article before you begin All … Continue reading
Posted in linux, PHP, web
Leave a comment
echo multiparameter
There is a very known feature that differs echo and print instructions of PHP: echo takes several parameters, but print doesn’t. Don’t mind echo works silent, well print returns a value depending on execution success. Just as I’ve faced with … Continue reading
Posted in PHP, web
Leave a comment