Valuate Domain Names
DNForum - Domain Sales, Domain Forum, Domain Appraisals, Domain Registrars
HomeRegisterMembershipsGetting StartedDomain Tools Domain EbooksSEO Software Domain Resellers Advertise

Go Back   DNForum - Domain Sales, Domain Forum, Domain Appraisals, Domain Registrars > Content Development > Website Development and Design Discussion > Coding/Programming/Languages
Register Search Today's Posts Mark Forums Read

Reply
 
LinkBack Thread Tools Display Modes
Old 04-09-2005, 09:41 AM   #1 (permalink)
DNF Addict
 
KING's Avatar
 
Last Online: Today 08:17 AM
iTrader: (75)
Join Date: Sep 2004
Posts: 1,646
DNF$: 287
Location: Canada
Country:


Learning PHP & SQL where to start?

Hey all I am trying to lear something new, I know HTML with my eyes closed.. Now I would like to expand to PHP and SQL but have no idea where to start..
I both PHP & MySQL for Dummies book its ok but not exacly for me, any suggestions what to do if you are VERY VERY NEW AT THIS?

Thanks for help!
__________________
KING is offline   Reply With Quote
Sponsored Ads
Old 04-09-2005, 10:50 AM   #2 (permalink)
Platinum Lifetime Member
 
mikesherov's Avatar
 
Last Online: 10-26-2009 01:14 PM
iTrader: (44)
Join Date: Jan 2005
Posts: 462
DNF$: 10
Location: NY

Send a message via AIM to mikesherov Send a message via Yahoo to mikesherov

Re: Learning PHP & SQL where to start?

Hi Bizzy,
This question is a tough one. Usually my advice his been to buy a PHP & MySQL book from the visual quickstart series by Larry Ullman, cause that is the book that taught me.
However, the fundamental question here is, how comfortable are you with programming in general. Before I learned PHP, I learned BASIC (just to get a concept of how to program).
The basics of PHP are very similar, and most of PHP's power comes from it's built in functions, which are all available in documentation at php.net... (need to know a function that replaces one string with another? Go to php.net, and search for it. The site would lead you right to str_replace().)
Also, MySQL is heavily documented, so once you understand the basics of how SQL works, it's easy to delve into (it's all there at MySQL.com).

I guess the point is, the best way to start is to by a visual quickstart book, because they have tons of examples (even available to download from the web). You'll also want to make sure your hosting comes with PHPMyAdmin (an essential tool to creating and managing databases to check your code against... no matter how broken YOUR PHP code is, PHPMyAdmin will always show exactly what's in your database).
Last of all, GOOD LUCK and don't get discouraged... I love to help new programmers.... PM me if you need anything.
mikesherov is offline   Reply With Quote
Old 04-09-2005, 10:53 AM   #3 (permalink)
Account Terminated
 
domaintalk's Avatar
 
Last Online: 09-14-2009 03:40 PM
iTrader: (14)
Join Date: Sep 2004
Posts: 678
DNF$: 1,682
Location: USA
Country:


Re: Learning PHP & SQL where to start?

Some brief background.
Php is an programming language as you know.If you will get an book you wont understand that much.
Suggest you to try w3cschools and other tutorial sites on the net.
You will find that very useful.

Just my 2 cents.
domaintalk is offline   Reply With Quote
Old 04-09-2005, 07:45 PM   #4 (permalink)
DNF Addict
 
KING's Avatar
 
Last Online: Today 08:17 AM
iTrader: (75)
Join Date: Sep 2004
Posts: 1,646
DNF$: 287
Location: Canada
Country:


Re: Learning PHP & SQL where to start?

Thanks alot guy.,.. I use to go to college from C.Programing I used C++ I know the basic and I saw in the book that i have there are some similaritys..

The hardest part for me is to start.. I read the whole book that I have but if there was a person that would show me ok you start here this is how you create this and that.. I would be on the way in minutes..

Altho thanks for all your help guys...
__________________
KING is offline   Reply With Quote
Old 04-09-2005, 10:09 PM   #5 (permalink)
Platinum Lifetime Member
 
Darren06's Avatar
 
Name: Darren
Last Online: 10-22-2009 06:07 PM
iTrader: (14)
Join Date: Sep 2003
Posts: 1,896
DNF$: 2,403
Location: California, US
Country:

Send a message via AIM to Darren06

Re: Learning PHP & SQL where to start?

Quote:
Originally Posted by mikesherov
Hi Bizzy,
This question is a tough one. Usually my advice his been to buy a PHP & MySQL book from the visual quickstart series by Larry Ullman, cause that is the book that taught me.
However, the fundamental question here is, how comfortable are you with programming in general. Before I learned PHP, I learned BASIC (just to get a concept of how to program).
The basics of PHP are very similar, and most of PHP's power comes from it's built in functions, which are all available in documentation at php.net... (need to know a function that replaces one string with another? Go to php.net, and search for it. The site would lead you right to str_replace().)
Also, MySQL is heavily documented, so once you understand the basics of how SQL works, it's easy to delve into (it's all there at MySQL.com).

