source code of log-in to google code example
Example: login with google account using php source code download
CREATE TABLE `google_users` (
`google_id` int(12) NOT NULL,
`clint_id` varchar(255) NOT NULL,
`name` varchar(255) NOT NULL,
`last_name` varchar(255) NOT NULL,
`google_email` varchar(60) NOT NULL,
`gender` varchar(255) NOT NULL,
`picture_link` varchar(255) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=latin1;