<?php // serverside script for storing customer email in session // run via syncronous ajax call (is that still ajax then?) session_start(); $_SESSION[ 'musichearts_customer_email_address' ] = $_POST[ 'musichearts_customer_email_address' ]; ?>