The image verification code you entered is incorrect.

Learn PHP

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



Reply

The content of this field is kept private and will not be shown publicly.
  • Allowed HTML tags: <a> <em> <strong> <cite> <code> <ul> <ol> <li> <dl> <dt> <dd>
  • Lines and paragraphs break automatically.
More information about formatting options Captcha Image: you will need to recognize the text in it.
Please type in the letters/numbers that are shown in the image above.