前言:大概在2006年的時候,學習過一段時間的php,並且當時做了一個下載的網站,後來由於讀研究生階段用的是java、j2ee相關,所以php就擱淺掉了,php這些年也發生了很大的變化,最大一個變化是支持面向對象了。
現在由於需要php做些東西,再次學習,從頭開始!
echo 和 print 之間的差異:
如需設置常量,請使用 define() 函數 - 它使用三個參數:
Several predefined variables in PHP are "superglobals", which means that they are always accessible, regardless of scope - and you can access them from any function, class or file without having to do anything special.
The PHP superglobal variables are:
PHP $_POST is widely used to collect form data after submitting an HTML form with method="post". $_POST is also widely used to pass variables.