IntroToPHP
Hello, Word!It's nice to see youhello This contains double quotes:"\n
this will be written on
several
lines
Some predefined variables:
- HTTP_USER_AGENT: CCBot/1.0 (+http://www.commoncrawl.org/bot.html)
- /Workbench/IntroToPHP.php
- 38.103.63.60
Array
(
[PATH] => /usr/local/bin:/usr/bin:/bin
[REDIRECT_STATUS] => 200
[UNIQUE_ID] => fqxhMtBxmAkAADBIuY0AAAAC
[SCRIPT_URL] => /Workbench/IntroToPHP.php
[SCRIPT_URI] => http://www.columbuswebmakers.com/Workbench/IntroToPHP.php
[HTTP_HOST] => www.columbuswebmakers.com
[HTTP_USER_AGENT] => CCBot/1.0 (+http://www.commoncrawl.org/bot.html)
[HTTP_ACCEPT] => Accept: application/xhtml+xml,text/html;q=0.9,text/plain;
[HTTP_ACCEPT_LANGUAGE] => en-us,en;q=0.5
[HTTP_ACCEPT_ENCODING] => gzip
[HTTP_ACCEPT_CHARSET] => ISO-8859-1,utf-8;q=0.7,*;q=0.7
[HTTP_CONNECTION] => close
[HTTP_CACHE_CONTROL] => no-cache
[HTTP_PRAGMA] => no-cache
[SERVER_SIGNATURE] =>
[SERVER_SOFTWARE] => Apache/2.0.61 (Unix) PHP/4.4.7 mod_ssl/2.0.61 OpenSSL/0.9.7e mod_fastcgi/2.4.2 DAV/2 SVN/1.4.2
[SERVER_NAME] => www.columbuswebmakers.com
[SERVER_ADDR] => 208.97.165.55
[SERVER_PORT] => 80
[REMOTE_ADDR] => 38.103.63.60
[DOCUMENT_ROOT] => /home/columbuswebmakers/columbuswebmakers.com
[SERVER_ADMIN] => webmaster@columbuswebmakers.com
[SCRIPT_FILENAME] => /home/columbuswebmakers/columbuswebmakers.com/Workbench/IntroToPHP.php
[REMOTE_PORT] => 38295
[REDIRECT_URL] => /Workbench/IntroToPHP.php
[GATEWAY_INTERFACE] => CGI/1.1
[SERVER_PROTOCOL] => HTTP/1.1
[REQUEST_METHOD] => GET
[QUERY_STRING] =>
[REQUEST_URI] => /Workbench/IntroToPHP.php
[SCRIPT_NAME] => /Workbench/IntroToPHP.php
[ORIG_SCRIPT_FILENAME] => /dh/cgi-system/php5.cgi
[ORIG_PATH_INFO] => /Workbench/IntroToPHP.php
[ORIG_PATH_TRANSLATED] => /home/columbuswebmakers/columbuswebmakers.com/Workbench/IntroToPHP.php
[ORIG_SCRIPT_NAME] => /cgi-system/php5.cgi
[PHP_SELF] => /Workbench/IntroToPHP.php
[REQUEST_TIME] => 1220846579
[argv] => Array
(
)
[argc] => 0
)
This server is running PHP v5.2.6 on Linux
About Strings
Hello, JoelHello, Joel Goldstick
Joel
About number_format and for looping
0.12
1.23
12.35
123.45
1,234.50
12,345.00
123,450.00
1,234,500.00
12,345,000.00
123,450,000.00
1,234,500,000.00
12,345,000,000.00
123,450,000,000.00
1,234,500,000,000.00
12,345,000,000,000.00