html - How to login with Google Account from my PHP application? -
i need help. have been create php application , has sign in authentication access it. user table : =========================================================== username | password | email | e_pass =========================================================== admin | admin | mymail@google.com | mygooglepassword =========================================================== username , password column local authentication, email , e_pass google authentication. so, how can that? both local , google authentication done @ same step? because google calendar , google drive embedded in php application , need google authentication access them. here authentication code php code : <?php if (empty($_post['userid']) or empty($_post['passwd'])) { // jika file diakses secara langsung ?> <script type="text/javascript"> alert("you can't access file directly!"); </script>...