shaneandrews
04-10-2004, 05:19 AM
Im trying to teach myself PHP right now but i could use some help. can anyone tell me some good resources to help me learn PHP? maybe books, e-books, or websites? thx!
|
||||
Learning PHPshaneandrews 04-10-2004, 05:19 AM Im trying to teach myself PHP right now but i could use some help. can anyone tell me some good resources to help me learn PHP? maybe books, e-books, or websites? thx! dniwebdesign 04-10-2004, 05:23 AM http://www.phpfreaks.com This is a good place to start. It has taught me quite a bit. shaneandrews 04-10-2004, 05:42 AM looking into that site now, tyvm! Josh_ 04-11-2004, 04:00 AM www.phpbuilder.com is also pretty good. I would also reccomend picking up a good book. That has helped me a ton :thumbsup: dniwebdesign 04-11-2004, 04:02 AM Yea but www.phpfreaks.com has a nicer layout, and easier navigation. I always found phpbuilder to be too confusing and too crammed with ads and other useless crap. oracleguy 04-11-2004, 07:26 AM And don't forget the php manual (http://www.php.net/manual/en/index.php), it is quite good. Josh_ 04-11-2004, 04:45 PM Yea but www.phpfreaks.com has a nicer layout, and easier navigation. I always found phpbuilder to be too confusing and too crammed with ads and other useless crap. I know, just giving him another link ;) Here's a great book, I have it and I highly reccomend it. http://www.amazon.com/exec/obidos/tg/detail/-/067232525X/qid=1072141664//ref=sr_8_xs_ap_i0_xgl14/002-2165295-7804829?v=glance&s=books&n=507846 gsnedders 04-11-2004, 05:22 PM I am learning from making things I need and getting help from here and the PHP manual (oracleguy has the link). dniwebdesign 04-11-2004, 05:27 PM I know, just giving him another link ;) Here's a great book, I have it and I highly reccomend it. http://www.amazon.com/exec/obidos/tg/detail/-/067232525X/qid=1072141664//ref=sr_8_xs_ap_i0_xgl14/002-2165295-7804829?v=glance&s=books&n=507846 Don't want to confuse the poor guy (or girl) in that mess. :cool: shaneandrews 04-13-2004, 03:35 AM lol, thx all of you guys. and btw, you havent confused this poor little GUY. lol. im picking it up pretty quick, and even managed to make a script that hopefully works, but i tried it out and go this error. Method Not Allowed The requested method POST is not allowed for the URL /phptests/webdesign.html. -------------------------------------------------------------------------------- Apache/1.3.29 Server at www.visual-arts-studios.com Port 80 anyone wanna fill me in on what the heck that means? lol. Josh_ 04-13-2004, 08:12 PM create a new php page with only this code on it <?php phpinfo() ?> and upload it. Your register_globals might be turned off. |
| |||
EZ Archive Ads Plugin for vBulletin Copyright 2006 Computer Help Forum