logo
Published on Technical articles on: Windows servers, Apache Web Server, MySQL, PHP, IIS (http://www.sitebuddy.com)

Learn PHP

By chris
Created 13 Jan 2006 - 1:18am
Some of my first PHP instructions:

*) Redirect ala cfhtttp:
header("Location: http://www.sitebuddy.com/");

*) Print and halt execution, basic troubleshooting technic...
print "Value of aVariable: ($aVariable)";
exit("Value of filename: ($filename)");

print() function ref: http://us2.php.net/manual/en/function.print.php
exit() function ref: http://us2.php.net/manual/en/function.exit.php


PHP, Javascript and VBScript Language Summary:
http://phplens.com/phpeverywhere/node/view/30


Source URL:
http://www.sitebuddy.com/php/php_information_links/learn_php