i need to learn php/mysql

Open discussion about any topic, as long as you abide by the rules of course!
Post Reply
dnoyc
Posts: 354
Joined: Wed May 16, 2001 7:00 am

i need to learn php/mysql

Post by dnoyc »

so i need to learn php/mysql fast. can you guys point me to some good places to pick this up?

thanks.
mjrpes
Posts: 4980
Joined: Tue Nov 28, 2000 8:00 am

Post by mjrpes »

The site webmonkey provides good tutorials; it's where I learned php/mysql.

http://www.webmonkey.com/webmonkey/prog ... index.html
dnoyc
Posts: 354
Joined: Wed May 16, 2001 7:00 am

Post by dnoyc »

cool, thanks.
ilumos
Posts: 226
Joined: Wed Feb 09, 2005 10:46 am

Post by ilumos »

May not be the prettyest forum out there, but there sure are a lot of very helpful and experienced people frequenting:

http://forums.devshed.com/php-development-5/
http://forums.devshed.com/mysql-help-4/

(Devshed has forum sections for all the popular programming/scripting languages out there too)

And also, the PHP manual is an absolute godsend, loads of useful info on every aspect of PHP.
(Unlike VB :puke: ) Never have I written some PHP code and thought "why the hell is it doing that, that makes no sense at all".

Great language, great database software. Good luck!
Underpants?
Posts: 4755
Joined: Mon Oct 22, 2001 7:00 am

Post by Underpants? »

google provides a nice search feature
diego
Posts: 1379
Joined: Mon Jan 24, 2005 12:25 pm

Post by diego »

dmmh
Posts: 2501
Joined: Thu Jan 04, 2001 8:00 am

Post by dmmh »

Just download a ebook, best thing you can do, because you will find lots of good examples for a particular task to accomplish. Downloading a few scripts of the web aint gonna do you much good nor will reading php.net do you any good (not that you can do without it), as you wouldnt have a clue in the beginning where to even start, as you wouldn't understand the basic syntax.

And how fast is fast?
If you have to master it completely and are a html noob aside of that, dont expect to be up to standards within 6 months, given you still have a study/ day job next to it that is :)

I used this one and it is excellent!
[i]And shepherds we shall be, for thee my Lord for thee, Power hath descended forth from thy hand, that our feet may swiftly carry out thy command, we shall flow a river forth to thee, and teeming with souls shall it ever be. In nomine patris, et fili, et spiritus sancti.[/i]
dnoyc
Posts: 354
Joined: Wed May 16, 2001 7:00 am

Post by dnoyc »

dmmh wrote:Just download a ebook, best thing you can do, because you will find lots of good examples for a particular task to accomplish. Downloading a few scripts of the web aint gonna do you much good nor will reading php.net do you any good (not that you can do without it), as you wouldnt have a clue in the beginning where to even start, as you wouldn't understand the basic syntax.

And how fast is fast?
If you have to master it completely and are a html noob aside of that, dont expect to be up to standards within 6 months, given you still have a study/ day job next to it that is :)

I used this one and it is excellent!
thanks for the links. i'm looking to pick up a usable amount in a couple of weeks. and i don't have any other school/day job, this is my job. i'm also not a total noob, since i've done sql work before, just never used php.

edit: also i'm not looking to start my own projects so much as jump into existing code and start changing things. building from the ground up would have been pretty easy.
inolen
Posts: 705
Joined: Thu Dec 16, 1999 8:00 am

Post by inolen »

php.net is one of the most helpful places.
Ryoki
Posts: 13460
Joined: Wed Aug 01, 2001 7:00 am

Post by Ryoki »

On an entirely unrelated sidenote: one of our programmers was just validating his code with one of those validator thingies, and when it gave him a few errors he got so upset he threw a fit and unleashed the validator upon itself, which made things crash.

...made me laff anyway :paranoid:
[size=85][color=#0080BF]io chiamo pinguini![/color][/size]
dmmh
Posts: 2501
Joined: Thu Jan 04, 2001 8:00 am

Post by dmmh »

debugging: the nightmare of any webmaster/ coder :D
[i]And shepherds we shall be, for thee my Lord for thee, Power hath descended forth from thy hand, that our feet may swiftly carry out thy command, we shall flow a river forth to thee, and teeming with souls shall it ever be. In nomine patris, et fili, et spiritus sancti.[/i]
User avatar
MKJ
Posts: 32582
Joined: Fri Nov 24, 2000 8:00 am

Post by MKJ »

validating isnt debugging though. if its not valid bfore you start debugging you should be shot anyways.
[url=http://profile.mygamercard.net/Emka+Jee][img]http://card.mygamercard.net/sig/Emka+Jee.jpg[/img][/url]
Post Reply