php_tricks
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| php_tricks [2016/07/20 16:56] – juckins | php_tricks [2018/11/01 21:32] (current) – juckins | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| + | ==== PHP Tips ==== | ||
| + | |||
| + | Code tips: | ||
| + | |||
| + | < | ||
| $actual_link = ' | $actual_link = ' | ||
| echo "Our URL: $actual_link< | echo "Our URL: $actual_link< | ||
| - | # the entire URL of the current page, including query string | + | # the entire URL of the current page, including query string |
| $url = $_SERVER[' | $url = $_SERVER[' | ||
| echo " | echo " | ||
| Line 17: | Line 22: | ||
| $path = substr($_SERVER[' | $path = substr($_SERVER[' | ||
| echo "Path of the URL without the filename ---> $path< | echo "Path of the URL without the filename ---> $path< | ||
| + | </ | ||
| More info on parsing the URL: http:// | More info on parsing the URL: http:// | ||
| + | Showing errors: | ||
| + | < | ||
| + | <?php | ||
| + | ini_set(' | ||
| + | ini_set(' | ||
| + | error_reporting(E_ALL); | ||
| + | ?> | ||
| + | |||
| + | test | ||
| + | |||
| + | <?php | ||
| + | echo " | ||
| + | $file=fopen(" | ||
| + | ?> | ||
| + | </ | ||
php_tricks.1469048214.txt.gz · Last modified: by juckins
