Nishio Posted November 16, 2010 Share Posted November 16, 2010 Hello everybody, I'm Nishio and I started to program like a month ago, my basic idea was to be able to create websites and to work as a freelancer, I know HTML and CSS from what I can design a simple website, but most of the people who look for freelancers also look for PHP/ASP knowledge, and I know some basics of PHP, like variables, booleans and NULL, constants, arrays, if statement, but I don't know how to acctualy do anything a little more complex with it. So I guess what I am asking for is a mentor, somebody who would tell and show me how do I connect PHP with web design I already know. And no I do not have any money, so I am basicly asking for somebody who has nothing to do for 1/2 hours a day and knows PHP. Thanks in advance, and sorry if I posted in a wrong section. Quote Link to comment https://forums.phpfreaks.com/topic/218867-need-help-learning/ Share on other sites More sharing options...
defeated Posted November 16, 2010 Share Posted November 16, 2010 Why don't you do what I did... go to http://www.tizag.com and go through their tutorials. That should keep you going for quite a while. Then when you bump into problems (when you try and do something a little more complex) you can post here and get fantastic help. I would suggest you also get familiar with mysql databases. PHP and mysql together are really useful. Quote Link to comment https://forums.phpfreaks.com/topic/218867-need-help-learning/#findComment-1135080 Share on other sites More sharing options...
Rifts Posted November 16, 2010 Share Posted November 16, 2010 I would start at http://www.w3schools.com/php/default.asp and use tizag when something on w3school doesnt make sense. Quote Link to comment https://forums.phpfreaks.com/topic/218867-need-help-learning/#findComment-1135101 Share on other sites More sharing options...
jltempest Posted November 16, 2010 Share Posted November 16, 2010 I would suggest reading through the PHP.net documentation and MySql documentation. Test out the functions out yourself, it will help you understand them better. Also, this is a good place for tutorials: http://www.devshed.com/c/b/PHP/ Quote Link to comment https://forums.phpfreaks.com/topic/218867-need-help-learning/#findComment-1135213 Share on other sites More sharing options...
MasonPrice Posted November 22, 2010 Share Posted November 22, 2010 if your like me and cant really understand php by reading this youtube channel is perfect for beginners enjoy http://www.youtube.com/user/phpacademy Quote Link to comment https://forums.phpfreaks.com/topic/218867-need-help-learning/#findComment-1137739 Share on other sites More sharing options...
revraz Posted November 22, 2010 Share Posted November 22, 2010 This is my suggestion, along with the others above. Get an idea in your head about a project. What type of website do you want to do? Make a fictious league, or stats site, or a news site, anything that interests you. Think of what you want it to do, then learn how to do it. By the time you finish your site, you will have learned a lot. Quote Link to comment https://forums.phpfreaks.com/topic/218867-need-help-learning/#findComment-1137748 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.