cdnflightmedic Posted December 1, 2008 Share Posted December 1, 2008 Hello all, I am new to this site, and new to MySQL and PHP. I do a fair amount of web programming, and I am now looking to create a secure section to a website I have created. I hear that MySQL and PHP is the way to go, but I know nothing about the two. I am basically trying to create a user login page with a password field, for my staff members to input in order to get the secure side of the site. I understand that a database needs to be put in place with MySQL. I don't have a MySQL downloaded to my computer, so we would need to start there. I would appreciate a very step by step process to building this up as I, like I said before am very green to all of this, but willing to learn. Please help. Sincerely, cdnflightmedic Quote Link to comment https://forums.phpfreaks.com/topic/134939-im-a-total-greenhorn-and-i-need-some-helpplease/ Share on other sites More sharing options...
corbin Posted December 1, 2008 Share Posted December 1, 2008 Tutorials. Read lots and lots of tutorials. Quote Link to comment https://forums.phpfreaks.com/topic/134939-im-a-total-greenhorn-and-i-need-some-helpplease/#findComment-702785 Share on other sites More sharing options...
BoarderLine Posted December 1, 2008 Share Posted December 1, 2008 download xampp is a good start http://www.apachefriends.org/en/xampp.html Quote Link to comment https://forums.phpfreaks.com/topic/134939-im-a-total-greenhorn-and-i-need-some-helpplease/#findComment-702825 Share on other sites More sharing options...
trq Posted December 1, 2008 Share Posted December 1, 2008 I do a fair amount of web programming, and I am now looking to create a secure section to a website I have created. What language do you currently program in? Quote Link to comment https://forums.phpfreaks.com/topic/134939-im-a-total-greenhorn-and-i-need-some-helpplease/#findComment-702866 Share on other sites More sharing options...
cdnflightmedic Posted December 2, 2008 Author Share Posted December 2, 2008 I mostly build my own html for my websites. I don't use any code generators. cdnflightmedic Quote Link to comment https://forums.phpfreaks.com/topic/134939-im-a-total-greenhorn-and-i-need-some-helpplease/#findComment-703534 Share on other sites More sharing options...
DarkWater Posted December 2, 2008 Share Posted December 2, 2008 That's not programming really; HTML is just a markup language. =/ I think you're misunderstanding what PHP actually does. It's a hypertext preprocessor, so it does just want it sounds like. It processes and outputs HTML, essentially. Basically, if you had some php: <?php echo "<em>Hello, world!</em>"; ?> All it really did was print some HTML for your browser to interpret. The real power of PHP is being able to manipulate things like cookies, sessions, and databases in order to output specific HTML. Read up on it a bit. Quote Link to comment https://forums.phpfreaks.com/topic/134939-im-a-total-greenhorn-and-i-need-some-helpplease/#findComment-703542 Share on other sites More sharing options...
cdnflightmedic Posted December 2, 2008 Author Share Posted December 2, 2008 I do a fair amount of web programming, and I am now looking to create a secure section to a website I have created. What language do you currently program in? I thought the question was asking "what language", which is why I put html. Like I had mentioned previously, I am looking for help for one aspect of PHP and MySQL as I simply do not have the time to be learning a new computer language or aspect of programming, as the use of it would be extremely limited for what I actually need. Many of you do this sort of programming as a profession, or are avid hobbyists, but I unfortunately do not have the luxury of time as I am busy managing a business, and I am simply looking for help on one small project. Of course if I had the time, I would take a course and look into PHP and MySQL on an in depth level. Can anyone help beyond telling me to take a course or a tutorial? Sincerely, cdnflightmedic Quote Link to comment https://forums.phpfreaks.com/topic/134939-im-a-total-greenhorn-and-i-need-some-helpplease/#findComment-703566 Share on other sites More sharing options...
corbin Posted December 2, 2008 Share Posted December 2, 2008 So you essentially want to learn it overnight? It doesn't work like that. Either learn it (phpfreaks would help you, of course), or pay someone to do it. Quote Link to comment https://forums.phpfreaks.com/topic/134939-im-a-total-greenhorn-and-i-need-some-helpplease/#findComment-703591 Share on other sites More sharing options...
trq Posted December 2, 2008 Share Posted December 2, 2008 Yeah, I'm afraid programming (in any language, and no, html is NOT a programming language) is not something that your simply going to pick up over night. There's a free book in my signature (Hudzilla) that if you where real keen you could probably knock over in a weekend and go from there. Otherwise, Id suggest you start looking for an open source solution that does close to what you want, either that, or as Corbin said, your likely going to need to hire someone. Quote Link to comment https://forums.phpfreaks.com/topic/134939-im-a-total-greenhorn-and-i-need-some-helpplease/#findComment-703607 Share on other sites More sharing options...
Daniel0 Posted December 2, 2008 Share Posted December 2, 2008 Duh... yes there is: "Teach Yourself X in 24 Hours" Really though, don't waste your money on such books. Quote Link to comment https://forums.phpfreaks.com/topic/134939-im-a-total-greenhorn-and-i-need-some-helpplease/#findComment-703779 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.