From a288c2733ae05f04af707133671e79f32efd9eb2 Mon Sep 17 00:00:00 2001 From: ivan Date: Fri, 23 Jan 2009 01:23:41 +0000 Subject: add the start at PHP self-service as a quick early renew example --- fs_selfservice/php/main.php | 39 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 39 insertions(+) create mode 100644 fs_selfservice/php/main.php (limited to 'fs_selfservice/php/main.php') diff --git a/fs_selfservice/php/main.php b/fs_selfservice/php/main.php new file mode 100644 index 000000000..b34a47730 --- /dev/null +++ b/fs_selfservice/php/main.php @@ -0,0 +1,39 @@ +customer_info( array( + 'session_id' => $session_id, +) ); + +$error = $response['error']; + +if ( $error ) { + header('Location:login.php?error='. urlencode($error)); + die(); +} + +extract($response); + +?> + + + + My Account + + +

My Account

+ + Hello,

+ + + +
+ + Renew early + + + -- cgit v1.2.1