🎉 💯 ::: tip This is a tip ::: ::: danger STOP Danger zone, do not proceed :::
start
| if ($request_uri = /) { | |
| set $test A; | |
| } | |
| if ($host ~* teambox.com) { | |
| set $test "${test}B"; | |
| } | |
| if ($http_cookie !~* "auth_token") { | |
| set $test "${test}C"; |
| <ul class="links-list"> | |
| <li><a href="https://php.net" target="_blank">Офіційна документація PHP</a> </li> | |
| <li><a href="https://www.youtube.com/channel/UCpOIUW62tnJTtpWFABxWZ8g">Codecourse</a></li> | |
| <li><a href="https://www.youtube.com/playlist?list=PLfdtiltiRHWF0RicJb20da8nECQ1jFvla" >PHP OOP</a></li> | |
| <li><a href="https://www.youtube.com/playlist?list=PLfdtiltiRHWHCuQl1HY1jHpD8Zxatjmjr">PHP Best Practices</a></li> | |
| <li><a href="https://www.php-fig.org/psr" target="_blank">PHP Standards Recommendations</a></li> | |
| <li><a href="https://phptestquestions.com" target="_blank">Online PHP test</a></li> | |
| <li><a href="https://phptherightway.com" target="_blank">Php the right way</a></li> | |
| <li><a href="http://www.phpthewrongway.com" target="_blank">Php the wrong way</a></li> | |
| /ul> |
🎉 💯 ::: tip This is a tip ::: ::: danger STOP Danger zone, do not proceed :::
start