The update_option()
lines should go into your theme's functions.php file. Not in wp-config.php.
If you would rather edit wp-config.php change the update_option()
lines to:
define('WP_HOME','http://planforward.net/wp');
define('WP_SITEURL','http://planforward.net/wp');