I guess the point is, the best way to start is to by a visual quickstart book, because they have tons of examples (even available to download from the web). You'll also want to make sure your hosting comes with PHPMyAdmin (an essential tool to creating and managing databases to check your code against... no matter how broken YOUR PHP code is, PHPMyAdmin will always show exactly what's in your database).
Last of all, GOOD LUCK and don't get discouraged... I love to help new programmers.... PM me if you need anything.
Like Mike, I suggest this. A book is best because it also gives good organization on programming.
__________________
Zend PHP5 Certified Engineer - If you have a great domain name let me be the one to develop it.
Darren06 is offline   Reply With Quote
Old 04-09-2005, 10:59 PM   #6 (permalink)
DNF Regular
 
Mark Bolyard's Avatar
 
Name: Mark
Last Online: 11-01-2009 10:32 PM
iTrader: (40)
Join Date: Aug 2004
Posts: 512
DNF$: 289
Location: Maryland
Country:

Send a message via MSN to Mark Bolyard

Re: Learning PHP & SQL where to start?

Quote:
Originally Posted by Darren06
Like Mike, I suggest this. A book is best because it also gives good organization on programming.
This may sound stupid, but I started learning PHP with c u b e c a r t . A shopping cart package written in PHP. I had a few sites I was designing and spent so much time going back and forth between the files I started to understand the workings behind it. I figure you might do the same with other PHP scripts. I've alway learned the hard way compaired to taking a course or reading books, but it seems to be working for me
Mark Bolyard is offline   Reply With Quote
Old 04-10-2005, 12:02 AM   #7 (permalink)
Platinum Lifetime Member
 
Darren06's Avatar
 
Name: Darren
Last Online: 10-22-2009 06:07 PM
iTrader: (14)
Join Date: Sep 2003
Posts: 1,896
DNF$: 2,403
Location: California, US
Country:

Send a message via AIM to Darren06

Re: Learning PHP & SQL where to start?

Quote:
Originally Posted by ktmweb
This may sound stupid, but I started learning PHP with c u b e c a r t . A shopping cart package written in PHP. I had a few sites I was designing and spent so much time going back and forth between the files I started to understand the workings behind it. I figure you might do the same with other PHP scripts. I've alway learned the hard way compaired to taking a course or reading books, but it seems to be working for me
Thats how I learned at first, thing is the code was very poorly written, and the format was wrong.
__________________
Zend PHP5 Certified Engineer - If you have a great domain name let me be the one to develop it.
Darren06 is offline   Reply With Quote
Old 04-10-2005, 12:08 AM   #8 (permalink)
DNF Regular
 
Mark Bolyard's Avatar
 
Name: Mark
Last Online: 11-01-2009 10:32 PM
iTrader: (40)
Join Date: Aug 2004
Posts: 512
DNF$: 289
Location: Maryland
Country:

Send a message via MSN to Mark Bolyard

Re: Learning PHP & SQL where to start?

Quote:
Originally Posted by Darren06
Thats how I learned at first, thing is the code was very poorly written, and the format was wrong.
I think what helped me was being active in the forums (of that particular site). There were alot of knowledgable people there willing to take time to explain things to me. I think that is also true of many other forums, kinda like this one. I'm no domain whiz by far, however the people here at dnforum offer quite a bit of help
Mark Bolyard is offline   Reply With Quote
Old 04-10-2005, 03:36 AM   #9 (permalink)
DNF Addict
 
KING's Avatar
 
Last Online: Today 08:17 AM
iTrader: (75)
Join Date: Sep 2004
Posts: 1,646
DNF$: 287
Location: Canada
Country:


Re: Learning PHP & SQL where to start?

Thanks ppl!
__________________
KING is offline   Reply With Quote
Old 04-15-2005, 04:48 PM   #10 (permalink)
Platinum Lifetime Member
 
cyphix's Avatar
 
Last Online: 11-09-2009 09:45 AM
iTrader: (26)
Join Date: Jan 2003
Posts: 3,565
DNF$: 1,325
Location: Australia
Country:

Send a message via ICQ to cyphix

Re: Learning PHP & SQL where to start?

The way I learnt was by starting off reading tutorials on the web & hanging around coding forums & always reading up & researching functions @ www.php.net

Tutorials that started me off..

http://webmonkey.wired.com/webmonkey...tw=programming
http://www.freewebmasterhelp.com/tutorials/phpmysql/1

Some good pages to read about security & PHP:
http://www.onlamp.com/pub/a/php/2003..._security.html
http://www.onlamp.com/pub/a/php/2003..._security.html

Helpful site: http://www.php-help.net/

I also have the book, which seems pretty good so far & came highly recommened is: Build Your Own Database Driven Website Using PHP & MySQL by Kevin Yank.

Note tho that this book is more MySQL than PHP.

Lastly... good luck in your coding venture!! :-D
__________________
538k Lyrics Database Available - Only $49 - Check Here
cyphix is offline   Reply With Quote
Old 04-15-2005, 09:29 PM   #11 (permalink)
DNF Addict
 
KING's Avatar
 
Last Online: Today 08:17 AM
iTrader: (75)
Join Date: Sep 2004
Posts: 1,646
DNF$: 287
Location: Canada
Country:


Re: Learning PHP & SQL where to start?

Thanks alot for help guys I would love to learn PHP and SQL... I will do my best to learn..

Thanks for help once again!
__________________
KING is offline   Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT -5. The time now is 01:00 PM.
Copyright @2001-2009 DNForum.com