benjahnee Posted March 23, 2013 Share Posted March 23, 2013 hi guys i have created my first login and registration page but it does not work correctly. After submitting registration deals, the details are accepted and the user gets taken to a page that just says registration succesful. but when i run the logout script and try to log in using the details it says user details not recognised. so when i look in the database connected to the registration details, i found out that the registration details havent saved there. could someone please look at my code and tell me why these details arent being saved in the database? i appreciate it a lot thankyou the code is here http://pastebin.com/sSf3LnCu Quote Link to comment https://forums.phpfreaks.com/topic/276054-php-problem-with-registration-script/ Share on other sites More sharing options...
Love2c0de Posted March 23, 2013 Share Posted March 23, 2013 I noticed one problem. With the date() function, you are only specifying the format in which you want the date to display, but you don't actually provide a timestamp or anything else or it to format. Kind regards, L2c. Quote Link to comment https://forums.phpfreaks.com/topic/276054-php-problem-with-registration-script/#findComment-1420545 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.