GoFuckYourself.com - Adult Webmaster Forum

GoFuckYourself.com - Adult Webmaster Forum (https://gfy.com/index.php)
-   Fucking Around & Business Discussion (https://gfy.com/forumdisplay.php?f=26)
-   -   Best way to learn PHP/MYSQL (https://gfy.com/showthread.php?t=274929)

acctman 04-25-2004 10:57 PM

Best way to learn PHP/MYSQL
 
what's the fastest and most effective way to learn PHP and MYSQL? I've love to be able to make my own stuff. right now I'm just working with foreign coders. Communication sucks bad but its hard to trust freelance american coders they'll take your idea build it, resell it and screw you over. :( unless they're a big time overprice Web developing company.

anyway are there any books, interactive websites or cds that teach PHP/MYSQL coding from beginner to advance (guru level)?

Illicit 04-25-2004 11:00 PM

I got a big Fat Book called the PHP Bible, it has everything in it...

Jimbo 04-25-2004 11:01 PM

www.php.net
www.mysql.com

AMADude 04-25-2004 11:04 PM

Go to a Borders or Barnes and Noble and check out the section with those books, it is best to pick out the one that you are most comfortable with. You might also want to hire someone not oversees in the mean time.

I know a few good ones. Hit me up!
:thumbsup

xxxoutsourcing 04-25-2004 11:04 PM

don't use freelancers, use a proper outsourcing company man.

fuzebox 04-25-2004 11:09 PM

Quote:

Originally posted by xxxoutsourcing
don't use freelancers, use a proper outsourcing company man.
I disagree :)

fuzebox 04-25-2004 11:09 PM

As for learning though, http://www.devshed.com has the best collection of PHP+MySQL articles.

crescentx 04-25-2004 11:15 PM

Books are good, but use google to search for stuff similar to what you want. I was freaked to get into PHP 2.5 yrs ago because I was all Perl, CGI, and it was so much simpler. I taught myself everything and the only way to do that is to experiment. Sure, you will end up with sloppy coding. Just check your logs, play with it, if you want real fun try moving it to another server to play with to see where problems are. I can give you plenty of PHP/MySQL advice from my own experience and won't resell your code...any programmer that does this is shite. Best thing is PHP is really very simple and also very forgiving for the most part. Only code that compares is ASP. Biggest key as with anything new is giving yourself time and curiosity to just fuck around with it...makes all the diff.

ICQ 92621328

-doug

Ash@phpFX 04-25-2004 11:16 PM

do you have any programming experience at all? i did so i basically has to learn php's capabilities and syntax.

i just set myself a task (make a tgp script) then worked it out bit by bit, using php.net and asking some people when i got stuck.

feel free to hit me up on icq 18502614 if you want any help :thumbsup

AvanteGuard 04-25-2004 11:42 PM

Hey, hopefully I can help cleanup the American outsource stereotype of stealing your stuff and overpriced etc. Hit me up if you need any advice, tips or if you get stuck, i'm more than happy to help a fellow gfy'er out.

Matt

TheJimmy 04-25-2004 11:48 PM

Quote:

Originally posted by AvanteGuard
Hey, hopefully I can help cleanup the American outsource stereotype of stealing your stuff and overpriced etc. Hit me up if you need any advice, tips or if you get stuck, i'm more than happy to help a fellow gfy'er out.

Matt



acctman, I can vouch for this guy...he's for real and will hook you up...


:thumbsup :thumbsup

JasonB 04-26-2004 12:55 AM

Peach Pit has 3 great php/sql books.
http://www.peachpit.com/title/0321245652
http://www.peachpit.com/title/0201775972
http://www.peachpit.com/title/0321186486

Definitely recommended. Very easy to understand.

acctman 04-26-2004 01:12 AM

thanks guys, i'm going to pickup a few books tomorrow =)

KRL 04-26-2004 01:26 AM

I love figuring out how things work so what I do is look at a script, see what it does, then analyze the coding and see what makes each of the functions tick.

Also there are a ton of great books you can buy.

jwerd 04-26-2004 01:37 AM

I'd say the book Kevin Yank - located over at www.sitepoint.com "Build your own database driven website" it's a great book, highly reccomended ;)

Goose 04-26-2004 01:49 AM

books and learning by doing...so practice practice practice, I didn't read books but have a friend who is familliar with that, the rest was trial and error...

blazin 04-26-2004 01:53 AM

Read the basics from the books,
Then set yourself small tasks and use the book for reference

Rictor 04-26-2004 01:55 AM

The way I taught myself programming in high school was to get a book, read it, then trial and error. Then I took some classes on it too.

When the web came around, I was a senior in high school and there weren't really any classes on web design or html yet so I had to teach myself...there were a few books but mostly online tutorials and looking at the code of sites that did thinkgs I liked helped.

I still look at the code of other sites on rare occasions to see how they do something but very little is done with html these days...it's all php and mysql and the code isn't there to look at.

sexsup 04-26-2004 01:59 AM

Quote:

Originally posted by Jimbo
www.php.net
www.mysql.com

I second that :thumbsup

Mr. Mojo Risin 04-26-2004 02:21 AM

start with this book:
http://www.amazon.com/exec/obidos/tg...books&n=507846

it hurries through things to get you "familiar" with PHP "quick"


then read some other books and think up things you want to do with PHP and then hahahahaha programs to do them... the only way you will really learn is actually writing original program

cjnet 04-26-2004 02:49 AM

i learned php by reading two books: core php programming ( my favorite ) and php4 a beginners guide. get them from frys, barnes and noble, or maybe amazon.com?

read php4 a beginners guide first so you can learn the syntax and all the ways to approach php. then the core just has lists and lists of commands and examples on how to use them all. php bible i'm sure is good too, any books would help. also www.php.net/ANYCOMMAND will give you a full on detail + user posts that could help you perfectly with what you're coding. php is also very easy and easy to catch on to. if you need anymore help you can im me on: gotonetrnu

if that helps ;]!

woj 04-26-2004 03:19 AM

Quote:

Originally posted by fuzebox
I disagree :)
I'll second that :thumbsup

VideoJ 04-26-2004 03:19 AM

http://www.hotscripts.com/PHP/index.html Check out Tips and Tuorials, also Magazine Articles. TOn of other useful info on php.

slackologist 04-26-2004 03:32 AM

punch error code/messages into google :-)

notjoe 04-26-2004 04:12 AM

Quote:

Originally posted by Rictor
The way I taught myself programming in high school was to get a book, read it, then trial and error.
This is the best way IMHO, its how i learned!


All times are GMT -7. The time now is 08:15 AM.

Powered by vBulletin® Version 3.8.8
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
©2000-, AI Media Network Inc123