kustomjs Posted October 15, 2007 Share Posted October 15, 2007 Hi Guys I just want to know how can I create a php login page and a download page for each customer that login's in. Quote Link to comment https://forums.phpfreaks.com/topic/73312-how-can-i-create-a-php-login-page/ Share on other sites More sharing options...
nafetski Posted October 15, 2007 Share Posted October 15, 2007 Does the download page need to be specific for each customer, or will the same data be viewable to anybody who is qualified to see it? Did you need it to be database driven, or hard coded? If you're a little more specific, I think I can help Quote Link to comment https://forums.phpfreaks.com/topic/73312-how-can-i-create-a-php-login-page/#findComment-369919 Share on other sites More sharing options...
trq Posted October 15, 2007 Share Posted October 15, 2007 You need to find a tutorial. Its not something that we can simply describe in a single post on a help forum. Quote Link to comment https://forums.phpfreaks.com/topic/73312-how-can-i-create-a-php-login-page/#findComment-369921 Share on other sites More sharing options...
thryb Posted October 15, 2007 Share Posted October 15, 2007 google it http://www.google.ca/search?hl=en&q=php+login+page+tutorial&meta= Quote Link to comment https://forums.phpfreaks.com/topic/73312-how-can-i-create-a-php-login-page/#findComment-369924 Share on other sites More sharing options...
kustomjs Posted October 15, 2007 Author Share Posted October 15, 2007 the tutorials might not help me for what I wanted to do because it doesnt give me a clear way of creating a login page for each customer because after the customer downloads or uploads a file I want it to go a big page so I can look at or even my shops to look at. Quote Link to comment https://forums.phpfreaks.com/topic/73312-how-can-i-create-a-php-login-page/#findComment-369971 Share on other sites More sharing options...
trq Posted October 15, 2007 Share Posted October 15, 2007 So you want us to write you your own personal tutorial? Quote Link to comment https://forums.phpfreaks.com/topic/73312-how-can-i-create-a-php-login-page/#findComment-369980 Share on other sites More sharing options...
kustomjs Posted October 15, 2007 Author Share Posted October 15, 2007 I didnt say you guys had to write anything out I just want to know how to create a login page then go to customer profile then they can download or upload files from server. Quote Link to comment https://forums.phpfreaks.com/topic/73312-how-can-i-create-a-php-login-page/#findComment-370045 Share on other sites More sharing options...
trq Posted October 15, 2007 Share Posted October 15, 2007 Sorry then, I'm just not sure what your after. Do you know how to create a login page? Start there. There are plenty of tutorials on the subject. Once thats done, you'll need to make an upload / download page that is only viewable by members that are logged in. Quote Link to comment https://forums.phpfreaks.com/topic/73312-how-can-i-create-a-php-login-page/#findComment-370048 Share on other sites More sharing options...
kustomjs Posted October 15, 2007 Author Share Posted October 15, 2007 i dont know how to make a login or create page in php yet and how would I create something like this: from that picture that is what I am after. [attachment deleted by admin] Quote Link to comment https://forums.phpfreaks.com/topic/73312-how-can-i-create-a-php-login-page/#findComment-370060 Share on other sites More sharing options...
trq Posted October 15, 2007 Share Posted October 15, 2007 Your simply not going to find an all in one tutorial to build exactly what you want. You need to piece together the bits and pieces. Theres a good link in my signiture to a free online book if your a newcomer to php. Other than writting a complete tutorial for you I just don't see what else we can do. This is a great community, but this boards intention is to help with specific coding problems, not to write step by step instructions for the next big web app. Quote Link to comment https://forums.phpfreaks.com/topic/73312-how-can-i-create-a-php-login-page/#findComment-370063 Share on other sites More sharing options...
irkevin Posted October 16, 2007 Share Posted October 16, 2007 If you want a good and running login script, try this one http://www.mpdolan.com/downloads.htm From this, you'll be able to understand how a login script works and how to design one later P.S[to any moderators] : If the link posted cause a problem with phpfreaks, forgive me and delete it please. Thanks for your comprehension Quote Link to comment https://forums.phpfreaks.com/topic/73312-how-can-i-create-a-php-login-page/#findComment-370305 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.